Regina Calculation Engine
Classes | Namespaces | Typedefs
nfacepairing.h File Reference

Deals with pairing off tetrahedron faces in a triangulation census. More...

#include <iostream>
#include <list>
#include "regina-core.h"
#include "utilities/nbooleans.h"
#include "utilities/nthread.h"
#include "triangulation/nisomorphism.h"

Classes

class  regina::NFacePairing
 Represents a specific pairwise matching of tetrahedron faces. More...

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.

Typedefs

typedef std::list< NIsomorphism * > 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.

Detailed Description

Deals with pairing off tetrahedron faces in a triangulation census.


Copyright © 1999-2012, The Regina development team
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).