ITK  4.8.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 | List of all members
itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh > Class Template Reference

#include <itkDelaunayConformingQuadEdgeMeshFilter.h>

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

Detailed Description

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

FIXME Add documentation.

Examples:
SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/DelaunayConformEdgeFlipping/Code.cxx.

Definition at line 37 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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 Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputMeshType::CellDataContainer 
InputCellDataContainer
 
typedef
InputMeshType::CellsContainerConstIterator 
InputCellsContainerConstIterator
 
typedef
InputMeshType::CellsContainerConstPointer 
InputCellsContainerConstPointer
 
typedef InputMeshType::CellTraits InputCellTraits
 
typedef InputMeshType::CoordRepType InputCoordRepType
 
typedef InputMeshType::EdgeCellType InputEdgeCellType
 
typedef InputMeshType::ConstPointer InputMeshConstPointer
 
typedef InputMeshType::Pointer InputMeshPointer
 
typedef TInputMesh InputMeshType
 
typedef
InputMeshType::PointDataContainer 
InputPointDataContainer
 
typedef
InputPointDataContainer::ConstPointer 
InputPointDataContainerConstPointer
 
typedef
InputMeshType::PointIdentifier 
InputPointIdentifier
 
typedef InputMeshType::PointIdList InputPointIdList
 
typedef
InputMeshType::PointsContainerConstIterator 
InputPointsContainerConstIterator
 
typedef
InputMeshType::PointsContainerConstPointer 
InputPointsContainerConstPointer
 
typedef
InputCellTraits::PointIdInternalIterator 
InputPointsIdInternalIterator
 
typedef InputMeshType::PointType InputPointType
 
typedef
InputMeshType::PolygonCellType 
InputPolygonCellType
 
typedef InputQEPrimal::IteratorGeom InputQEIterator
 
typedef InputMeshType::QEPrimal InputQEPrimal
 
typedef InputMeshType::VectorType InputVectorType
 
typedef
OutputMeshType::CellDataContainer 
OutputCellDataContainer
 
typedef
OutputMeshType::CoordRepType 
OutputCoordRepType
 
typedef
OutputMeshType::ConstPointer 
OutputMeshConstPointer
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef
OutputMeshType::PointDataContainer 
OutputPointDataContainer
 
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
 
typedef
OutputMeshType::PointsContainerConstPointer 
OutputPointsContainerConstPointer
 
typedef
OutputMeshType::PointsContainerIterator 
OutputPointsContainerIterator
 
typedef
OutputMeshType::PointsContainerPointer 
OutputPointsContainerPointer
 
typedef OutputMeshType::PointType OutputPointType
 
typedef
OutputQEPrimal::IteratorGeom 
OutputQEIterator
 
typedef OutputMeshType::QEPrimal OutputQEPrimal
 
typedef OutputMeshType::VectorType OutputVectorType
 
typedef SmartPointer< SelfPointer
 
typedef
QuadEdgeMeshToQuadEdgeMeshFilter 
Self
 
typedef MeshToMeshFilter
< TInputMesh, TOutputMesh > 
Superclass
 
- Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef InputMeshType::Pointer InputMeshPointer
 
typedef TInputMesh InputMeshType
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef SmartPointer< SelfPointer
 
typedef MeshToMeshFilter Self
 
typedef MeshSource< TOutputMesh > Superclass
 
- Public Types inherited from itk::MeshSource< TOutputMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef SmartPointer< SelfPointer
 
typedef MeshSource Self
 
typedef ProcessObject Superclass
 
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
virtual SizeValueType GetNumberOfEdgeFlips () const
 
void SetListOfConstrainedEdges (const OutputEdgeCellListType &iList)
 
- Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
const InputMeshTypeGetInput () const
 
const InputMeshTypeGetInput (unsigned int idx) const
 
void SetInput (const InputMeshType *input)
 
- Public Member Functions inherited from itk::MeshSource< TOutputMesh >
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
void SetOutput (TOutputMesh *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshSource< TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
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 () override
 
void InitializePriorityQueue ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void Process ()
 
virtual ~DelaunayConformingQuadEdgeMeshFilter ()
 
- Protected Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
virtual void CopyInputMeshToOutputMesh ()
 
virtual void CopyInputMeshToOutputMeshCellData ()
 
virtual void CopyInputMeshToOutputMeshCells ()
 
virtual void CopyInputMeshToOutputMeshEdgeCells ()
 
virtual void CopyInputMeshToOutputMeshFieldData ()
 
virtual void CopyInputMeshToOutputMeshGeometry ()
 
virtual void CopyInputMeshToOutputMeshPointData ()
 
virtual void CopyInputMeshToOutputMeshPoints ()
 
 QuadEdgeMeshToQuadEdgeMeshFilter ()
 
virtual ~QuadEdgeMeshToQuadEdgeMeshFilter ()
 
- Protected Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
void CopyInputMeshToOutputMeshCellData ()
 
void CopyInputMeshToOutputMeshCellLinks ()
 
void CopyInputMeshToOutputMeshCells ()
 
void CopyInputMeshToOutputMeshPointData ()
 
void CopyInputMeshToOutputMeshPoints ()
 
 MeshToMeshFilter ()
 
 ~MeshToMeshFilter ()
 
- Protected Member Functions inherited from itk::MeshSource< TOutputMesh >
virtual void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
virtual ~MeshSource ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Protected Attributes

FlipEdgeFunctionPointer m_FlipEdge
 
OutputEdgeCellListType m_ListOfConstrainedEdges
 
SizeValueType m_NumberOfEdgeFlips
 
PriorityQueuePointer m_PriorityQueue
 
QueueMapType m_QueueMapper
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Private Member Functions

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

Member Typedef Documentation

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef SmartPointer< const Self > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer

Definition at line 47 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef double itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CriterionValueType

Definition at line 102 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 119 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 118 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::CellsContainerConstIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator

Definition at line 66 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::CoordRepType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType

Definition at line 52 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeCellType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType

Definition at line 67 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeListType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType

Definition at line 58 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer

Definition at line 51 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef TInputMesh itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType

Input types.

Definition at line 50 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PixelType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPixelType

Definition at line 59 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PointIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier

Definition at line 55 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PointIdList itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList

Definition at line 69 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PointsContainer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer

Definition at line 64 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PointsContainerConstIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator

Definition at line 65 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PointType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType

Definition at line 53 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputPointType::VectorType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointVectorType

Definition at line 54 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::PolygonCellType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType

Definition at line 68 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputQEType::IteratorGeom itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEIterator

Definition at line 71 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::QEType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType

Definition at line 56 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 60 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef InputMeshType::VectorType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType

Definition at line 57 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::CellIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellIdentifier

Definition at line 80 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 88 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 89 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 79 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::CoordRepType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType

Definition at line 76 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputEdgeCellListType::iterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellListIterator

Definition at line 100 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 96 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 81 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 83 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer

Definition at line 75 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef TOutputMesh itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType

Output types.

Definition at line 74 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::PointIdentifier itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier

Definition at line 78 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerIterator itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator

Definition at line 87 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerPointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer

Definition at line 86 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::PointType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType

Definition at line 77 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputQEType::IteratorGeom itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEIterator

Definition at line 85 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::QEType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType

Definition at line 82 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef OutputMeshType::VectorType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType

Definition at line 84 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef SmartPointer< Self > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer

Definition at line 46 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef MaxPriorityQueueElementWrapper< OutputEdgeCellType *, PriorityType, long > itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PriorityQueueItemType

Definition at line 106 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 113 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 111 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 103 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 115 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 114 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
typedef DelaunayConformingQuadEdgeMeshFilter itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self

Basic types.

Definition at line 43 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 45 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

Constructor & Destructor Documentation

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DelaunayConformingQuadEdgeMeshFilter ( )
protected
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::~DelaunayConformingQuadEdgeMeshFilter ( )
protectedvirtual
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DelaunayConformingQuadEdgeMeshFilter ( const Self )
private

Member Function Documentation

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual::itk::LightObject::Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CreateAnother ( ) 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<typename TInputMesh , typename TOutputMesh = TInputMesh>
CriterionValueType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Dyer07Criterion ( OutputMeshType iMesh,
OutputQEType iEdge 
) const
inlineprotected

Definition at line 145 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

References itk::Math::pi.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GenerateData ( void  )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<typename TInputMesh , typename 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<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual SizeValueType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNumberOfEdgeFlips ( ) const
virtual
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InitializePriorityQueue ( )
protected
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
static Pointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::New ( )
static
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::operator= ( const Self )
private
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Process ( )
protected
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetListOfConstrainedEdges ( const OutputEdgeCellListType iList)
inline

Member Data Documentation

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

Definition at line 62 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
FlipEdgeFunctionPointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_FlipEdge
protected

Definition at line 136 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
OutputEdgeCellListType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_ListOfConstrainedEdges
protected
template<typename TInputMesh , typename TOutputMesh = TInputMesh>
SizeValueType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_NumberOfEdgeFlips
protected

Definition at line 135 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
PriorityQueuePointer itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_PriorityQueue
protected

Definition at line 132 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
QueueMapType itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_QueueMapper
protected

Definition at line 133 of file itkDelaunayConformingQuadEdgeMeshFilter.h.

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

Definition at line 91 of file itkDelaunayConformingQuadEdgeMeshFilter.h.


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