Regina 7.0 Calculation Engine
|
Provides facilities for looking up 3-manifold triangulations in Regina's in-built census databases. More...
#include <list>
#include "regina-core.h"
#include "triangulation/facetpairing3.h"
#include "utilities/boolset.h"
Classes | |
class | regina::CensusDB |
Stores the location and description of one of Regina's in-built census databases. More... | |
class | regina::CensusHit |
Stores a single "hit" indicating that some given triangulation has been located in one of Regina's in-built census databases. More... | |
class | regina::Census |
A utility class used to search for triangulations across one or more 3-manifold census databases. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
void | regina::swap (CensusDB &a, CensusDB &b) noexcept |
Swaps the contents of the given database references. More... | |
void | regina::swap (CensusHit &a, CensusHit &b) noexcept |
Swaps the contents of the given census hits. More... | |
Provides facilities for looking up 3-manifold triangulations in Regina's in-built census databases.