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

Join the two facets which are on both sides of a given internal edge. More...

#include <itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::MeshType MeshType
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
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 &)

Detailed Description

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

Join the two facets which are on both sides of a given internal edge.

Definition at line 33 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.


Member Typedef Documentation

template<class TMesh , class TQEType >
typedef SmartPointer< const Self > itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::ConstPointer
template<class TMesh , class TQEType >
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.

template<class TMesh , class TQEType >
typedef Superclass::OutputType itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::OutputType
template<class TMesh , class TQEType >
typedef SmartPointer< Self > itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Pointer
template<class TMesh , class TQEType >
typedef TQEType itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::QEType

Type of QuadEdge with which to apply slicing.

Definition at line 46 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.

template<class TMesh , class TQEType >
typedef QuadEdgeMeshEulerOperatorJoinFacetFunction itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Self

Standard class typedefs.

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

Definition at line 39 of file itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h.

template<class TMesh , class TQEType >
typedef QuadEdgeMeshFunctionBase< TMesh, TQEType * > itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::Superclass

Constructor & Destructor Documentation

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

Member Function Documentation

template<class TMesh , class TQEType >
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.

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

Evaluate at the specified input position

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

Run-time type information (and related methods).

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

template<class TMesh , class TQEType >
static Pointer itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

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

Mutex lock to protect modification to the reference count

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


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