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

FIXME Add documentation. More...

#include <itkDelaunayConformingQuadEdgeMeshFilter.h>

Inheritance diagram for itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >:
Collaboration diagram for itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef double CriterionValueType
typedef
FlipEdgeFunctionType::Pointer 
FlipEdgeFunctionPointer
typedef
QuadEdgeMeshEulerOperatorFlipEdgeFunction
< OutputMeshType, OutputQEType
FlipEdgeFunctionType
typedef
InputMeshType::CellsContainerConstIterator 
InputCellsContainerConstIterator
typedef InputMeshType::CoordRepType InputCoordRepType
typedef InputMeshType::EdgeCellType InputEdgeCellType
typedef InputMeshType::EdgeListType InputEdgeListType
typedef InputMeshType::Pointer InputMeshPointer
typedef TInputMesh InputMeshType
typedef InputMeshType::PixelType InputPixelType
typedef
InputMeshType::PointIdentifier 
InputPointIdentifier
typedef InputMeshType::PointIdList InputPointIdList
typedef
InputMeshType::PointsContainer 
InputPointsContainer
typedef
InputMeshType::PointsContainerConstIterator 
InputPointsContainerConstIterator
typedef InputMeshType::PointType InputPointType
typedef InputPointType::VectorType InputPointVectorType
typedef
InputMeshType::PolygonCellType 
InputPolygonCellType
typedef InputQEType::IteratorGeom InputQEIterator
typedef InputMeshType::QEType InputQEType
typedef InputMeshType::Traits InputTraits
typedef InputMeshType::VectorType InputVectorType
typedef
OutputMeshType::CellIdentifier 
OutputCellIdentifier
typedef
OutputMeshType::CellsContainer 
OutputCellsContainer
typedef
OutputMeshType::CellsContainerIterator 
OutputCellsContainerIterator
typedef OutputMeshType::CellType OutputCellType
typedef
OutputMeshType::CoordRepType 
OutputCoordRepType
typedef
OutputEdgeCellListType::iterator 
OutputEdgeCellListIterator
typedef std::list
< OutputEdgeCellType * > 
OutputEdgeCellListType
typedef
OutputMeshType::EdgeCellType 
OutputEdgeCellType
typedef
OutputQEType::LineCellIdentifier 
OutputLineCellIdentifier
typedef OutputMeshType::Pointer OutputMeshPointer
typedef TOutputMesh OutputMeshType
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
typedef
OutputMeshType::PointsContainerIterator 
OutputPointsContainerIterator
typedef
OutputMeshType::PointsContainerPointer 
OutputPointsContainerPointer
typedef OutputMeshType::PointType OutputPointType
typedef OutputQEType::IteratorGeom OutputQEIterator
typedef OutputMeshType::QEType OutputQEType
typedef OutputMeshType::VectorType OutputVectorType
typedef SmartPointer< SelfPointer
typedef
MaxPriorityQueueElementWrapper
< OutputEdgeCellType
*, PriorityType, long > 
PriorityQueueItemType
typedef PriorityQueueType::Pointer PriorityQueuePointer
typedef PriorityQueueContainer
< PriorityQueueItemType
*, ElementWrapperPointerInterface
< PriorityQueueItemType * >
, PriorityType, long > 
PriorityQueueType
typedef std::pair< bool,
CriterionValueType
PriorityType
typedef QueueMapType::iterator QueueMapIterator
typedef std::map
< OutputEdgeCellType
*, PriorityQueueItemType * > 
QueueMapType
typedef
DelaunayConformingQuadEdgeMeshFilter 
Self
typedef
QuadEdgeMeshToQuadEdgeMeshFilter
< TInputMesh, TOutputMesh > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual SizeValueType GetNumberOfEdgeFlips () const
void SetListOfConstrainedEdges (const OutputEdgeCellListType &iList)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputVDimension = InputMeshType::PointDimension
static const unsigned int OutputVDimension = OutputMeshType::PointDimension

Protected Member Functions

 DelaunayConformingQuadEdgeMeshFilter ()
CriterionValueType Dyer07Criterion (OutputMeshType *iMesh, OutputQEType *iEdge) const
void GenerateData ()
void InitializePriorityQueue ()
void PrintSelf (std::ostream &os, Indent indent) const
void Process ()
virtual ~DelaunayConformingQuadEdgeMeshFilter ()

Protected Attributes

FlipEdgeFunctionPointer m_FlipEdge
OutputEdgeCellListType m_ListOfConstrainedEdges
SizeValueType m_NumberOfEdgeFlips
PriorityQueuePointer m_PriorityQueue
QueueMapType m_QueueMapper

Private Member Functions

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

Detailed Description

template<class TInputMesh, class TOutputMesh = TInputMesh>
class itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >

FIXME Add documentation.

Definition at line 38 of file itkDelaunayConformingQuadEdgeMeshFilter.h.


Member Typedef Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmartPointer< const Self > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef double itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CriterionValueType

Definition at line 102 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef FlipEdgeFunctionType::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::FlipEdgeFunctionPointer

Definition at line 119 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef QuadEdgeMeshEulerOperatorFlipEdgeFunction< OutputMeshType, OutputQEType > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::FlipEdgeFunctionType

Definition at line 118 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::CellsContainerConstIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::CoordRepType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeCellType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeListType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType

Definition at line 59 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef TInputMesh itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PixelType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPixelType

Definition at line 60 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointIdList itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointsContainer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer

Definition at line 65 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointsContainerConstIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputPointType::VectorType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointVectorType

Definition at line 55 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PolygonCellType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputQEType::IteratorGeom itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::QEType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType

Definition at line 57 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::Traits itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputTraits

Definition at line 61 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::VectorType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellIdentifier

Definition at line 81 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellsContainer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainer

Definition at line 89 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellsContainerIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerIterator

Definition at line 90 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellType

Definition at line 80 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CoordRepType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputEdgeCellListType::iterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellListIterator

Definition at line 100 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef std::list< OutputEdgeCellType * > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellListType

Definition at line 97 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::EdgeCellType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType

Definition at line 82 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputQEType::LineCellIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputLineCellIdentifier

Definition at line 84 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef TOutputMesh itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerPointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputQEType::IteratorGeom itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::QEType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType

Definition at line 83 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::VectorType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmartPointer< Self > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef MaxPriorityQueueElementWrapper< OutputEdgeCellType *, PriorityType, long > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PriorityQueueItemType

Definition at line 106 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef PriorityQueueType::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PriorityQueuePointer

Definition at line 113 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef PriorityQueueContainer< PriorityQueueItemType *, ElementWrapperPointerInterface< PriorityQueueItemType * >, PriorityType, long > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PriorityQueueType

Definition at line 111 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef std::pair< bool, CriterionValueType > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PriorityType

Definition at line 103 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef QueueMapType::iterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::QueueMapIterator

Definition at line 115 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef std::map< OutputEdgeCellType *, PriorityQueueItemType * > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::QueueMapType

Definition at line 114 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef DelaunayConformingQuadEdgeMeshFilter itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass

Constructor & Destructor Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DelaunayConformingQuadEdgeMeshFilter ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::~DelaunayConformingQuadEdgeMeshFilter ( ) [protected, virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DelaunayConformingQuadEdgeMeshFilter ( const Self ) [private]

Member Function Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual::itk::LightObject::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::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::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
CriterionValueType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Dyer07Criterion ( OutputMeshType iMesh,
OutputQEType iEdge 
) const [inline, protected]

Definition at line 145 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

References itk::Math::pi.

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GenerateData ( void  ) [protected, virtual]

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual const char* itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual SizeValueType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNumberOfEdgeFlips ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InitializePriorityQueue ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
static Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::operator= ( const Self ) [private]

Time when GenerateOutputInformation was last called.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::MeshSource< TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Process ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetListOfConstrainedEdges ( const OutputEdgeCellListType iList) [inline]

Definition at line 121 of file itkDelaunayConformingQuadEdgeMeshFilter.h.


Member Data Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
const unsigned int itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVDimension = InputMeshType::PointDimension [static]

Definition at line 63 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
FlipEdgeFunctionPointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_FlipEdge [protected]

Definition at line 136 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
OutputEdgeCellListType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_ListOfConstrainedEdges [protected]

Definition at line 131 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
SizeValueType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_NumberOfEdgeFlips [protected]

Definition at line 135 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
PriorityQueuePointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_PriorityQueue [protected]

Definition at line 132 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
QueueMapType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_QueueMapper [protected]

Definition at line 133 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
const unsigned int itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVDimension = OutputMeshType::PointDimension [static]

Definition at line 92 of file itkDelaunayConformingQuadEdgeMeshFilter.h.


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