![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkEdgeDecimationQuadEdgeMeshFilter.h>
Inheritance diagram for itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >:
Collaboration diagram for itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >:Definition at line 40 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
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 |
Protected Attributes | |
| bool | m_CheckOrientation {false} |
| OutputQEType * | m_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 |
| OutputMeshType * | m_OutputMesh |
Protected Attributes inherited from itk::ProcessObject | |
| TimeStamp | m_OutputInformationMTime |
| bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount |
| bool | CheckOrientation (OutputQEType *iEdge, const OutputPointIdentifier &iId, const OutputPointType &iPt) |
| bool | IsCriterionSatisfied () override |
| EdgeDecimationQuadEdgeMeshFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ConstPointer = SmartPointer< const Self > |
Definition at line 46 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionPointer = typename CriterionType::Pointer |
Definition at line 71 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionType = TCriterion |
Definition at line 70 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 54 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshType = TInput |
Definition at line 53 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureType = typename CriterionType::MeasureType |
Definition at line 72 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OperatorPointer = typename OperatorType::Pointer |
Definition at line 86 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OperatorType = QuadEdgeMeshEulerOperatorJoinVertexFunction< OutputMeshType, OutputQEType > |
Definition at line 85 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellIdentifier = typename OutputMeshType::CellIdentifier |
Definition at line 64 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellsContainerIterator = typename OutputMeshType::CellsContainerIterator |
Definition at line 66 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellsContainerPointer = typename OutputMeshType::CellsContainerPointer |
Definition at line 65 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellType = typename OutputMeshType::CellType |
Definition at line 63 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputEdgeCellType = typename OutputMeshType::EdgeCellType |
Definition at line 62 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 57 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshType = TOutput |
Definition at line 56 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
Definition at line 58 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointType = typename OutputMeshType::PointType |
Definition at line 59 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPolygonType = QuadEdgeMeshPolygonCell< OutputCellType > |
Definition at line 68 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputQEType = typename OutputMeshType::QEType |
Definition at line 61 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputVectorType = typename OutputPointType::VectorType |
Definition at line 60 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Pointer = SmartPointer< Self > |
Definition at line 45 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueItemType = typename CriterionType::PriorityQueueWrapperType |
Definition at line 74 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueuePointer = typename PriorityQueueType::Pointer |
Definition at line 79 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueType = PriorityQueueContainer< PriorityQueueItemType *, ElementWrapperPointerInterface< PriorityQueueItemType * >, PriorityType > |
Definition at line 78 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityType = typename CriterionType::PriorityType |
Definition at line 73 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapConstIterator = typename QueueMapType::const_iterator |
Definition at line 82 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapIterator = typename QueueMapType::iterator |
Definition at line 83 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapType = std::map< OutputQEType *, PriorityQueueItemType * > |
Definition at line 81 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Self = EdgeDecimationQuadEdgeMeshFilter |
Definition at line 44 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
| using itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Superclass = DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > |
Definition at line 48 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
|
overrideprotected |
|
privatedelete |
|
inlineprotected |
Definition at line 202 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
References itk::QuadEdgeMeshPolygonCell< TCellInterface >::GetEdgeRingEntry().
|
protectedvirtual |
|
protected |
Delete a given edge in the priority queue.
| [in] | iEdge |
|
protectedvirtual |
Reimplemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
overrideprotectedvirtual |
Extract the edge to be processed.
Implements itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
overrideprotectedvirtual |
Fill the priority queue.
Implements itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Reimplemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
overrideprotectedvirtual |
Implements itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
protected |
Check if iEdge is valid and then can be processed.
| [in] | iEdge |
|
protectedvirtual |
|
protectedpure virtual |
Compute the measure value for iEdge.
| [in] | iEdge |
Implemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
protected |
|
privatedelete |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Implements itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
protected |
Push one edge in the priority queue.
| [in] | iEdge |
|
protectedvirtual |
Push iEdge in the priority queue if it is not already, else its corresponding priority value is updated.
| [in] | iEdge |
|
protectedpure virtual |
| [in] | iEdge | (the one which will be merged) |
Implemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
protected |
|
protected |
|
protected |
| [in] | iEdge |
|
protected |
Definition at line 94 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 98 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 100 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 99 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 96 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 97 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 93 of file itkEdgeDecimationQuadEdgeMeshFilter.h.
1.8.5