►CBanConstraint | |
►Cregina::NTreeTraversal< LPConstraint, BanConstraint, Integer > | A base class for searches that employ the tree traversal algorithm for enumerating and locating vertex normal surfaces and taut angle structures |
Cregina::NTautEnumeration< LPConstraint, BanConstraint, Integer > | The main entry point for the tree traversal algorithm to enumerate all taut angle structures in a 3-manifold triangulation |
Cregina::NTreeEnumeration< LPConstraint, BanConstraint, Integer > | The main entry point for the tree traversal algorithm to enumerate all vertex normal or almost normal surfaces in a 3-manifold triangulation |
Cregina::NTreeSingleSoln< LPConstraint, BanConstraint, Integer > | The main entry point for the tree traversal / branching algorithm to locate a single non-trivial normal surface satisfying given constraints within a 3-manifold triangulation |
►Cregina::BanConstraintBase | A base class for additional banning and marking constraints that we can place on tree traversal algorithms |
Cregina::BanBoundary | A class that bans normal disc types that meet the boundary of the underlying triangulation |
Cregina::BanNone | A do-nothing class that bans no coordinates and marks no coordinates |
Cregina::BanTorusBoundary | A class that bans and marks disc types associated with torus boundary components |
►CCoefficients | |
Cregina::LPCol< LPConstraint > | Used by LPInitialTableaux<LPConstraint> to store a single column of the adjusted matching equation matrix in sparse form |
Cregina::LPConstraintNonSpun::Coefficients | Stores the extra coefficients in the tableaux associated with this constraint class (in this case, two extra integers per column) |
Cregina::LPConstraintBase::Coefficients | Stores the extra coefficients in a single column for the nConstraints additional rows that we add to the tableaux to describe the nConstraints additional linear equations or inequalities |
Cregina::LPConstraintEuler::Coefficients | Stores the extra coefficients in the tableaux associated with this constraint class (in this case, one extra integer per column) |
Cregina::LPConstraintNone::Coefficients | Stores the extra coefficients in the tableaux associated with this constraint class (which for this class is a no-op, since in this case there are no extra coefficients) |
Cregina::DegreeGreaterThan< dim, subdim > | A function object used for sorting faces of triangulations by decreasing degree |
Cregina::DegreeLessThan< dim, subdim > | A function object used for sorting faces of triangulations by increasing degree |
Cregina::Dim2Census | A utility class used to search for triangulations across one or more 2-manifold census databases |
Cregina::Dim2ExampleTriangulation | This class offers routines for constructing sample 2-manifold triangulations of various types |
Cregina::Dim4ExampleTriangulation | This class offers routines for constructing a variety of sample 4-manifold triangulations |
Cregina::detail::FaceCalculator< dim, subdim, codim > | Internal class used to calculate lower-dimensional faces in a triangulation |
►Cregina::FaceList< dim, subdim > | Stores the list of all subdim-faces of a dim-dimensional triangulation |
►Cregina::detail::FaceListSuite< dim, dim - 1 > | |
►Cregina::detail::TriangulationBase< dim > | Provides core functionality for dim-dimensional triangulations |
Cregina::Triangulation< dim > | A dim-dimensional triangulation, built by gluing together dim-dimensional simplices along their (dim-1)-dimensional facets |
►Cregina::detail::TriangulationBase< 2 > | |
Cregina::Triangulation< 2 > | Represents a 2-manifold triangulation |
►Cregina::detail::TriangulationBase< 3 > | |
►Cregina::Triangulation< 3 > | Represents a 3-dimensional triangulation, typically of a 3-manifold |
Cregina::NSnapPeaTriangulation | Offers direct access to the SnapPea kernel from within Regina |
►Cregina::detail::TriangulationBase< 4 > | |
Cregina::Triangulation< 4 > | Represents a 4-dimensional triangulation, typically of a 4-manifold |
Cregina::detail::FaceListSuite< dim, subdim > | Internal class that helps a triangulation store its lists of faces |
Cregina::detail::FaceListHolder< class, int > | Helper class that indicates what data type Base uses to store its list of subdim-faces |
Cregina::detail::FaceListHolder< Component< 2 >, subdim > | Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces |
Cregina::detail::FaceListHolder< Component< 3 >, subdim > | Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces |
Cregina::detail::FaceListHolder< Component< 4 >, subdim > | Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces |
Cregina::detail::FaceListHolder< detail::TriangulationBase< dim >, subdim > | Helper class that indicates what data type is used by a triangulation class to store a list of subdim-faces |
Cregina::alias::FaceNumber< Derived, subdim > | Helper class that provides a dimension-specific alias for face(), where reasonable |
Cregina::alias::FaceNumber< Derived, 0 > | Helper class that provides a dimension-specific alias for face() |
Cregina::alias::FaceNumber< Derived, 1 > | Helper class that provides a dimension-specific alias for face() |
Cregina::alias::FaceNumber< Derived, 2 > | Helper class that provides a dimension-specific alias for face() |
Cregina::alias::FaceNumber< Derived, 3 > | Helper class that provides a dimension-specific alias for face() |
Cregina::alias::FaceNumber< Derived, 4 > | Helper class that provides a dimension-specific alias for face() |
►Cregina::alias::FaceNumber< FaceEmbeddingBase< dim, subdim >, subdim > | |
►Cregina::detail::FaceEmbeddingBase< dim, subdim > | Helper class that provides core functionality for describing how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex |
Cregina::FaceEmbedding< dim, subdim > | Details how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex |
►Cregina::detail::FaceNumberingAPI< dim, subdim > | Placeholder class that outlines the functions provided by FaceNumbering<dim, subdim> |
►Cregina::detail::FaceNumberingImpl< dim, subdim,((dim+1) >=2 *(subdim+1))> | |
►Cregina::FaceNumbering< dim, subdim > | Specifies how subdim-faces are numbered within a dim-dimensional simplex |
►Cregina::detail::FaceBase< 2, 0 > | |
Cregina::Face< 2, 0 > | Represents a vertex in the skeleton of a 2-manifold triangulation |
►Cregina::detail::FaceBase< 2, 1 > | |
Cregina::Face< 2, 1 > | Represents an edge in the skeleton of a 2-manifold triangulation |
►Cregina::detail::FaceBase< 3, 0 > | |
Cregina::Face< 3, 0 > | Represents a vertex in the skeleton of a 3-manifold triangulation |
►Cregina::detail::FaceBase< 3, 1 > | |
Cregina::Face< 3, 1 > | Represents an edge in the skeleton of a 3-manifold triangulation |
►Cregina::detail::FaceBase< 3, 2 > | |
Cregina::Face< 3, 2 > | Represents a triangle in the skeleton of a 3-manifold triangulation |
►Cregina::detail::FaceBase< 4, 0 > | |
Cregina::Face< 4, 0 > | Represents a vertex in the skeleton of a 4-manifold triangulation |
►Cregina::detail::FaceBase< 4, 1 > | |
Cregina::Face< 4, 1 > | Represents an edge in the skeleton of a 4-manifold triangulation |
►Cregina::detail::FaceBase< 4, 2 > | |
Cregina::Face< 4, 2 > | Represents a triangle in the skeleton of a 4-manifold triangulation |
►Cregina::detail::FaceBase< 4, 3 > | |
Cregina::Face< 4, 3 > | Represents a tetrahedron in the skeleton of a 4-dimensional triangulation |
►Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
Cregina::Face< dim, subdim > | Represents a subdim-face in the skeleton of a dim-dimensional triangulation |
Cregina::detail::FaceNumberingImpl< dim, subdim, lex > | Implementation details for numbering subdim-faces of a dim-dimensional simplex |
Cregina::detail::FaceNumberingImpl< dim, subdim, false > | |
►Cregina::detail::FaceNumberingAPI< 1, 0 > | |
Cregina::detail::FaceNumberingImpl< 1, 0, true > | |
►Cregina::detail::FaceNumberingAPI< 2, 0 > | |
Cregina::detail::FaceNumberingImpl< 2, 0, true > | |
►Cregina::detail::FaceNumberingAPI< 2, 1 > | |
Cregina::detail::FaceNumberingImpl< 2, 1, false > | |
►Cregina::detail::FaceNumberingAPI< 3, 0 > | |
Cregina::detail::FaceNumberingImpl< 3, 0, true > | |
►Cregina::detail::FaceNumberingAPI< 3, 1 > | |
Cregina::detail::FaceNumberingImpl< 3, 1, true > | |
►Cregina::detail::FaceNumberingAPI< 3, 2 > | |
Cregina::detail::FaceNumberingImpl< 3, 2, false > | |
►Cregina::detail::FaceNumberingAPI< 4, 0 > | |
Cregina::detail::FaceNumberingImpl< 4, 0, true > | |
►Cregina::detail::FaceNumberingAPI< 4, 1 > | |
Cregina::detail::FaceNumberingImpl< 4, 1, true > | |
►Cregina::detail::FaceNumberingAPI< 4, 2 > | |
Cregina::detail::FaceNumberingImpl< 4, 2, false > | |
►Cregina::detail::FaceNumberingAPI< 4, 3 > | |
Cregina::detail::FaceNumberingImpl< 4, 3, false > | |
►Cregina::detail::FaceNumberingAPI< dim, 0 > | |
Cregina::detail::FaceNumberingImpl< dim, 0, true > | |
Cregina::alias::FaceOfSimplex< Derived, dim, maxdim > | Helper class that provides dimension-specific aliases for face<subdim>(int) and faceMapping<subdim>(int), where reasonable, for facial dimensions subdim ≤ maxdim |
Cregina::alias::FaceOfSimplex< Derived, dim, -1 > | Helper class that provides nothing whatsoever |
►Cregina::alias::FaceOfSimplex< Derived, dim, 0 > | Helper class that provides dimension-specific aliases for face<0>(int) and faceMapping<0>(int) |
►Cregina::alias::FaceOfSimplex< Derived, dim, 1 > | Helper class that provides dimension-specific aliases for face<0,1>(int) and faceMapping<0,1>(int) |
►Cregina::alias::FaceOfSimplex< Derived, dim, 2 > | Helper class that provides dimension-specific aliases for face<0,1,2>(int) and faceMapping<0,1,2>(int) |
►Cregina::alias::FaceOfSimplex< Derived, dim, 3 > | Helper class that provides dimension-specific aliases for face<0,...,3>(int) and faceMapping<0,...,3>(int) |
Cregina::alias::FaceOfSimplex< Derived, dim, 4 > | Helper class that provides dimension-specific aliases for face<0,...,4>(int) and faceMapping<0,...,4>(int) |
►Cregina::alias::FaceOfSimplex< FaceBase< dim, subdim >, dim, subdim - 1 > | |
Cregina::detail::FaceBase< 2, 0 > | |
Cregina::detail::FaceBase< 2, 1 > | |
Cregina::detail::FaceBase< 3, 0 > | |
Cregina::detail::FaceBase< 3, 1 > | |
Cregina::detail::FaceBase< 3, 2 > | |
Cregina::detail::FaceBase< 4, 0 > | |
Cregina::detail::FaceBase< 4, 1 > | |
Cregina::detail::FaceBase< 4, 2 > | |
Cregina::detail::FaceBase< 4, 3 > | |
Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
►Cregina::alias::FaceOfSimplex< SimplexBase< dim >, dim > | |
►Cregina::detail::SimplexBase< dim > | Helper class that provides core functionality for a top-dimensional simplex in a dim-manifold triangulation |
Cregina::Simplex< dim > | Represents a top-dimensional simplex in a dim-manifold triangulation |
Cregina::Simplex< 3 > | Represents a tetrahedron within a 3-manifold triangulation |
Cregina::Simplex< 4 > | Represents a pentachoron (a 4-dimensional simplex) within a 4-manifold triangulation |
►Cregina::detail::SimplexBase< 2 > | |
Cregina::Simplex< 2 > | Represents a triangle within a 2-manifold triangulation |
Cregina::detail::SimplexBase< 3 > | |
Cregina::detail::SimplexBase< 4 > | |
Cregina::alias::FaceOfTriangulation< Derived, dim, maxdim > | Helper class that provides dimension-specific aliases for countFaces<subdim>() and face<subdim>(size_t), where reasonable, for facial dimensions subdim ≤ maxdim |
►Cregina::alias::FaceOfTriangulation< Component< 2 >, 2 > | |
Cregina::Component< 2 > | Represents a connected component of a 2-manifold triangulation |
►Cregina::alias::FaceOfTriangulation< Component< 3 >, 3 > | |
Cregina::Component< 3 > | Represents a connected component of a 3-manifold triangulation |
►Cregina::alias::FaceOfTriangulation< Component< 4 >, 4 > | |
Cregina::Component< 4 > | Represents a connected component of a 4-manifold triangulation |
►Cregina::alias::FaceOfTriangulation< Derived, dim, 0 > | Helper class that provides dimension-specific aliases for countFaces<0>() and face<0>(size_t) |
►Cregina::alias::FaceOfTriangulation< Derived, dim, 1 > | Helper class that provides dimension-specific aliases for countFaces<0,1>() and face<0,1>(size_t) |
►Cregina::alias::FaceOfTriangulation< Derived, dim, 2 > | Helper class that provides dimension-specific aliases for countFaces<0,1,2>() and face<0,1,2>(size_t) |
►Cregina::alias::FaceOfTriangulation< Derived, dim, 3 > | Helper class that provides dimension-specific aliases for countFaces<0,...,3>() and face<0,...,3>(size_t) |
Cregina::alias::FaceOfTriangulation< Derived, dim, 4 > | Helper class that provides dimension-specific aliases for countFaces<0,...,4>() and face<0,...,4>(size_t) |
►Cregina::alias::FaceOfTriangulation< Dim2BoundaryComponent, 2 > | |
Cregina::Dim2BoundaryComponent | Represents a component of the boundary of a 2-manifold triangulation |
►Cregina::alias::FaceOfTriangulation< Dim4BoundaryComponent, 4 > | |
Cregina::Dim4BoundaryComponent | Represents a component of the boundary of a 4-manifold triangulation |
►Cregina::alias::FaceOfTriangulation< NBoundaryComponent, 3 > | |
Cregina::NBoundaryComponent | Represents a component of the boundary of a triangulation |
►Cregina::alias::FaceOfTriangulation< TriangulationBase< dim >, dim > | |
Cregina::detail::TriangulationBase< dim > | Provides core functionality for dim-dimensional triangulations |
Cregina::detail::TriangulationBase< 2 > | |
Cregina::detail::TriangulationBase< 3 > | |
Cregina::detail::TriangulationBase< 4 > | |
Cregina::detail::FaceOrientability< allowsNonorientable > | Helper class that stores whether the link of a face is orientable |
►Cregina::detail::FaceOrientability< allowsNonOrientableLinks(dim, subdim)> | |
Cregina::detail::FaceBase< 2, 0 > | |
Cregina::detail::FaceBase< 2, 1 > | |
Cregina::detail::FaceBase< 3, 0 > | |
Cregina::detail::FaceBase< 3, 1 > | |
Cregina::detail::FaceBase< 3, 2 > | |
Cregina::detail::FaceBase< 4, 0 > | |
Cregina::detail::FaceBase< 4, 1 > | |
Cregina::detail::FaceBase< 4, 2 > | |
Cregina::detail::FaceBase< 4, 3 > | |
Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
Cregina::detail::FaceOrientability< false > | Helper class that stores whether the link of a face is orientable |
Cregina::alias::FacesOfTriangulation< Derived, dim, maxdim > | Helper class that provides a dimension-specific alias for faces<subdim>(), where reasonable, for facial dimensions subdim ≤ maxdim |
►Cregina::alias::FacesOfTriangulation< Component< 2 >, 2 > | |
Cregina::Component< 2 > | Represents a connected component of a 2-manifold triangulation |
►Cregina::alias::FacesOfTriangulation< Component< 3 >, 3 > | |
Cregina::Component< 3 > | Represents a connected component of a 3-manifold triangulation |
►Cregina::alias::FacesOfTriangulation< Component< 4 >, 4 > | |
Cregina::Component< 4 > | Represents a connected component of a 4-manifold triangulation |
►Cregina::alias::FacesOfTriangulation< Derived, dim, 0 > | Helper class that provides a dimension-specific alias for faces<0>() |
►Cregina::alias::FacesOfTriangulation< Derived, dim, 1 > | Helper class that provides dimension-specific aliases for faces<0,1>() |
►Cregina::alias::FacesOfTriangulation< Derived, dim, 2 > | Helper class that provides dimension-specific aliases for faces<0,1,2>() |
►Cregina::alias::FacesOfTriangulation< Derived, dim, 3 > | Helper class that provides dimension-specific aliases for faces<0,...,3>() |
Cregina::alias::FacesOfTriangulation< Derived, dim, 4 > | Helper class that provides dimension-specific aliases for faces<0,...,4>() |
►Cregina::alias::FacesOfTriangulation< TriangulationBase< dim >, dim > | |
Cregina::detail::TriangulationBase< dim > | Provides core functionality for dim-dimensional triangulations |
Cregina::detail::TriangulationBase< 2 > | |
Cregina::detail::TriangulationBase< 3 > | |
Cregina::detail::TriangulationBase< 4 > | |
Cregina::detail::FaceStorage< dim, codim > | Helper class for storing all the ways in which a given face of codimension codim in a dim-dimensional triangulation appears within the various top-dimensional simplices |
►Cregina::detail::FaceStorage< dim, dim - subdim > | |
Cregina::detail::FaceBase< 2, 0 > | |
Cregina::detail::FaceBase< 2, 1 > | |
Cregina::detail::FaceBase< 3, 0 > | |
Cregina::detail::FaceBase< 3, 1 > | |
Cregina::detail::FaceBase< 3, 2 > | |
Cregina::detail::FaceBase< 4, 0 > | |
Cregina::detail::FaceBase< 4, 1 > | |
Cregina::detail::FaceBase< 4, 2 > | |
Cregina::detail::FaceBase< 4, 3 > | |
Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
Cregina::FacetSpec< dim > | A lightweight class used to refer to a particular facet of a particular top-dimensional simplex in a dim-dimensional triangulation |
Cregina::detail::FaceValidity< allowsInvalid, testLinks > | Helper class that stores whether a face is valid |
►Cregina::detail::FaceValidity< allowsInvalidFaces(dim, subdim), standardDim(dim)> | |
Cregina::detail::FaceBase< 2, 0 > | |
Cregina::detail::FaceBase< 2, 1 > | |
Cregina::detail::FaceBase< 3, 0 > | |
Cregina::detail::FaceBase< 3, 1 > | |
Cregina::detail::FaceBase< 3, 2 > | |
Cregina::detail::FaceBase< 4, 0 > | |
Cregina::detail::FaceBase< 4, 1 > | |
Cregina::detail::FaceBase< 4, 2 > | |
Cregina::detail::FaceBase< 4, 3 > | |
Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
Cregina::detail::FaceValidity< false, testLinks > | Helper class that stores whether a face is valid |
Cregina::detail::FaceValidity< true, false > | Helper class that stores whether a face is valid |
Cregina::Flags< T > | A class representing a bitwise combination of flags defined by an enumeration type |
Cregina::Flags< HyperAlgFlags > | |
Cregina::Flags< HyperListFlags > | |
Cregina::Flags< NormalAlgFlags > | |
Cregina::Flags< NormalListFlags > | |
Cregina::FuncDelete< T > | An adaptable unary function used to deallocate objects |
Cregina::FuncNew< T > | An adaptable generator used to create objects using default constructors |
Cregina::FuncNewClonePtr< T > | An adaptable unary function used to create objects using the clone() method |
Cregina::FuncNewCopyPtr< T > | An adaptable unary function used to create objects using copy constructors |
Cregina::FuncNewCopyRef< T > | An adaptable unary function used to create objects using copy constructors |
►Cregina::GenericBitManipulator< T, size > | A generic class for bitwise analysis and manipulation of native data types |
Cregina::BitManipulator< T, size > | An optimised class for bitwise analysis and manipulation of native data types |
Cregina::python::GlobalArray< T, ReturnValuePolicy > | A template class that references a constant one-dimensional C++ array |
Cregina::python::GlobalArray2D< T, ReturnValuePolicy > | A template class that references a constant two-dimensional C++ array |
Cregina::python::GlobalArray3D< T, ReturnValuePolicy > | A template class that references a constant three-dimensional C++ array |
Cregina::NTreeDecomposition::Graph | Represents a graph, which may be directed or undirected |
Cregina::HasReturnType< T > | Internal to ReturnsTraits |
Cregina::HyperInfo< coordType > | A template that stores information about a particular normal hypersurface coordinate system |
►Cregina::InfinityBase< supportInfinity > | Internal base classes for use with NIntegerBase, templated on whether we should support infinity as an allowed value |
Cregina::NIntegerBase< true > | |
Cregina::NIntegerBase< supportInfinity > | Represents an arbitrary precision integer |
Cregina::IntOfMinSize< bytes > | Gives access to native integer types that hold at least k bytes, where k may be any compile-time constant |
Cregina::IntOfMinSize<(dim+1)/8 > | |
Cregina::IntOfMinSize<(imageBits *n+7)/8 > | |
Cregina::IntOfSize< bytes > | Gives access to native integer types that hold exactly k bytes, where k may be any compile-time constant |
►CIntrusiveRefCounter | |
Cregina::detail::SafeRemnant< T > | A helper class for SafePtr |
Cregina::detail::SafeRemnant< NPacket > | |
►Citerator | |
Cregina::NAngleStructureList::StructureInserter | An output iterator used to insert angle structures into an NAngleStructureList |
Cregina::NNormalHypersurfaceList::HypersurfaceInserter | An output iterator used to insert hypersurfaces into an NNormalHypersurfaceList |
Cregina::NNormalHypersurfaceList::VectorIterator | A bidirectional iterator that runs through the raw vectors for hypersurfaces in this list |
Cregina::NNormalSurfaceList::SurfaceInserter | An output iterator used to insert surfaces into an NNormalSurfaceList |
Cregina::NNormalSurfaceList::VectorIterator | A bidirectional iterator that runs through the raw vectors for surfaces in this list |
Cregina::LightweightSequence< T >::Less | A binary function object that compares sequences lexicographically, for use in containers that hold pointers to sequences |
Cregina::LessDeref< T, Comp > | An adaptable binary function used to compare the objects to which pointers are pointing |
Cregina::LightweightSequence< T > | A lightweight class for storing a random-access sequence of objects |
Cregina::i18n::Locale | A simple class with static routines for querying information about the current locale |
►Cregina::LPConstraintBase | A base class for additional linear constraints that we can add to the tableaux of normal surface or angle structure matching equations |
Cregina::LPConstraintEuler | A class that constraints the tableaux of normal surface matching equations to ensure that Euler characteristic is strictly positive |
►Cregina::LPConstraintSubspace | A subclass of LPConstraintBase used for constraints defined entirely by homogeneous linear equations |
Cregina::LPConstraintNone | A do-nothing class that imposes no additional linear constraints on the tableaux of normal surface or angle structure matching equations |
Cregina::LPConstraintNonSpun | A class that constraints the tableaux of normal surface matching equations to ensure that normal surfaces in an ideal triangulation are compact (thereby avoiding spun normal surfaces with infinitely many triangles) |
Cregina::LPData< LPConstraint, Integer > | Stores an intermediate tableaux for the dual simplex method, and contains all of the core machinery for using the dual simplex method |
Cregina::LPInitialTableaux< LPConstraint > | Stores an adjusted matrix of homogeneous linear matching equations based on a given triangulation, in sparse form |
Cregina::LPMatrix< Integer > | A matrix class for use with linear programming |
►Cmap | |
Cregina::xml::XMLPropertyDict | Represents a map from property names to property values |
Cregina::NMutex::MutexLock | A utility class for locking and unlocking a mutex |
Cregina::NBitmask | A bitmask that can store arbitrarily many true-or-false bits |
Cregina::NBitmask1< T > | A small but extremely fast bitmask class that can store up to 8 * sizeof(T) true-or-false bits |
Cregina::NBitmask2< T, U > | A small but extremely fast bitmask class that can store up to 8 * sizeof(T) + 8 * sizeof(U) true-or-false bits |
Cregina::NBoolSet | A set of booleans |
Cregina::NCensus | A utility class used to search for triangulations across one or more 3-manifold census databases |
Cregina::NCensusDB | Stores the location and description of one of Regina's in-built census databases |
►Cregina::NDiscSetSurface | Represents the set of all normal discs forming a normal surface |
Cregina::NDiscSetSurfaceData< T > | Stores data of type T for every normal disc within a particular normal surface |
►Cregina::NDiscSetTet | Represents a set of normal discs inside a single tetrahedron |
Cregina::NDiscSetTetData< T > | Stores data of type T for every normal disc inside a single tetrahedron |
Cregina::NDiscSpec | Specifies a single normal disc in a normal surface |
Cregina::NDiscSpecIterator | An iterator used for running through all normal discs in a normal surface |
Cregina::NDiscType | Identifies a single normal or almost normal disc type within a triangulation |
Cregina::NDoubleDescription | Implements a modified double description method for polytope vertex enumeration |
Cregina::NExampleSnapPeaTriangulation | This class offers routines for constructing various example SnapPea triangulations |
Cregina::NExampleTriangulation | This class offers routines for constructing sample 3-manifold triangulations of various types |
Cregina::NFacePair | Represents a pair of tetrahedron face numbers |
Cregina::NGenericGluingPerms< dim > | A dimension-agnostic base class that represents a specific set of gluing permutations to complement a particular pairwise matching of simplex facets |
►Cregina::NGenericGluingPerms< 2 > | |
►Cregina::Dim2GluingPerms | Represents a specific set of gluing permutations to complement a particular pairwise matching of triangle edges |
Cregina::Dim2GluingPermSearcher | A utility class for searching through all possible gluing permutation sets that correspond to a given triangle edge pairing |
►Cregina::NGenericGluingPerms< 3 > | |
►Cregina::NGluingPerms | Represents a specific set of gluing permutations to complement a particular pairwise matching of tetrahedron faces |
►Cregina::NGluingPermSearcher | A utility class for searching through all possible gluing permutation sets that correspond to a given tetrahedron face pairing |
►Cregina::NCompactSearcher | A gluing permutation search class that offers a specialised search algorithm for when only compact (finite) 3-manifold triangulations are required |
Cregina::NClosedPrimeMinSearcher | A gluing permutation search class that offers a specialised search algorithm for when (i) only closed prime minimal P2-irreducible triangulations are required, and (ii) the given face pairing has order at least three |
►Cregina::NEulerSearcher | A gluing permutation search class that offers a specialised search algorithm for when all vertex links must all have a given fixed Euler characteristic |
Cregina::NHyperbolicMinSearcher | A gluing permutation search class that offers a specialised search algorithm for when only minimal ideal triangulations of cusped finite-volume hyperbolic 3-manifolds are required |
►Cregina::NGenericGluingPerms< 4 > | |
►Cregina::Dim4GluingPerms | Represents a specific set of gluing permutations to complement a particular pairwise matching of pentachoron facets |
Cregina::Dim4GluingPermSearcher | A utility class for searching through all possible gluing permutation sets that correspond to a given pentachoron facet pairing |
Cregina::NGlobalDirs | Provides global routines that return directories in which various components of Regina are installed on the system |
Cregina::NGroupExpressionTerm | Represents a power of a generator in a group presentation |
Cregina::NHilbertCD | Implements a modified Contejean-Devie algorithm for enumerating Hilbert bases |
Cregina::NHilbertDual | Implements a modified dual algorithm for enumerating Hilbert bases |
Cregina::NHilbertPrimal | Implements a modified primal algorithm for enumerating Hilbert bases |
►Cregina::NMarkedElement | A base class for elements of NMarkedVector |
►Cregina::detail::ComponentBase< 2 > | |
Cregina::Component< 2 > | Represents a connected component of a 2-manifold triangulation |
►Cregina::detail::ComponentBase< 3 > | |
Cregina::Component< 3 > | Represents a connected component of a 3-manifold triangulation |
►Cregina::detail::ComponentBase< 4 > | |
Cregina::Component< 4 > | Represents a connected component of a 4-manifold triangulation |
Cregina::detail::FaceBase< 2, 0 > | |
Cregina::detail::FaceBase< 2, 1 > | |
Cregina::detail::FaceBase< 3, 0 > | |
Cregina::detail::FaceBase< 3, 1 > | |
Cregina::detail::FaceBase< 3, 2 > | |
Cregina::detail::FaceBase< 4, 0 > | |
Cregina::detail::FaceBase< 4, 1 > | |
Cregina::detail::FaceBase< 4, 2 > | |
Cregina::detail::FaceBase< 4, 3 > | |
►Cregina::detail::ComponentBase< dim > | Helper class that provides core functionality for a connected component of a dim-manifold triangulation |
Cregina::Component< dim > | A connected component of a dim-manifold triangulation |
Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
Cregina::detail::SimplexBase< dim > | Helper class that provides core functionality for a top-dimensional simplex in a dim-manifold triangulation |
Cregina::Dim2BoundaryComponent | Represents a component of the boundary of a 2-manifold triangulation |
Cregina::Dim4BoundaryComponent | Represents a component of the boundary of a 4-manifold triangulation |
Cregina::NBoundaryComponent | Represents a component of the boundary of a triangulation |
Cregina::detail::SimplexBase< 2 > | |
Cregina::detail::SimplexBase< 3 > | |
Cregina::detail::SimplexBase< 4 > | |
Cregina::NMatrix2 | Represents a 2-by-2 integer matrix |
Cregina::NMaxAdmissible | Used to enumerate all maximal admissible faces of a polyhedral cone under a given set of admissibility constraints |
Cregina::NMutex | Deprecated class that provides mutexes for use with multithreaded code |
Cregina::NNativeInteger< bytes > | A wrapper class for a native, fixed-precision integer type of the given size |
►Cnoncopyable | |
Cregina::detail::ComponentBase< 2 > | |
Cregina::detail::ComponentBase< 3 > | |
Cregina::detail::ComponentBase< 4 > | |
Cregina::detail::FaceBase< 2, 0 > | |
Cregina::detail::FaceBase< 2, 1 > | |
Cregina::detail::FaceBase< 3, 0 > | |
Cregina::detail::FaceBase< 3, 1 > | |
Cregina::detail::FaceBase< 3, 2 > | |
Cregina::detail::FaceBase< 4, 0 > | |
Cregina::detail::FaceBase< 4, 1 > | |
Cregina::detail::FaceBase< 4, 2 > | |
Cregina::detail::FaceBase< 4, 3 > | |
Cregina::detail::FacetPairingBase< 3 > | |
►Cregina::detail::IsomorphismBase< 2 > | |
Cregina::Isomorphism< 2 > | Represents a combinatorial isomorphism from one 2-manifold triangulation into another |
►Cregina::detail::IsomorphismBase< 3 > | |
Cregina::Isomorphism< 3 > | Represents a combinatorial isomorphism from one 3-manifold triangulation into another |
►Cregina::detail::IsomorphismBase< 4 > | |
Cregina::Isomorphism< 4 > | Represents a combinatorial isomorphism from one 4-manifold triangulation into another |
►Cregina::NListOnCall< NSatBlockStarter > | |
Cregina::NSatBlockStarterSet | Represents a set of starter blocks that can be used for identifying triangulations of Seifert fibred spaces |
►Cregina::NMatrix< NLargeInteger > | |
►Cregina::NMatrixRing< NLargeInteger > | |
Cregina::NMatrixInt | Represents a matrix of arbitrary precision integers |
Cregina::NProperty< bool > | |
Cregina::NProperty< regina::NAbelianGroup, regina::StoreManagedPtr > | |
Cregina::NProperty< regina::NAngleStructure, regina::StoreManagedPtr > | |
Cregina::NProperty< regina::NDiscType > | |
Cregina::NProperty< regina::NGroupPresentation, regina::StoreManagedPtr > | |
Cregina::NProperty< regina::NIntegerBase > | |
Cregina::NProperty< regina::NTreeDecomposition, regina::StoreManagedPtr > | |
Cregina::detail::ComponentBase< dim > | Helper class that provides core functionality for a connected component of a dim-manifold triangulation |
Cregina::detail::FaceBase< dim, subdim > | Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation |
►Cregina::detail::FacetPairingBase< dim > | Provides core functionality for facet pairings (that is, dual graphs) of dim-dimensional triangulations |
Cregina::FacetPairing< dim > | Represents the dual graph of a dim-manifold triangulation; that is, the pairwise matching of facets of dim-dimensional simplices |
Cregina::FacetPairing< 3 > | Represents the dual graph of a 3-manifold triangulation |
►Cregina::detail::IsomorphismBase< dim > | Provides core functionality for combinatorial isomorphisms between dim-manifold triangulations |
Cregina::Isomorphism< dim > | Represents a combinatorial isomorphism from one dim-manifold triangulation into another |
Cregina::detail::SimplexBase< dim > | Helper class that provides core functionality for a top-dimensional simplex in a dim-manifold triangulation |
Cregina::detail::TriangulationBase< dim > | Provides core functionality for dim-dimensional triangulations |
Cregina::Dim2BoundaryComponent | Represents a component of the boundary of a 2-manifold triangulation |
Cregina::Dim4BoundaryComponent | Represents a component of the boundary of a 4-manifold triangulation |
Cregina::NAbelianGroup | Represents a finitely generated abelian group |
Cregina::NAngleStructure | Represents an angle structure on a triangulation |
Cregina::NCensusHit | Stores a single "hit" indicating that some given triangulation has been located in one of Regina's in-built census databases |
Cregina::NCensusHits | Stores a list of "hits" indicating all the places in which a given triangulation has been located in Regina's various in-built census databases |
Cregina::NCusp | Represents a single cusp of a SnapPea triangulation |
Cregina::NFileInfo | Stores information about a Regina data file, including file type and version |
Cregina::NGroupExpression | Represents an expression involving generators from a group presentation or a free group |
Cregina::NGroupPresentation | Represents a finite presentation of a group |
Cregina::NHomGroupPresentation | Represents a homomorphism between groups which are described via finite presentations |
Cregina::NHomMarkedAbelianGroup | Represents a homomorphism of finitely generated abelian groups |
Cregina::NHomologicalData | Data type that deals with all the detailed homological information in a manifold |
Cregina::NLayering | Represents a layering of zero or more tetrahedra upon a torus boundary |
Cregina::NListOnCall< T > | Offers a hard-coded list of expensive objects that should only be created if they are required |
►Cregina::NManifold | Represents a particular 3-manifold |
Cregina::NGraphLoop | Represents a closed graph manifold formed by joining a single bounded Seifert fibred space to itself along a torus |
Cregina::NGraphPair | Represents a closed graph manifold formed by joining two bounded Seifert fibred spaces along a common torus |
Cregina::NGraphTriple | Represents a closed graph manifold formed by joining three bounded Seifert fibred spaces along their torus boundaries |
Cregina::NHandlebody | Represents an arbitrary handlebody |
Cregina::NLensSpace | Represents a general lens space |
Cregina::NSFSpace | Represents a general Seifert fibred space, which may be orientable or non-orientable |
Cregina::NSimpleSurfaceBundle | Represents a particularly simple closed surface bundle over the circle |
Cregina::NSnapPeaCensusManifold | Represents a 3-manifold from the SnapPea cusped census |
Cregina::NTorusBundle | Represents a torus bundle over the circle |
Cregina::NMarkedAbelianGroup | Represents a finitely generated abelian group given by a chain complex |
►Cregina::NMatrix< T > | Represents a matrix of elements of the given type T |
Cregina::NMatrixRing< T > | Represents a matrix of elements from a given ring T |
Cregina::NNormalHypersurface | Represents a single normal hypersurface in a 4-manifold triangulation |
Cregina::NNormalSurface | Represents a single normal surface in a 3-manifold |
►Cregina::NPacket | Represents a packet of information that may be individually edited or operated upon |
Cregina::NAngleStructureList | A packet representing a collection of angle structures on a triangulation |
Cregina::NContainer | A packet that simply contains other packets |
Cregina::NNormalHypersurfaceList | A packet representing a collection of normal hypersurfaces in a 4-manifold triangulation |
Cregina::NNormalSurfaceList | A packet representing a collection of normal surfaces in a 3-manifold |
Cregina::NPDF | A packet that can hold a PDF document |
Cregina::NScript | A packet representing a Python script that can be run |
►Cregina::NSurfaceFilter | A packet that accepts or rejects normal surfaces |
Cregina::NSurfaceFilterCombination | A normal surface filter that simply combines other filters |
Cregina::NSurfaceFilterProperties | A normal surface filter that filters by basic properties of the normal surface |
Cregina::NText | A packet representing a text string |
Cregina::Triangulation< dim > | A dim-dimensional triangulation, built by gluing together dim-dimensional simplices along their (dim-1)-dimensional facets |
Cregina::Triangulation< 2 > | Represents a 2-manifold triangulation |
Cregina::Triangulation< 3 > | Represents a 3-dimensional triangulation, typically of a 3-manifold |
Cregina::Triangulation< 4 > | Represents a 4-dimensional triangulation, typically of a 4-manifold |
Cregina::NPacket::ChangeEventSpan | An object that facilitates firing packetToBeChanged() and packetWasChanged() events |
Cregina::NPillowTwoSphere | Represents a 2-sphere made from two triangles glued together along their three edges |
Cregina::NProperty< T, Storage > | Stores a calculable property of an object |
►Cregina::NSatBlock | Represents a saturated block in a Seifert fibred space |
Cregina::NSatCube | A saturated block that is a six-tetrahedron cube |
Cregina::NSatLayering | A degenerate saturated block that is a single tetrahedron wrapped around so that two opposite edges touch |
Cregina::NSatLST | A saturated block that is a layered solid torus |
Cregina::NSatMobius | A degenerate zero-tetrahedron saturated block that corresponds to attaching a Mobius band to a single annulus boundary |
Cregina::NSatReflectorStrip | A saturated block that is a reflector strip |
Cregina::NSatTriPrism | A saturated block that is a three-tetrahedron triangular prism |
Cregina::NSatBlockStarter | Contains a triangulation of a saturated block along with the accompanying saturated block description |
Cregina::NSatRegion | A large saturated region in a Seifert fibred space formed by joining together saturated blocks |
Cregina::NSignature | Represents a signature of a splitting surface in a closed 3-manifold triangulation |
Cregina::NSnappedTwoSphere | Represents a 2-sphere made from two snapped 3-balls in a triangulation |
►Cregina::NStandardTriangulation | Describes a triangulation or subcomplex of a triangulation whose structure is well-understood |
Cregina::NAugTriSolidTorus | Represents an augmented triangular solid torus component of a triangulation |
Cregina::NBlockedSFS | Represents a blocked Seifert fibred space (possibly with boundary) |
Cregina::NBlockedSFSLoop | Represents a blocked Seifert fibred space with two boundary tori that are joined together |
Cregina::NBlockedSFSPair | Represents a blocked pair of Seifert fibred spaces joined along a single connecting torus |
Cregina::NBlockedSFSTriple | Represents a blocked sequence of three Seifert fibred spaces joined along connecting tori |
Cregina::NL31Pillow | Represents a triangular pillow L(3,1) component of a triangulation |
Cregina::NLayeredChain | Represents a layered chain in a triangulation |
Cregina::NLayeredChainPair | Represents a layered chain pair component of a triangulation |
Cregina::NLayeredLensSpace | Represents a layered lens space component of a triangulation |
Cregina::NLayeredLoop | Represents a layered loop component of a triangulation |
Cregina::NLayeredSolidTorus | Represents a layered solid torus in a triangulation |
Cregina::NLayeredTorusBundle | Describes a layered torus bundle |
Cregina::NPluggedTorusBundle | Describes a triangulation of a graph manifold formed by joining a bounded saturated region with a thin I-bundle over the torus, possibly with layerings in between |
Cregina::NPlugTriSolidTorus | Represents a plugged triangular solid torus component of a triangulation |
Cregina::NSnapPeaCensusTri | Represents a 3-manifold triangulation from the SnapPea cusped census |
Cregina::NSnappedBall | Represents a snapped 3-ball in a triangulation |
Cregina::NSpiralSolidTorus | Represents a spiralled solid torus in a triangulation |
Cregina::NTriSolidTorus | Represents a three-tetrahedron triangular solid torus in a triangulation |
Cregina::NTrivialTri | Represents one of a few particular hard-coded trivial triangulations that do not belong to any of the other larger families |
Cregina::NSurfaceSubset | Represents a subset of a normal surface list |
Cregina::NTreeBag | Represents a single bag in a tree decomposition |
Cregina::NTreeDecomposition | Represents a tree decomposition of a graph |
►Cregina::NTxICore | Provides a triangulation of the product T x I (the product of the torus and the interval) |
Cregina::NTxIDiagonalCore | One of a family of thin T x I triangulations that typically appear at the centres of layered torus bundles |
Cregina::NTxIParallelCore | A specific six-tetrahedron NTxICore triangulation that does not fit neatly into other families |
Cregina::NXMLTreeResolver | Provides a mechanism to resolve dangling packet references after a complete packet tree has been read from an XML data file |
Cregina::detail::SimplexBase< 2 > | |
Cregina::detail::SimplexBase< 3 > | |
Cregina::detail::SimplexBase< 4 > | |
Cregina::detail::TriangulationBase< 2 > | |
Cregina::detail::TriangulationBase< 3 > | |
Cregina::detail::TriangulationBase< 4 > | |
Cregina::NormalInfo< coordType > | A template that stores information about a particular normal coordinate system |
►Cregina::NPacketListener | An object that can be registered to listen for packet events |
Cregina::NScript | A packet representing a Python script that can be run |
Cregina::NSnapPeaTriangulation | Offers direct access to the SnapPea kernel from within Regina |
Cregina::NPerm< n > | Represents a permutation of {0,1,...,n-1} |
Cregina::NPerm< 2 > | Represents a permutation of {0,1} |
Cregina::NPerm< 3 > | Represents a permutation of {0,1,2} |
Cregina::NPerm< 4 > | Represents a permutation of {0,1,2,3} |
Cregina::NPerm< 5 > | Represents a permutation of {0,1,2,3,4} |
Cregina::NPerm< dim+1 > | |
Cregina::NPermItS4 | An iterator class that runs through all 24 permutations of four elements |
Cregina::NPosOrder | A comparison object that sorts hyperplanes by position vectors |
Cregina::NPrimes | A helper class for finding primes and factorising integers |
Cregina::NPrismSetSurface | Represents the set of prisms defined by slicing along all the quads in a particular normal surface |
Cregina::NPrismSpec | Specifies a single triangular prism in a tetrahedron |
►Cregina::NProgressTrackerBase | The base class for Regina's progress tracking classes |
Cregina::NProgressTracker | Manages percentage-based progress tracking and cancellation polling for long operations |
Cregina::NProgressTrackerOpen | Manages percentage-based progress tracking and cancellation polling for open-ended operations |
►Cregina::NPropertyBase | A base class that provides routines shared by all properties, regardless of their individual NProperty template parameters |
Cregina::NProperty< bool > | |
Cregina::NProperty< regina::NAbelianGroup, regina::StoreManagedPtr > | |
Cregina::NProperty< regina::NAngleStructure, regina::StoreManagedPtr > | |
Cregina::NProperty< regina::NDiscType > | |
Cregina::NProperty< regina::NGroupPresentation, regina::StoreManagedPtr > | |
Cregina::NProperty< regina::NIntegerBase > | |
Cregina::NProperty< regina::NTreeDecomposition, regina::StoreManagedPtr > | |
Cregina::NProperty< T, Storage > | Stores a calculable property of an object |
Cregina::NQitmask1< T > | A small but extremely fast "base 4 bitmask" class that can store up to 8 * sizeof(T) "qits", each equal to 0, 1, 2 or 3 |
Cregina::NQitmask2< T, U > | A small but extremely fast "base 4 bitmask" class that can store up to 8 * sizeof(T) + 8 * sizeof(U) "qits", each equal to 0, 1, 2 or 3 |
Cregina::NRational | Represents an arbitrary precision rational number |
Cregina::NSatAnnulus | Represents an annulus formed from a pair of triangles in a Seifert fibred space |
Cregina::NSatBlockSpec | Describes how a single saturated block forms a part of a larger saturated region |
Cregina::NSatBlockStarterSearcher | A helper class for locating and using starter blocks within a triangulation |
Cregina::NSFSAltSet | Provides a variety of alternative representations of a single bounded Seifert fibred space |
Cregina::NSFSFibre | Represents an exceptional (alpha, beta) fibre in a Seifert fibred space |
Cregina::NSigCensus | A utility class used by formSigCensus() |
Cregina::NSigPartialIsomorphism | Represents a partial isomorphism between two splitting surface signatures |
Cregina::NThread | Deprecated class that provides very basic thread handling |
Cregina::NTrieSet< T > | A trie-like data structure for storing and retriving sets |
Cregina::NTritmask1< T > | A small but extremely fast "ternary bitmask" class that can store up to 8 * sizeof(T) "trits", each equal to 0, 1 or 2 |
Cregina::NTritmask2< T, U > | A small but extremely fast "ternary bitmask" class that can store up to 8 * sizeof(T) + 8 * sizeof(U) "trits", each equal to 0, 1 or 2 |
Cregina::NTypeTrie< nTypes > | A trie that stores a set of type vectors of a fixed length |
Cregina::NTypeTrie< 7 > | |
Cregina::NVector< T > | An optimised vector class of elements from a given ring T |
►Cregina::NVector< NLargeInteger > | |
►Cregina::NRay | A fast class for storing a ray rooted at the origin whose coordinates are rational |
Cregina::NAngleStructureVector | A vector of integers used to indirectly store the individual angles in an angle structure |
►Cregina::NNormalHypersurfaceVector | Stores the vector of a single normal hypersurface in a 4-manifold triangulation |
Cregina::NNormalHypersurfaceVectorMirrored | A normal hypersurface vector that is mirrored in another coordinate system to avoid frequent lengthy calculations |
Cregina::NNormalHypersurfaceVectorStandard | A normal hypersurface vector using standard tetrahedron-prism coordinates |
►Cregina::NNormalSurfaceVector | Stores the vector of a single normal surface in a 3-manifold |
Cregina::NNormalSurfaceVectorANStandard | An almost normal surface vector using standard triangle-quad-oct coordinates |
►Cregina::NNormalSurfaceVectorMirrored | A normal surface vector that is mirrored in another coordinate system to avoid frequent lengthy calculations |
Cregina::NNormalSurfaceVectorOrientedQuad | A normal surface vector using transversely oriented quadrilateral coordinates |
Cregina::NNormalSurfaceVectorQuad | A normal surface vector using quad coordinates |
Cregina::NNormalSurfaceVectorQuadOct | An almost normal surface vector using quad-oct coordinates |
Cregina::NNormalSurfaceVectorOriented | A normal surface vector using transversely oriented standard (triangle-quad) coordinates |
Cregina::NNormalSurfaceVectorStandard | A normal surface vector using standard triangle-quad coordinates |
►Cregina::NXMLElementReader | Used to read the contents of a single XML element |
Cregina::detail::XMLSimplexReader< dim > | Helper class that reads the XML element for a single top-dimensional simplex in a dim-dimensional triangulation |
Cregina::detail::XMLSimplicesReader< dim > | Helper class that reads the XML element for the set of all top-dimensional simplices in a dim-dimensional triangulation |
Cregina::NXMLAbelianGroupReader | An XML element reader that reads a single abelian group |
Cregina::NXMLAngleStructureReader | An XML element reader that reads a single angle structure |
Cregina::NXMLCharsReader | A reader for an XML element that contains only characters |
Cregina::NXMLFilterReader | An XML element reader that reads the specific details of a normal surface filter |
Cregina::NXMLGroupPresentationReader | An XML element reader that reads a single group presentation |
Cregina::NXMLNormalHypersurfaceReader | An XML element reader that reads a single normal hypersurface in a 4-manifold triangulation |
Cregina::NXMLNormalSurfaceReader | An XML element reader that reads a single normal surface |
►Cregina::NXMLPacketReader | An XML element reader that reads the data for an individual packet |
►Cregina::detail::XMLTriangulationReaderBase< dim > | Helper class that provides core functionality for the XML packet reader that reads a single dim-dimensional triangulation |
Cregina::XMLTriangulationReader< dim > | An XML packet reader that reads a single dim-dimensional triangulation |
Cregina::NXMLAngleStructureListReader | An XML packet reader that reads a single angle structure list |
Cregina::NXMLContainerReader | An XML packet reader that reads a single container |
Cregina::NXMLFilterPacketReader | An XML packet reader that reads a single surface filter |
Cregina::NXMLNormalHypersurfaceListReader | An XML packet reader that reads a single normal hypersurface list |
Cregina::NXMLNormalSurfaceListReader | An XML packet reader that reads a single normal surface list |
Cregina::NXMLPDFReader | An XML packet reader that reads a single PDF packet |
Cregina::NXMLScriptReader | An XML packet reader that reads a single script |
Cregina::NXMLSnapPeaReader | An XML packet reader that reads a single SnapPea triangulation |
Cregina::NXMLTextReader | An XML packet reader that reads a single text packet |
►Cregina::detail::XMLTriangulationReaderBase< 2 > | |
Cregina::XMLTriangulationReader< 2 > | An XML packet reader that reads a single 2-dimensional triangulation |
►Cregina::detail::XMLTriangulationReaderBase< 3 > | |
Cregina::XMLTriangulationReader< 3 > | An XML packet reader that reads a single 3-dimensional triangulation |
►Cregina::detail::XMLTriangulationReaderBase< 4 > | |
Cregina::XMLTriangulationReader< 4 > | An XML packet reader that reads a single 4-dimensional triangulation |
Cregina::NXMLTreeResolutionTask | An individual task for resolving dangling packet references after an XML data file has been read |
►Costream | |
Cregina::i18n::IConvStream | An output stream that converts between character encodings |
►Cregina::Output< T, supportsUtf8 > | A common base class for objects that write human-readable text output |
Cregina::ShortOutput< T, supportsUtf8 > | A common base class for objects that provide short text output only |
►Cregina::Output< ComponentBase< dim > > | |
Cregina::detail::ComponentBase< 2 > | |
Cregina::detail::ComponentBase< 3 > | |
Cregina::detail::ComponentBase< 4 > | |
Cregina::detail::ComponentBase< dim > | Helper class that provides core functionality for a connected component of a dim-manifold triangulation |
►Cregina::Output< Dim2BoundaryComponent > | |
Cregina::Dim2BoundaryComponent | Represents a component of the boundary of a 2-manifold triangulation |
►Cregina::Output< Dim4BoundaryComponent > | |
Cregina::Dim4BoundaryComponent | Represents a component of the boundary of a 4-manifold triangulation |
►Cregina::Output< Face< 2, 0 > > | |
Cregina::Face< 2, 0 > | Represents a vertex in the skeleton of a 2-manifold triangulation |
►Cregina::Output< Face< 2, 1 > > | |
Cregina::Face< 2, 1 > | Represents an edge in the skeleton of a 2-manifold triangulation |
►Cregina::Output< Face< 3, 0 > > | |
Cregina::Face< 3, 0 > | Represents a vertex in the skeleton of a 3-manifold triangulation |
►Cregina::Output< Face< 3, 1 > > | |
Cregina::Face< 3, 1 > | Represents an edge in the skeleton of a 3-manifold triangulation |
►Cregina::Output< Face< 3, 2 > > | |
Cregina::Face< 3, 2 > | Represents a triangle in the skeleton of a 3-manifold triangulation |
►Cregina::Output< Face< 4, 0 > > | |
Cregina::Face< 4, 0 > | Represents a vertex in the skeleton of a 4-manifold triangulation |
►Cregina::Output< Face< 4, 1 > > | |
Cregina::Face< 4, 1 > | Represents an edge in the skeleton of a 4-manifold triangulation |
►Cregina::Output< Face< 4, 2 > > | |
Cregina::Face< 4, 2 > | Represents a triangle in the skeleton of a 4-manifold triangulation |
►Cregina::Output< Face< 4, 3 > > | |
Cregina::Face< 4, 3 > | Represents a tetrahedron in the skeleton of a 4-dimensional triangulation |
►Cregina::Output< Face< dim, subdim > > | |
Cregina::Face< dim, subdim > | Represents a subdim-face in the skeleton of a dim-dimensional triangulation |
►Cregina::Output< FaceEmbeddingBase< dim, subdim >, false > | |
►Cregina::ShortOutput< FaceEmbeddingBase< dim, subdim > > | |
Cregina::detail::FaceEmbeddingBase< dim, subdim > | Helper class that provides core functionality for describing how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex |
►Cregina::Output< FacetPairingBase< dim >, false > | |
►Cregina::ShortOutput< FacetPairingBase< dim > > | |
Cregina::detail::FacetPairingBase< 3 > | |
Cregina::detail::FacetPairingBase< dim > | Provides core functionality for facet pairings (that is, dual graphs) of dim-dimensional triangulations |
►Cregina::Output< IsomorphismBase< dim > > | |
Cregina::detail::IsomorphismBase< 2 > | |
Cregina::detail::IsomorphismBase< 3 > | |
Cregina::detail::IsomorphismBase< 4 > | |
Cregina::detail::IsomorphismBase< dim > | Provides core functionality for combinatorial isomorphisms between dim-manifold triangulations |
►Cregina::Output< NAbelianGroup, supportsUtf8 > | |
►Cregina::ShortOutput< NAbelianGroup, true > | |
Cregina::NAbelianGroup | Represents a finitely generated abelian group |
►Cregina::Output< NAngleStructure, false > | |
►Cregina::ShortOutput< NAngleStructure > | |
Cregina::NAngleStructure | Represents an angle structure on a triangulation |
►Cregina::Output< NBoundaryComponent > | |
Cregina::NBoundaryComponent | Represents a component of the boundary of a triangulation |
►Cregina::Output< NCusp, false > | |
►Cregina::ShortOutput< NCusp > | |
Cregina::NCusp | Represents a single cusp of a SnapPea triangulation |
►Cregina::Output< NCyclotomic, supportsUtf8 > | |
►Cregina::ShortOutput< NCyclotomic, true > | |
Cregina::NCyclotomic | Represents an element of a cyclotomic field |
►Cregina::Output< NFileInfo > | |
Cregina::NFileInfo | Stores information about a Regina data file, including file type and version |
►Cregina::Output< NGroupExpression, false > | |
►Cregina::ShortOutput< NGroupExpression > | |
Cregina::NGroupExpression | Represents an expression involving generators from a group presentation or a free group |
►Cregina::Output< NGroupPresentation > | |
Cregina::NGroupPresentation | Represents a finite presentation of a group |
►Cregina::Output< NHomGroupPresentation > | |
Cregina::NHomGroupPresentation | Represents a homomorphism between groups which are described via finite presentations |
►Cregina::Output< NHomMarkedAbelianGroup > | |
Cregina::NHomMarkedAbelianGroup | Represents a homomorphism of finitely generated abelian groups |
►Cregina::Output< NHomologicalData, false > | |
►Cregina::ShortOutput< NHomologicalData > | |
Cregina::NHomologicalData | Data type that deals with all the detailed homological information in a manifold |
►Cregina::Output< NManifold > | |
Cregina::NManifold | Represents a particular 3-manifold |
►Cregina::Output< NMarkedAbelianGroup, supportsUtf8 > | |
►Cregina::ShortOutput< NMarkedAbelianGroup, true > | |
Cregina::NMarkedAbelianGroup | Represents a finitely generated abelian group given by a chain complex |
►Cregina::Output< NMatrix< NLargeInteger > > | |
Cregina::NMatrix< NLargeInteger > | |
►Cregina::Output< NMatrix< T > > | |
Cregina::NMatrix< T > | Represents a matrix of elements of the given type T |
►Cregina::Output< NNormalHypersurface, false > | |
►Cregina::ShortOutput< NNormalHypersurface > | |
Cregina::NNormalHypersurface | Represents a single normal hypersurface in a 4-manifold triangulation |
►Cregina::Output< NNormalSurface, false > | |
►Cregina::ShortOutput< NNormalSurface > | |
Cregina::NNormalSurface | Represents a single normal surface in a 3-manifold |
►Cregina::Output< NPacket > | |
Cregina::NPacket | Represents a packet of information that may be individually edited or operated upon |
►Cregina::Output< NPillowTwoSphere, false > | |
►Cregina::ShortOutput< NPillowTwoSphere > | |
Cregina::NPillowTwoSphere | Represents a 2-sphere made from two triangles glued together along their three edges |
►Cregina::Output< NPolynomial< T >, supportsUtf8 > | |
►Cregina::ShortOutput< NPolynomial< T >, true > | |
Cregina::NPolynomial< T > | Represents a single-variable polynomial with coefficients of type T |
►Cregina::Output< NSatBlock > | |
Cregina::NSatBlock | Represents a saturated block in a Seifert fibred space |
►Cregina::Output< NSatRegion > | |
Cregina::NSatRegion | A large saturated region in a Seifert fibred space formed by joining together saturated blocks |
►Cregina::Output< NSignature, false > | |
►Cregina::ShortOutput< NSignature > | |
Cregina::NSignature | Represents a signature of a splitting surface in a closed 3-manifold triangulation |
►Cregina::Output< NSnappedTwoSphere, false > | |
►Cregina::ShortOutput< NSnappedTwoSphere > | |
Cregina::NSnappedTwoSphere | Represents a 2-sphere made from two snapped 3-balls in a triangulation |
►Cregina::Output< NStandardTriangulation > | |
Cregina::NStandardTriangulation | Describes a triangulation or subcomplex of a triangulation whose structure is well-understood |
►Cregina::Output< NSurfaceSubset > | |
Cregina::NSurfaceSubset | Represents a subset of a normal surface list |
►Cregina::Output< NTreeBag, false > | |
►Cregina::ShortOutput< NTreeBag > | |
Cregina::NTreeBag | Represents a single bag in a tree decomposition |
►Cregina::Output< NTreeDecomposition > | |
Cregina::NTreeDecomposition | Represents a tree decomposition of a graph |
►Cregina::Output< NTxICore > | |
Cregina::NTxICore | Provides a triangulation of the product T x I (the product of the torus and the interval) |
►Cregina::Output< SimplexBase< dim > > | |
Cregina::detail::SimplexBase< dim > | Helper class that provides core functionality for a top-dimensional simplex in a dim-manifold triangulation |
Cregina::detail::SimplexBase< 2 > | |
Cregina::detail::SimplexBase< 3 > | |
Cregina::detail::SimplexBase< 4 > | |
Cregina::OutputBase< T > | Provides a typedef to help identify where in the class hierarchy the output functions T::str() and T::detail() are implemented |
Cregina::PacketInfo< packetType > | A template that stores information about a particular type of packet |
Cregina::Dim4GluingPermSearcher::PentEdgeState | A structure used to track equivalence classes of pentachoron edges as the gluing permutation set is constructed |
Cregina::Dim4GluingPermSearcher::PentTriangleState | A structure used to track equivalence classes of pentachoron triangles as the gluing permutation set is constructed |
Cregina::Returns< ReturnType_ > | A convenience base class for a non-void function object, which does nothing beyond provide a ReturnType typedef |
►Cregina::Returns< Base *> | |
Cregina::NewFunction< Base > | A function object that creates a new object subclassed from Base, where the particular subclass is chosen according to the template argument to operator() |
Cregina::NewFunction1< Base, Arg > | Deprecated function object for creating new objects subclassed from Base |
Cregina::ReturnsTraitsImplementation< T, hasReturnType > | Provides the implementation of ReturnsTraits |
►Cregina::ReturnsTraitsImplementation< T, HasReturnType< std::remove_reference< T >::type >::value > | |
Cregina::ReturnsTraits< T > | Helper class to assist with compile-time analysis of Regina's function objects |
Cregina::SafePointeeBase< T > | A base class for objects of type T to be referenceable by a SafePtr |
►Cregina::SafePointeeBase< NPacket > | |
Cregina::NPacket | Represents a packet of information that may be individually edited or operated upon |
Cregina::SafePtr< T > | A reference counted smart pointer that supports alternate models of ownership |
Cregina::alias::SimplexAt< Derived, dim, useConst > | Helper class that provides dimension-specific aliases for simplex(size_t), where reasonable |
►Cregina::alias::SimplexAt< ComponentBase< dim >, dim, false > | |
Cregina::detail::ComponentBase< 2 > | |
Cregina::detail::ComponentBase< 3 > | |
Cregina::detail::ComponentBase< 4 > | |
Cregina::detail::ComponentBase< dim > | Helper class that provides core functionality for a connected component of a dim-manifold triangulation |
Cregina::alias::SimplexAt< Derived, 2, false > | Helper class that provides dimension-specific aliases for simplex(size_t) |
Cregina::alias::SimplexAt< Derived, 2, true > | Helper class that provides dimension-specific aliases for simplex(size_t) |
Cregina::alias::SimplexAt< Derived, 3, false > | Helper class that provides dimension-specific aliases for simplex(size_t) |
Cregina::alias::SimplexAt< Derived, 3, true > | Helper class that provides dimension-specific aliases for simplex(size_t) |
Cregina::alias::SimplexAt< Derived, 4, false > | Helper class that provides dimension-specific aliases for simplex(size_t) |
Cregina::alias::SimplexAt< Derived, 4, true > | Helper class that provides dimension-specific aliases for simplex(size_t) |
►Cregina::alias::SimplexAt< TriangulationBase< dim >, dim, true > | |
Cregina::detail::TriangulationBase< dim > | Provides core functionality for dim-dimensional triangulations |
Cregina::detail::TriangulationBase< 2 > | |
Cregina::detail::TriangulationBase< 3 > | |
Cregina::detail::TriangulationBase< 4 > | |
Cregina::SimplexBase< int > | |
►Cregina::detail::SimplexFaces< dim, subdim > | Helper class for storing which subdim-faces of a dim-dimensional triangulation appear within each top-dimensional simplex |
Cregina::detail::SimplexFacesSuite< dim, subdim > | Internal class that helps a simplex store the details of its lower-dimensional faces |
►Cregina::detail::SimplexFacesSuite< dim, dim-1 > | |
Cregina::detail::SimplexBase< dim > | Helper class that provides core functionality for a top-dimensional simplex in a dim-manifold triangulation |
Cregina::detail::SimplexBase< 2 > | |
Cregina::detail::SimplexBase< 3 > | |
Cregina::detail::SimplexBase< 4 > | |
Cregina::alias::SimplexVoid< Derived, dim > | Helper class that provides a dimension-specific alias for simplex(), where reasonable |
Cregina::alias::SimplexVoid< Derived, 2 > | Helper class that provides a dimension-specific alias for simplex() |
Cregina::alias::SimplexVoid< Derived, 3 > | Helper class that provides a dimension-specific alias for simplex() |
Cregina::alias::SimplexVoid< Derived, 4 > | Helper class that provides a dimension-specific alias for simplex() |
►Cregina::alias::SimplexVoid< FaceEmbeddingBase< dim, subdim >, dim > | |
Cregina::detail::FaceEmbeddingBase< dim, subdim > | Helper class that provides core functionality for describing how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex |
Cregina::alias::Simplices< Derived, dim > | Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable |
►Cregina::alias::Simplices< ComponentBase< dim >, dim > | |
Cregina::detail::ComponentBase< 2 > | |
Cregina::detail::ComponentBase< 3 > | |
Cregina::detail::ComponentBase< 4 > | |
Cregina::detail::ComponentBase< dim > | Helper class that provides core functionality for a connected component of a dim-manifold triangulation |
Cregina::alias::Simplices< Derived, 2 > | Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable |
Cregina::alias::Simplices< Derived, 3 > | Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable |
Cregina::alias::Simplices< Derived, 4 > | Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable |
►Cregina::alias::Simplices< TriangulationBase< dim >, dim > | |
Cregina::detail::TriangulationBase< dim > | Provides core functionality for dim-dimensional triangulations |
Cregina::detail::TriangulationBase< 2 > | |
Cregina::detail::TriangulationBase< 3 > | |
Cregina::detail::TriangulationBase< 4 > | |
►Cregina::SnapPeaException | A base class for all exceptions that are thrown from within the SnapPea kernel |
Cregina::SnapPeaFatalError | An exception that is thrown when the SnapPea kernel encounters a fatal error |
Cregina::SnapPeaMemoryFull | An exception that is thrown when the SnapPea kernel finds that all available memory has been exhausted |
►CStorage | |
Cregina::NProperty< T, Storage > | Stores a calculable property of an object |
Cregina::StoreConstPtr< T > | An NProperty storage policy indicating that the property should be held by constant pointer |
Cregina::StoreManagedPtr< T > | An NProperty storage policy indicating that the property should be held by pointer and that the property wrapper will also take responsibility for memory management |
►Cregina::StoreManagedPtr< regina::NAbelianGroup > | |
Cregina::NProperty< regina::NAbelianGroup, regina::StoreManagedPtr > | |
►Cregina::StoreManagedPtr< regina::NAngleStructure > | |
Cregina::NProperty< regina::NAngleStructure, regina::StoreManagedPtr > | |
►Cregina::StoreManagedPtr< regina::NGroupPresentation > | |
Cregina::NProperty< regina::NGroupPresentation, regina::StoreManagedPtr > | |
►Cregina::StoreManagedPtr< regina::NTreeDecomposition > | |
Cregina::NProperty< regina::NTreeDecomposition, regina::StoreManagedPtr > | |
Cregina::StoreValue< T > | An NProperty storage policy indicating that the property should be held by value |
►Cregina::StoreValue< bool > | |
Cregina::NProperty< bool > | |
►Cregina::StoreValue< regina::NDiscType > | |
Cregina::NProperty< regina::NDiscType > | |
►Cregina::StoreValue< regina::NIntegerBase > | |
Cregina::NProperty< regina::NIntegerBase > | |
►Cstreambuf | |
Cregina::i18n::IConvStreamBuffer | An output stream buffer that translates between character encodings |
Cregina::LightweightSequence< T >::SubsequenceCompareFirstPtr< Iterator > | A binary function object for comparing subsequences, for use in associative containers whose keys are pointers to sequences |
Cregina::SurfaceFilterInfo< filterType > | A template that stores information about a particular type of normal surface filter |
Cregina::NCompactSearcher::TetEdgeState | A structure used to track equivalence classes of tetrahedron edges as the gluing permutation set is constructed |
Cregina::NEulerSearcher::TetEdgeState | A structure used to track equivalence classes of tetrahedron edges as the gluing permutation set is constructed |
Cregina::NEulerSearcher::TetVertexState | A structure used to track equivalence classes of tetrahedron vertices as the gluing permutation set is constructed |
Cregina::NCompactSearcher::TetVertexState | A structure used to track equivalence classes of tetrahedron vertices as the gluing permutation set is constructed |
►Cvector | |
Cregina::NMarkedVector< regina::Component< dim > > | |
Cregina::NMarkedVector< regina::Dim2BoundaryComponent > | |
Cregina::NMarkedVector< regina::Dim4BoundaryComponent > | |
Cregina::NMarkedVector< regina::Face< dim, subdim > > | |
Cregina::NMarkedVector< regina::NBoundaryComponent > | |
Cregina::NMarkedVector< regina::Simplex< dim > > | |
Cregina::NEnumConstraintList | Represents an individual validity constraint for use with polytope vertex enumeration |
Cregina::NMarkedVector< T > | A vector of objects with fast, space-efficient reverse lookup of array indices |
Cregina::xml::XMLParser | Used to parse an entire XML file |
►Cregina::xml::XMLParserCallback | Provides the callbacks for an XMLParser |
Cregina::NXMLCallback | Provides the callbacks for an XMLParser required to parse an entire file using a series of NXMLElementReader objects |
Cregina::detail::XMLTriangulationTags< dim > | Internal class that indicates the XML tags and attributes used to describe top-dimensional simplices in a dim-dimensional triangulation |