~ubuntu-branches/ubuntu/vivid/regina-normal/vivid

« back to all changes in this revision

Viewing changes to engine/triangulation/nisomorphism.h

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2013-11-02 11:44:32 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20131102114432-acgci6b1pb2hjl8q
Tags: 4.95-1
* New upstream release.
* The python module is now installed in a standard location beneath
  /usr/lib/python2.7/dist-packages.
* Switched python packaging from python-support to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
#include "regina-core.h"
45
45
#include "shareableobject.h"
 
46
#include "generic/ngenericisomorphism.h"
46
47
#include "maths/nperm4.h"
47
 
#include "triangulation/ngenericisomorphism.h"
48
48
#include "triangulation/ntetface.h"
49
49
 
50
50
namespace regina {
68
68
 *
69
69
 * More precisely:  An isomorphism consists of (i) a one-to-one map f
70
70
 * from the tetrahedra of T to the tetrahedra of U, and (ii) for each
71
 
 * tetrahedron S of T, a permutation f_S of the facets (0,1,2,3) of S,
 
71
 * tetrahedron S of T, a permutation f_S of the faces (0,1,2,3) of S,
72
72
 * for which the following condition holds:
73
73
 *
74
74
 *   - If face k of tetrahedron S and face k' of tetrahedron S'
82
82
 * <i>boundary incomplete</i>.  A boundary complete isomorphism
83
83
 * satisfies the additional condition:
84
84
 *
85
 
 *   - If face x is a boundary face of T then face f(x) is a boundary
86
 
 *     face of U.
 
85
 *   - If face x is a boundary triangle of T then face f(x) is a boundary
 
86
 *     triangle of U.
87
87
 *
88
88
 * A boundary complete isomorphism thus indicates that a copy of
89
89
 * triangulation T is present as an entire component (or components) of U,