A deprecated synonym for NIsomorphism, provided for backward compatibility only. More...
#include <nisomorphism.h>
Public Member Functions | |
NIsomorphismDirect (unsigned sourceTetrahedra) | |
Creates a new isomorphism with no initialisation. | |
NIsomorphismDirect (const NIsomorphism &cloneMe) | |
Creates a new isomorphism identical to the given isomorphism. |
A deprecated synonym for NIsomorphism, provided for backward compatibility only.
See NIsomorphism for further details (and please use the NIsomorphism class instead).
regina::NIsomorphismDirect::NIsomorphismDirect | ( | unsigned | sourceTetrahedra | ) | [inline] |
Creates a new isomorphism with no initialisation.
sourceTetrahedra | the number of tetrahedra in the source triangulation associated with this isomorphism; this may be zero. |
regina::NIsomorphismDirect::NIsomorphismDirect | ( | const NIsomorphism & | cloneMe | ) | [inline] |
Creates a new isomorphism identical to the given isomorphism.
cloneMe | the isomorphism upon which to base the new isomorphism. |