#include <iostream>
#include <list>
#include "utilities/nbooleans.h"
#include "utilities/nthread.h"
#include "triangulation/nisomorphism.h"
Namespaces | |
| namespace | regina |
Classes | |
| class | regina::NFacePairing |
| Represents a specific pairwise matching of tetrahedron faces. More... | |
Typedefs | |
| typedef std::list< NIsomorphismDirect * > | regina::NFacePairingIsoList |
| A list of isomorphisms on pairwise matchings of tetrahedron faces. | |
| typedef void(*) | regina::UseFacePairing (const NFacePairing *, const NFacePairingIsoList *, void *) |
| A routine used to do arbitrary processing upon a pairwise matching of tetrahedron faces and its automorphisms. | |