ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > Class Template Referenceabstract

#include <itkEdgeDecimationQuadEdgeMeshFilter.h>

Detailed Description

template<typename TInput, typename TOutput, typename TCriterion>
class itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >

Definition at line 40 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

+ Inheritance diagram for itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >:
+ Collaboration diagram for itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using CriterionPointer = typename CriterionType::Pointer
 
using CriterionType = TCriterion
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInput
 
using MeasureType = typename CriterionType::MeasureType
 
using OperatorPointer = typename OperatorType::Pointer
 
using OperatorType = QuadEdgeMeshEulerOperatorJoinVertexFunction< OutputMeshType, OutputQEType >
 
using OutputCellIdentifier = typename OutputMeshType::CellIdentifier
 
using OutputCellsContainerIterator = typename OutputMeshType::CellsContainerIterator
 
using OutputCellsContainerPointer = typename OutputMeshType::CellsContainerPointer
 
using OutputCellType = typename OutputMeshType::CellType
 
using OutputEdgeCellType = typename OutputMeshType::EdgeCellType
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutput
 
using OutputPointIdentifier = typename OutputMeshType::PointIdentifier
 
using OutputPointType = typename OutputMeshType::PointType
 
using OutputPolygonType = QuadEdgeMeshPolygonCell< OutputCellType >
 
using OutputQEType = typename OutputMeshType::QEType
 
using OutputVectorType = typename OutputPointType::VectorType
 
using Pointer = SmartPointer< Self >
 
using PriorityQueueItemType = typename CriterionType::PriorityQueueWrapperType
 
using PriorityQueuePointer = typename PriorityQueueType::Pointer
 
using PriorityQueueType = PriorityQueueContainer< PriorityQueueItemType *, ElementWrapperPointerInterface< PriorityQueueItemType * >, PriorityType >
 
using PriorityType = typename CriterionType::PriorityType
 
using QueueMapConstIterator = typename QueueMapType::const_iterator
 
using QueueMapIterator = typename QueueMapType::iterator
 
using QueueMapType = std::map< OutputQEType *, PriorityQueueItemType * >
 
using Self = EdgeDecimationQuadEdgeMeshFilter
 
using Superclass = DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >
 
- Public Types inherited from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >
using ConstPointer = SmartPointer< const Self >
 
using CriterionPointer = typename CriterionType::Pointer
 
using CriterionType = TCriterion
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInput
 
using MeasureType = typename CriterionType::MeasureType
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutput
 
using Pointer = SmartPointer< Self >
 
using PriorityQueueItemType = typename CriterionType::PriorityQueueWrapperType
 
using PriorityType = typename CriterionType::PriorityType
 
using Self = DecimationQuadEdgeMeshFilter
 
using Superclass = QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >
 
- Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >
using ConstPointer = SmartPointer< const Self >
 
using InputCellDataContainer = typename InputMeshType::CellDataContainer
 
using InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator
 
using InputCellsContainerConstPointer = typename InputMeshType::CellsContainerConstPointer
 
using InputCellTraits = typename InputMeshType::CellTraits
 
using InputCoordRepType = typename InputMeshType::CoordRepType
 
using InputEdgeCellType = typename InputMeshType::EdgeCellType
 
using InputMeshConstPointer = typename InputMeshType::ConstPointer
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInput
 
using InputPointDataContainer = typename InputMeshType::PointDataContainer
 
using InputPointDataContainerConstPointer = typename InputPointDataContainer::ConstPointer
 
using InputPointIdentifier = typename InputMeshType::PointIdentifier
 
using InputPointIdList = typename InputMeshType::PointIdList
 
using InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator
 
using InputPointsContainerConstPointer = typename InputMeshType::PointsContainerConstPointer
 
using InputPointsIdInternalIterator = typename InputCellTraits::PointIdInternalIterator
 
using InputPointType = typename InputMeshType::PointType
 
using InputPolygonCellType = typename InputMeshType::PolygonCellType
 
using InputQEIterator = typename InputQEPrimal::IteratorGeom
 
using InputQEPrimal = typename InputMeshType::QEPrimal
 
using InputVectorType = typename InputMeshType::VectorType
 
using OutputCellDataContainer = typename OutputMeshType::CellDataContainer
 
using OutputCoordRepType = typename OutputMeshType::CoordRepType
 
using OutputMeshConstPointer = typename OutputMeshType::ConstPointer
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutput
 
using OutputPointDataContainer = typename OutputMeshType::PointDataContainer
 
using OutputPointIdentifier = typename OutputMeshType::PointIdentifier
 
using OutputPointsContainerConstPointer = typename OutputMeshType::PointsContainerConstPointer
 
using OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator
 
using OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer
 
using OutputPointType = typename OutputMeshType::PointType
 
using OutputQEIterator = typename OutputQEPrimal::IteratorGeom
 
using OutputQEPrimal = typename OutputMeshType::QEPrimal
 
using OutputVectorType = typename OutputMeshType::VectorType
 
using Pointer = SmartPointer< Self >
 
using Self = QuadEdgeMeshToQuadEdgeMeshFilter
 
using Superclass = MeshToMeshFilter< TInput, TOutput >
 
- Public Types inherited from itk::MeshToMeshFilter< TInput, TOutput >
using ConstPointer = SmartPointer< const Self >
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInput
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutput
 
using Pointer = SmartPointer< Self >
 
using Self = MeshToMeshFilter
 
using Superclass = MeshSource< TOutput >
 
- Public Types inherited from itk::MeshSource< TOutput >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutput
 
using Pointer = SmartPointer< Self >
 
using Self = MeshSource
 
using Superclass = ProcessObject
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >
virtual void SetCriterion (CriterionType *_arg)
 
- Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::MeshToMeshFilter< TInput, TOutput >
const InputMeshTypeGetInput () const
 
const InputMeshTypeGetInput (unsigned int idx) const
 
void SetInput (const InputMeshType *input)
 
- Public Member Functions inherited from itk::MeshSource< TOutput >
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftOutput (DataObject *graft)
 
void SetOutput (TOutput *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Protected Member Functions

virtual unsigned int CheckQEProcessingStatus ()
 
void DeleteElement (OutputQEType *iEdge)
 
virtual void DeletePoint (const OutputPointIdentifier &iIdToBeDeleted, const OutputPointIdentifier &iRemaining)
 
 EdgeDecimationQuadEdgeMeshFilter ()
 
void Extract () override
 
void FillPriorityQueue () override
 
bool IsCriterionSatisfied () override
 
bool IsEdgeOKToBeProcessed (OutputQEType *iEdge)
 
virtual void JoinVertexFailed ()
 
virtual MeasureType MeasureEdge (OutputQEType *iEdge)=0
 
SizeValueType NumberOfCommonVerticesIn0Ring () const
 
bool ProcessWithoutAnyTopologicalGuarantee () override
 
bool ProcessWithTopologicalGuarantee () override
 
void PushElement (OutputQEType *iEdge)
 
virtual void PushOrUpdateElement (OutputQEType *iEdge)
 
virtual OutputPointType Relocate (OutputQEType *iEdge)=0
 
void RemoveEye ()
 
void RemoveSamosa ()
 
void TagElementOut (OutputQEType *iEdge)
 
 ~EdgeDecimationQuadEdgeMeshFilter () override
 
bool CheckOrientation (OutputQEType *iEdge, const OutputPointIdentifier &iId, const OutputPointType &iPt)
 
- Protected Member Functions inherited from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >
 DecimationQuadEdgeMeshFilter ()
 
void GenerateData () override
 
virtual void Initialize ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~DecimationQuadEdgeMeshFilter () override=default
 
- Protected Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >
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 ()
 
 ~QuadEdgeMeshToQuadEdgeMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshToMeshFilter< TInput, TOutput >
void CopyInputMeshToOutputMeshCellData ()
 
void CopyInputMeshToOutputMeshCellLinks ()
 
void CopyInputMeshToOutputMeshCells ()
 
void CopyInputMeshToOutputMeshPointData ()
 
void CopyInputMeshToOutputMeshPoints ()
 
 MeshToMeshFilter ()
 
 ~MeshToMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshSource< TOutput >
void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~MeshSource () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
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 DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
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 idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- 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

bool m_CheckOrientation { false }
 
OutputQETypem_Element {}
 
OperatorPointer m_JoinVertexFunction {}
 
PriorityType m_Priority {}
 
PriorityQueuePointer m_PriorityQueue {}
 
QueueMapType m_QueueMapper {}
 
bool m_Relocate { true }
 
- Protected Attributes inherited from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >
CriterionPointer m_Criterion {}
 
SizeValueType m_Iteration {}
 
OutputMeshTypem_OutputMesh {}
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshToMeshFilter< TInput, TOutput >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshSource< TOutput >
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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 

Member Typedef Documentation

◆ ConstPointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ConstPointer = SmartPointer<const Self>

Definition at line 48 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ CriterionPointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionPointer = typename CriterionType::Pointer

Definition at line 72 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ CriterionType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionType = TCriterion

Definition at line 71 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ InputMeshPointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshPointer = typename InputMeshType::Pointer

Definition at line 55 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ InputMeshType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshType = TInput

Definition at line 54 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ MeasureType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureType = typename CriterionType::MeasureType

Definition at line 73 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OperatorPointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OperatorPointer = typename OperatorType::Pointer

Definition at line 87 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OperatorType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OperatorType = QuadEdgeMeshEulerOperatorJoinVertexFunction<OutputMeshType, OutputQEType>

Definition at line 86 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputCellIdentifier

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellIdentifier = typename OutputMeshType::CellIdentifier

Definition at line 65 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputCellsContainerIterator

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellsContainerIterator = typename OutputMeshType::CellsContainerIterator

Definition at line 67 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputCellsContainerPointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellsContainerPointer = typename OutputMeshType::CellsContainerPointer

Definition at line 66 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputCellType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellType = typename OutputMeshType::CellType

Definition at line 64 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputEdgeCellType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputEdgeCellType = typename OutputMeshType::EdgeCellType

Definition at line 63 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputMeshPointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshPointer = typename OutputMeshType::Pointer

Definition at line 58 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputMeshType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshType = TOutput

Definition at line 57 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputPointIdentifier

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointIdentifier = typename OutputMeshType::PointIdentifier

Definition at line 59 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputPointType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointType = typename OutputMeshType::PointType

Definition at line 60 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputPolygonType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPolygonType = QuadEdgeMeshPolygonCell<OutputCellType>

Definition at line 69 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputQEType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputQEType = typename OutputMeshType::QEType

Definition at line 62 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ OutputVectorType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputVectorType = typename OutputPointType::VectorType

Definition at line 61 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ Pointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Pointer = SmartPointer<Self>

Definition at line 47 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ PriorityQueueItemType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueItemType = typename CriterionType::PriorityQueueWrapperType

Definition at line 75 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ PriorityQueuePointer

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueuePointer = typename PriorityQueueType::Pointer

Definition at line 80 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ PriorityQueueType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueType = PriorityQueueContainer<PriorityQueueItemType *, ElementWrapperPointerInterface<PriorityQueueItemType *>, PriorityType>

Definition at line 79 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ PriorityType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityType = typename CriterionType::PriorityType

Definition at line 74 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ QueueMapConstIterator

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapConstIterator = typename QueueMapType::const_iterator

Definition at line 83 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ QueueMapIterator

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapIterator = typename QueueMapType::iterator

Definition at line 84 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ QueueMapType

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapType = std::map<OutputQEType *, PriorityQueueItemType *>

Definition at line 82 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ Self

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Self = EdgeDecimationQuadEdgeMeshFilter

Definition at line 46 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ Superclass

template<typename TInput , typename TOutput , typename TCriterion >
using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Superclass = DecimationQuadEdgeMeshFilter<TInput, TOutput, TCriterion>

Definition at line 49 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

Constructor & Destructor Documentation

◆ EdgeDecimationQuadEdgeMeshFilter()

template<typename TInput , typename TOutput , typename TCriterion >
itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::EdgeDecimationQuadEdgeMeshFilter ( )
protected

◆ ~EdgeDecimationQuadEdgeMeshFilter()

template<typename TInput , typename TOutput , typename TCriterion >
itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::~EdgeDecimationQuadEdgeMeshFilter ( )
overrideprotected

Member Function Documentation

◆ CheckOrientation()

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CheckOrientation ( OutputQEType iEdge,
const OutputPointIdentifier iId,
const OutputPointType iPt 
)
inlineprotected
Todo:
Finish to implement this method!

Definition at line 219 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

References itk::QuadEdgeMeshPolygonCell< TCellInterface >::GetEdgeRingEntry().

◆ CheckQEProcessingStatus()

template<typename TInput , typename TOutput , typename TCriterion >
virtual unsigned int itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CheckQEProcessingStatus ( )
protectedvirtual
Returns

◆ DeleteElement()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::DeleteElement ( OutputQEType iEdge)
protected

Delete a given edge in the priority queue.

Parameters
[in]iEdge

◆ DeletePoint()

template<typename TInput , typename TOutput , typename TCriterion >
virtual void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::DeletePoint ( const OutputPointIdentifier iIdToBeDeleted,
const OutputPointIdentifier iRemaining 
)
protectedvirtual

◆ Extract()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Extract ( )
overrideprotectedvirtual

Extract the edge to be processed.

Implements itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.

◆ FillPriorityQueue()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::FillPriorityQueue ( )
overrideprotectedvirtual

◆ GetNameOfClass()

template<typename TInput , typename TOutput , typename TCriterion >
const char* itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::GetNameOfClass ( ) const
overridevirtual

◆ IsCriterionSatisfied()

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::IsCriterionSatisfied ( )
overrideprotectedvirtual

◆ IsEdgeOKToBeProcessed()

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::IsEdgeOKToBeProcessed ( OutputQEType iEdge)
protected

Check if iEdge is valid and then can be processed.

Parameters
[in]iEdge
Returns

◆ JoinVertexFailed()

template<typename TInput , typename TOutput , typename TCriterion >
virtual void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::JoinVertexFailed ( )
protectedvirtual

◆ MeasureEdge()

template<typename TInput , typename TOutput , typename TCriterion >
virtual MeasureType itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureEdge ( OutputQEType iEdge)
protectedpure virtual

Compute the measure value for iEdge.

Parameters
[in]iEdge
Returns
measure value

Implemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.

◆ NumberOfCommonVerticesIn0Ring()

template<typename TInput , typename TOutput , typename TCriterion >
SizeValueType itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::NumberOfCommonVerticesIn0Ring ( ) const
protected

◆ ProcessWithoutAnyTopologicalGuarantee()

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ProcessWithoutAnyTopologicalGuarantee ( )
overrideprotectedvirtual

◆ ProcessWithTopologicalGuarantee()

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ProcessWithTopologicalGuarantee ( )
overrideprotectedvirtual

◆ PushElement()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PushElement ( OutputQEType iEdge)
protected

Push one edge in the priority queue.

Parameters
[in]iEdge

◆ PushOrUpdateElement()

template<typename TInput , typename TOutput , typename TCriterion >
virtual void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PushOrUpdateElement ( OutputQEType iEdge)
protectedvirtual

Push iEdge in the priority queue if it is not already, else its corresponding priority value is updated.

Parameters
[in]iEdge

◆ Relocate()

template<typename TInput , typename TOutput , typename TCriterion >
virtual OutputPointType itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Relocate ( OutputQEType iEdge)
protectedpure virtual
Parameters
[in]iEdge(the one which will be merged)
Returns
the new location of merged points

Implemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.

◆ RemoveEye()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::RemoveEye ( )
protected

◆ RemoveSamosa()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::RemoveSamosa ( )
protected

◆ TagElementOut()

template<typename TInput , typename TOutput , typename TCriterion >
void itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::TagElementOut ( OutputQEType iEdge)
protected
Parameters
[in]iEdge

Member Data Documentation

◆ m_CheckOrientation

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_CheckOrientation { false }
protected

Definition at line 94 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ m_Element

template<typename TInput , typename TOutput , typename TCriterion >
OutputQEType* itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_Element {}
protected

Definition at line 98 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ m_JoinVertexFunction

template<typename TInput , typename TOutput , typename TCriterion >
OperatorPointer itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_JoinVertexFunction {}
protected

Definition at line 100 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ m_Priority

template<typename TInput , typename TOutput , typename TCriterion >
PriorityType itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_Priority {}
protected

Definition at line 99 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ m_PriorityQueue

template<typename TInput , typename TOutput , typename TCriterion >
PriorityQueuePointer itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_PriorityQueue {}
protected

Definition at line 96 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ m_QueueMapper

template<typename TInput , typename TOutput , typename TCriterion >
QueueMapType itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_QueueMapper {}
protected

Definition at line 97 of file itkEdgeDecimationQuadEdgeMeshFilter.h.

◆ m_Relocate

template<typename TInput , typename TOutput , typename TCriterion >
bool itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::m_Relocate { true }
protected

Definition at line 93 of file itkEdgeDecimationQuadEdgeMeshFilter.h.


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