|
Regina Calculation Engine
|
A utility class used by formSigCensus(). More...
#include <split/sigcensus.h>
Public Member Functions | |
| ~SigCensus () | |
| Deallocates any memory used specifically by this structure. More... | |
| void * | run (void *param) |
| Runs a complete signature census generation. More... | |
| SigCensus (const SigCensus &)=delete | |
| SigCensus & | operator= (const SigCensus &)=delete |
Friends | |
| unsigned long | formSigCensus (unsigned order, UseSignature use, void *useArgs) |
| Forms a census of all splitting surface signatures of the given order. More... | |
A utility class used by formSigCensus().
Other routines should never refer to this class directly. It is used to store temporary information when forming the census.