Regina 7.4 Calculation Engine
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.
 

Enumerations

enum class  regina::AngleAlg {
  regina::AngleAlg::Default = 0x0000 , regina::AngleAlg::Tree = 0x0010 , regina::AngleAlg::DD = 0x0020 , regina::AngleAlg::Legacy = 0x4000 ,
  regina::AngleAlg::Custom = 0x8000
}
 Represents options and variants of algorithms for enumerating various types of angle structures on 3-manifold triangulations. More...
 

Functions

Flags< AngleAlgregina::operator| (AngleAlg lhs, AngleAlg rhs)
 Returns the bitwise OR of the two given flags.
 

Variables

static constexpr AngleAlg regina::AS_ALG_DEFAULT
 A deprecated constant indicating an algorithm variant for enumerating angle structures on a 3-manifold triangulation.
 
static constexpr AngleAlg regina::AS_ALG_TREE
 A deprecated constant indicating an algorithm variant for enumerating angle structures on a 3-manifold triangulation.
 
static constexpr AngleAlg regina::AS_ALG_DD
 A deprecated constant indicating an algorithm variant for enumerating angle structures on a 3-manifold triangulation.
 
static constexpr AngleAlg regina::AS_ALG_LEGACY
 A deprecated constant indicating an algorithm variant for enumerating angle structures on a 3-manifold triangulation.
 
static constexpr AngleAlg regina::AS_ALG_CUSTOM
 A deprecated constant indicating an algorithm variant for enumerating angle structures on a 3-manifold triangulation.
 

Detailed Description

Defines constants and flags for angle structure enumeration.