Regina 7.4 Calculation Engine
purgeflags.h File Reference

Defines constants and flags for census generation. More...

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

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Enumerations

enum class  regina::CensusPurge {
  regina::CensusPurge::None = 0x00 , regina::CensusPurge::NonMinimal = 0x01 , regina::CensusPurge::NonPrime = 0x02 , regina::CensusPurge::NonMinimalPrime = 0x03 ,
  regina::CensusPurge::NonMinimalHyp = 0x09 , regina::CensusPurge::P2Reducible = 0x04
}
 Represents different classes of triangulations that may be ignored by census generation algorithms. More...
 

Functions

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

Variables

static constexpr CensusPurge regina::PURGE_NONE
 A deprecated constant indicating a class of triangulations that may be ignored by census generation algorithms.
 
static constexpr CensusPurge regina::PURGE_NON_MINIMAL
 A deprecated constant indicating a class of triangulations that may be ignored by census generation algorithms.
 
static constexpr CensusPurge regina::PURGE_NON_PRIME
 A deprecated constant indicating a class of triangulations that may be ignored by census generation algorithms.
 
static constexpr CensusPurge regina::PURGE_NON_MINIMAL_PRIME
 A deprecated constant indicating a class of triangulations that may be ignored by census generation algorithms.
 
static constexpr CensusPurge regina::PURGE_NON_MINIMAL_HYP
 A deprecated constant indicating a class of triangulations that may be ignored by census generation algorithms.
 
static constexpr CensusPurge regina::PURGE_P2_REDUCIBLE
 A deprecated constant indicating a class of triangulations that may be ignored by census generation algorithms.
 

Detailed Description

Defines constants and flags for census generation.