#include <list>
#include "split/nsignature.h"
#include "split/nsigisomorphism.h"
Namespaces | |
namespace | regina |
Typedefs | |
typedef std::list< NSigPartialIsomorphism * > | NSigIsoList |
A list of partial isomorphisms on splitting surface signatures. | |
typedef void(* | UseSignature )(const NSignature &, const NSigIsoList &, void *) |
A routine used to do arbitrary processing upon a splitting surface signature and its automorphisms. | |
Functions | |
unsigned long | formSigCensus (unsigned order, UseSignature use, void *useArgs=0) |
Forms a census of all splitting surface signatures of the given order. |