Regina 7.0 Calculation Engine
|
Defines constants and flags for census generation. More...
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Typedefs | |
using | regina::CensusPurge = regina::Flags< CensusPurgeFlags > |
A combination of flags for census generation. More... | |
Enumerations | |
enum | regina::CensusPurgeFlags { regina::PURGE_NONE = 0x00 , regina::PURGE_NON_MINIMAL = 0x01 , regina::PURGE_NON_PRIME = 0x02 , regina::PURGE_NON_MINIMAL_PRIME = 0x03 , regina::PURGE_NON_MINIMAL_HYP = 0x09 , regina::PURGE_P2_REDUCIBLE = 0x04 } |
Represents different classes of triangulations that may be ignored by census generation algorithms. More... | |
Functions | |
CensusPurge | regina::operator| (CensusPurgeFlags lhs, CensusPurgeFlags rhs) |
Returns the bitwise OR of the two given flags. More... | |
Defines constants and flags for census generation.