Regina 7.4 Calculation Engine
|
Defines constants and flags for normal surface enumeration. More...
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
Flags< NormalList > | regina::operator| (NormalList lhs, NormalList rhs) |
Returns the bitwise OR of the two given flags. | |
Flags< NormalAlg > | regina::operator| (NormalAlg lhs, NormalAlg rhs) |
Returns the bitwise OR of the two given flags. | |
Variables | |
static constexpr NormalList | regina::NS_LIST_DEFAULT |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalList | regina::NS_EMBEDDED_ONLY |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalList | regina::NS_IMMERSED_SINGULAR |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalList | regina::NS_VERTEX |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalList | regina::NS_FUNDAMENTAL |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalList | regina::NS_LEGACY |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalList | regina::NS_CUSTOM |
A deprecated constant indicating some aspect(s) of a list of normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_ALG_DEFAULT |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_VERTEX_VIA_REDUCED |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_VERTEX_STD_DIRECT |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_VERTEX_TREE |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_VERTEX_DD |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_HILBERT_PRIMAL |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_HILBERT_DUAL |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_HILBERT_CD |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_HILBERT_FULLCONE |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_ALG_LEGACY |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalAlg | regina::NS_ALG_CUSTOM |
A deprecated constant indicating an algorithm variant for enumerating normal surfaces in a 3-manifold triangulation. | |
static constexpr NormalTransform | regina::NS_CONV_REDUCED_TO_STD |
A deprecated constant indicating some way in which Regina can transform one normal surface list into another. | |
static constexpr NormalTransform | regina::NS_CONV_STD_TO_REDUCED |
A deprecated constant indicating some way in which Regina can transform one normal surface list into another. | |
static constexpr NormalTransform | regina::NS_FILTER_COMPATIBLE |
A deprecated constant indicating some way in which Regina can transform one normal surface list into another. | |
static constexpr NormalTransform | regina::NS_FILTER_INCOMPRESSIBLE |
A deprecated constant indicating some way in which Regina can transform one normal surface list into another. | |
static constexpr NormalTransform | regina::NS_FILTER_DISJOINT |
A deprecated constant indicating some way in which Regina can transform one normal surface list into another. | |
Defines constants and flags for normal surface enumeration.