regina::NIsomorphismDirect Class Reference
[Triangulations]

A deprecated synonym for NIsomorphism, provided for backward compatibility only. More...

#include <nisomorphism.h>

Inheritance diagram for regina::NIsomorphismDirect:

regina::NIsomorphism regina::ShareableObject regina::boost::noncopyable

List of all members.

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.


Detailed Description

A deprecated synonym for NIsomorphism, provided for backward compatibility only.

See NIsomorphism for further details (and please use the NIsomorphism class instead).

Deprecated:
All of the functionality that NIsomorphismDirect used to provide in old versions of Regina has now been moved into the parent class NIsomorphism. The NIsomorphismDirect class is now an empty subclass of NIsomorphism, provided for backward compatibility only, and should not be used in new applications. This class will be removed from Regina in the near future.
Python:
Not present.

Constructor & Destructor Documentation

regina::NIsomorphismDirect::NIsomorphismDirect ( unsigned  sourceTetrahedra  )  [inline]

Creates a new isomorphism with no initialisation.

Parameters:
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.

Parameters:
cloneMe the isomorphism upon which to base the new isomorphism.


The documentation for this class was generated from the following file:

Copyright © 1999-2009, Ben Burton
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).