Regina Calculation Engine
|
Standard 3-manifolds whose structures are well-understood. More...
Classes | |
class | regina::GraphLoop |
Represents a closed graph manifold formed by joining a single bounded Seifert fibred space to itself along a torus. More... | |
class | regina::GraphPair |
Represents a closed graph manifold formed by joining two bounded Seifert fibred spaces along a common torus. More... | |
class | regina::GraphTriple |
Represents a closed graph manifold formed by joining three bounded Seifert fibred spaces along their torus boundaries. More... | |
class | regina::Handlebody |
Represents an arbitrary handlebody. More... | |
class | regina::LensSpace |
Represents a general lens space. More... | |
class | regina::Manifold |
Represents a particular 3-manifold. More... | |
struct | regina::SFSFibre |
Represents an exceptional (alpha, beta) fibre in a Seifert fibred space. More... | |
class | regina::SFSpace |
Represents a general Seifert fibred space, which may be orientable or non-orientable. More... | |
class | regina::SFSAltSet |
Provides a variety of alternative representations of a single bounded Seifert fibred space. More... | |
class | regina::SimpleSurfaceBundle |
Represents a particularly simple closed surface bundle over the circle. More... | |
class | regina::SnapPeaCensusManifold |
Represents a 3-manifold from the SnapPea cusped census. More... | |
class | regina::TorusBundle |
Represents a torus bundle over the circle. More... | |
Typedefs | |
typedef GraphLoop | regina::NGraphLoop |
Deprecated typedef for backward compatibility. More... | |
typedef GraphPair | regina::NGraphPair |
Deprecated typedef for backward compatibility. More... | |
typedef Handlebody | regina::NHandlebody |
Deprecated typedef for backward compatibility. More... | |
typedef LensSpace | regina::NLensSpace |
Deprecated typedef for backward compatibility. More... | |
typedef Manifold | regina::NManifold |
Deprecated typedef for backward compatibility. More... | |
typedef SFSFibre | regina::NSFSFibre |
Deprecated typedef for backward compatibility. More... | |
typedef SFSpace | regina::NSFSpace |
Deprecated typedef for backward compatibility. More... | |
typedef SFSAltSet | regina::NSFSAltSet |
Deprecated typedef for backward compatibility. More... | |
typedef SimpleSurfaceBundle | regina::NSimpleSurfaceBundle |
Deprecated typedef for backward compatibility. More... | |
typedef SnapPeaCensusManifold | regina::NSnapPeaCensusManifold |
Deprecated typedef for backward compatibility. More... | |
typedef TorusBundle | regina::NTorusBundle |
Deprecated typedef for backward compatibility. More... | |
Functions | |
std::ostream & | regina::operator<< (std::ostream &out, const SFSFibre &f) |
Writes the given fibre in human-readable format to the given output stream. More... | |
Standard 3-manifolds whose structures are well-understood.
typedef GraphLoop regina::NGraphLoop |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef GraphPair regina::NGraphPair |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Handlebody regina::NHandlebody |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef LensSpace regina::NLensSpace |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Manifold regina::NManifold |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef SFSAltSet regina::NSFSAltSet |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef SFSFibre regina::NSFSFibre |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef SFSpace regina::NSFSpace |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef TorusBundle regina::NTorusBundle |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
std::ostream& regina::operator<< | ( | std::ostream & | out, |
const SFSFibre & | f | ||
) |
Writes the given fibre in human-readable format to the given output stream.
The fibre will be written in the format (alpha,beta)
with no newline appended.
out | the output stream to which to write. |
f | the fibre to write. |