#include "census/ngluingperms.h"
Namespaces | |
| namespace | regina |
Classes | |
| class | regina::NGluingPermSearcher |
| A utility class for searching through all possible gluing permutation sets that correspond to a given face pairing. More... | |
| class | regina::NClosedPrimeMinSearcher |
| A gluing permutation search class that offers a specialised search algorithm for when (i) only closed prime minimal P2-irreducible triangulations are required, and (ii) the given face pairing has order at least three. More... | |
| struct | regina::NClosedPrimeMinSearcher::TetVertexState |
| A structure used to track equivalence classes of tetrahedron vertices as the gluing permutation is constructed. | |
| struct | regina::NClosedPrimeMinSearcher::TetEdgeState |
| A structure used to track equivalence classes of tetrahedron edges as the gluing permutation is constructed. | |
Typedefs | |
| typedef void(*) | regina::UseGluingPerms (const NGluingPermSearcher *, void *) |
| A routine used to do arbitrary processing upon a particular set of gluing permutations. | |