Regina 7.3 Calculation Engine
|
Defines constants and flags for angle structure enumeration. More...
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Typedefs | |
using | regina::AngleAlg = regina::Flags< AngleAlgFlags > |
A combination of flags for angle structure enumeration algorithms. More... | |
Enumerations | |
enum | regina::AngleAlgFlags { regina::AS_ALG_DEFAULT = 0x0000 , regina::AS_ALG_TREE = 0x0010 , regina::AS_ALG_DD = 0x0020 , regina::AS_ALG_LEGACY = 0x4000 , regina::AS_ALG_CUSTOM = 0x8000 } |
Represents options and variants of algorithms for enumerating various types of angle structures on 3-manifold triangulations. More... | |
Functions | |
AngleAlg | regina::operator| (AngleAlgFlags lhs, AngleAlgFlags rhs) |
Returns the bitwise OR of the two given flags. More... | |
Defines constants and flags for angle structure enumeration.