ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MeshType | MeshType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef TQEType | QEType |
typedef QuadEdgeMeshEulerOperatorJoinFacetFunction | Self |
typedef QuadEdgeMeshFunctionBase < TMesh, TQEType * > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputType | Evaluate (QEType *e) |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
QuadEdgeMeshEulerOperatorJoinFacetFunction () | |
~QuadEdgeMeshEulerOperatorJoinFacetFunction () | |
Private Member Functions | |
void | operator= (const Self &) |
QuadEdgeMeshEulerOperatorJoinFacetFunction (const Self &) |
Join the two facets which are on both sides of a given internal edge.
Definition at line 33 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef SmartPointer< const Self > itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::ConstPointer |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 42 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef Superclass::MeshType itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::MeshType |
Mesh type that must be modified
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 51 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef Superclass::OutputType itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::OutputType |
Output type
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 52 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Pointer |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 41 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef TQEType itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::QEType |
Type of QuadEdge with which to apply slicing.
Definition at line 46 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef QuadEdgeMeshEulerOperatorJoinFacetFunction itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Self |
Standard class typedefs.
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 39 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
typedef QuadEdgeMeshFunctionBase< TMesh, TQEType * > itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Superclass |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 40 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorJoinFacetFunction | ( | ) | [inline, protected] |
Definition at line 58 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::~QuadEdgeMeshEulerOperatorJoinFacetFunction | ( | ) | [inline, protected] |
Definition at line 59 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.
itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorJoinFacetFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
virtual OutputType itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Evaluate | ( | QEType * | e | ) | [virtual] |
Evaluate at the specified input position
virtual const char* itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
static Pointer itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.