Name

flags — No longer stored

Synopsis

Content Model
flags ::=
Attributes
NameType
valueNUMBER (required)

Removed in Regina 4.93

Description

This element has been removed. It will not be written to new data files, and it will be ignored when reading older data files.

A flags element stores multiple boolean properties of an individual angle structure, combined into a single integer.

This integer is a bitwise combination of the following values:

ValueMeaning
1The angle structure is strict (all angles are strictly between 0 and π). This flag is only meaningful if the angle structure type has been calculated; see below.
2The angle structure is taut (all angles are either 0 or π). This flag is only meaningful if the angle structure type has been calculated; see below.
4The angle structure type (strict/taut) has been calculated.

Parents

The following elements contain flags: struct.

Children

Element flags has no children.

Attributes

value

A single integer containing the values of all the flags under consideration.