ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType > Class Template Reference

Create a vertex at the barycenter of the given face. More...

#include <itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h>

Inheritance diagram for itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >:
Collaboration diagram for itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef MeshType::CoordRepType CoordRepType
typedef Superclass::MeshType MeshType
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef MeshType::PointIdentifier PointIdentifier
typedef MeshType::PointType PointType
typedef TQEType QEType
typedef
QuadEdgeMeshEulerOperatorCreateCenterVertexFunction 
Self
typedef
QuadEdgeMeshFunctionBase
< TMesh, TQEType * > 
Superclass
typedef MeshType::VectorType VectorType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual OutputType Evaluate (QEType *e)
virtual const char * GetNameOfClass () const
PointIdentifier GetNewPointID ()

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 QuadEdgeMeshEulerOperatorCreateCenterVertexFunction ()
 ~QuadEdgeMeshEulerOperatorCreateCenterVertexFunction ()

Private Member Functions

void operator= (const Self &)
 QuadEdgeMeshEulerOperatorCreateCenterVertexFunction (const Self &)

Private Attributes

PointIdentifier m_NewPointID

Detailed Description

template<class TMesh, class TQEType>
class itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >

Create a vertex at the barycenter of the given face.

Definition at line 33 of file itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h.


Member Typedef Documentation

template<class TMesh , class TQEType >
typedef SmartPointer< const Self > itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::ConstPointer
template<class TMesh , class TQEType >
typedef MeshType::CoordRepType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::CoordRepType
template<class TMesh , class TQEType >
typedef Superclass::MeshType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::MeshType

Mesh type that must be modified

Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.

Definition at line 51 of file itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h.

template<class TMesh , class TQEType >
typedef Superclass::OutputType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::OutputType
template<class TMesh , class TQEType >
typedef SmartPointer< Self > itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::Pointer
template<class TMesh , class TQEType >
typedef MeshType::PointIdentifier itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::PointIdentifier
template<class TMesh , class TQEType >
typedef MeshType::PointType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::PointType
template<class TMesh , class TQEType >
typedef TQEType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::QEType

Type of QuadEdge with which to apply slicing.

Definition at line 46 of file itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h.

Standard class typedefs.

Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.

Definition at line 39 of file itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h.

template<class TMesh , class TQEType >
typedef QuadEdgeMeshFunctionBase< TMesh, TQEType * > itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::Superclass
template<class TMesh , class TQEType >
typedef MeshType::VectorType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::VectorType

Constructor & Destructor Documentation

template<class TMesh , class TQEType >
itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction ( ) [inline, protected]
template<class TMesh , class TQEType >
itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::~QuadEdgeMeshEulerOperatorCreateCenterVertexFunction ( ) [inline, protected]
template<class TMesh , class TQEType >
itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction ( const Self ) [private]

Member Function Documentation

template<class TMesh , class TQEType >
virtual::itk::LightObject::Pointer itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< 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.

template<class TMesh , class TQEType >
virtual OutputType itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::Evaluate ( QEType e) [virtual]

Evaluate at the specified input position

template<class TMesh , class TQEType >
virtual const char* itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.

template<class TMesh , class TQEType >
PointIdentifier itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::GetNewPointID ( ) [inline]
template<class TMesh , class TQEType >
static Pointer itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TMesh , class TQEType >
void itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.


Member Data Documentation

template<class TMesh , class TQEType >
PointIdentifier itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >::m_NewPointID [private]

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