Regina 7.3 Calculation Engine
Namespaces | Typedefs | Enumerations | Functions
angleflags.h File Reference

Defines constants and flags for angle structure enumeration. More...

#include "regina-core.h"
#include "utilities/flags.h"

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...
 

Detailed Description

Defines constants and flags for angle structure enumeration.


Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).