ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef MeshType::FaceRefType | FaceRefType |
typedef Superclass::MeshType | MeshType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef MeshType::PointIdentifier | PointIdentifier |
typedef TQEType | QEType |
typedef QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction | 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 |
PointIdentifier | GetOldPointID () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction () | |
~QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction () | |
Private Member Functions | |
void | operator= (const Self &) |
QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction (const Self &) | |
Private Attributes | |
PointIdentifier | m_OldPointID |
Delete the vertex, connected edges and faces and create a new face in place of the previous vertex' one-ring.
Definition at line 34 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef SmartPointer< const Self > itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::ConstPointer |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 43 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef MeshType::FaceRefType itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::FaceRefType |
Definition at line 56 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef Superclass::MeshType itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::MeshType |
Mesh type that must be modified
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 52 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef Superclass::OutputType itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::OutputType |
Output type
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 53 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::Pointer |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 42 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef MeshType::PointIdentifier itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::PointIdentifier |
Definition at line 55 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef TQEType itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::QEType |
Type of QuadEdge with which to apply slicing.
Definition at line 47 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::Self |
Standard class typedefs.
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 40 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
typedef QuadEdgeMeshFunctionBase< TMesh, TQEType * > itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::Superclass |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 41 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction | ( | ) | [inline, protected] |
Definition at line 67 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::~QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction | ( | ) | [inline, protected] |
Definition at line 68 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< 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::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::Evaluate | ( | QEType * | e | ) | [virtual] |
Evaluate at the specified input position
virtual const char* itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
PointIdentifier itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::GetOldPointID | ( | ) | [inline] |
Definition at line 61 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.
static Pointer itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
PointIdentifier itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >::m_OldPointID [private] |
Definition at line 75 of file itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h.