|
Regina Calculation Engine
|
Deals with forming a census of splitting surface signatures. More...
#include <list>#include "regina-core.h"#include "split/signature.h"#include "split/sigisomorphism.h"Classes | |
| class | regina::SigCensus |
| A utility class used by formSigCensus(). More... | |
Namespaces | |
| regina | |
| Contains the entire Regina calculation engine. | |
Typedefs | |
| typedef std::list< SigPartialIsomorphism * > | regina::SigIsoList |
| A list of partial isomorphisms on splitting surface signatures. More... | |
| typedef void(* | regina::UseSignature) (const Signature &, const SigIsoList &, void *) |
| A routine used to do arbitrary processing upon a splitting surface signature and its automorphisms. More... | |
| typedef SigCensus | regina::NSigCensus |
| Deprecated typedef for backward compatibility. More... | |
| typedef SigIsoList | regina::NSigIsoList |
| Deprecated typedef for backward compatibility. More... | |
Functions | |
| unsigned long | regina::formSigCensus (unsigned order, UseSignature use, void *useArgs=0) |
| Forms a census of all splitting surface signatures of the given order. More... | |
Deals with forming a census of splitting surface signatures.