Regina 7.3 Calculation Engine
Namespaces | Typedefs | Enumerations | Functions
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.
 

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

Detailed Description

Defines constants and flags for census generation.


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