Regina Calculation Engine
Classes | Namespaces | Typedefs | Functions
sigcensus.h File Reference

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

Detailed Description

Deals with forming a census of splitting surface signatures.


Copyright © 1999-2016, 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).