18 #ifndef itkCleanQuadEdgeMeshFilter_h
19 #define itkCleanQuadEdgeMeshFilter_h
35 template<
typename TInputMesh,
typename TOutputMesh=TInputMesh >
75 static constexpr
unsigned int PointDimension = InputMeshType::PointDimension;
120 void GenerateData()
override;
124 virtual void CleanPoints();
126 void PrintSelf(std::ostream & os,
Indent indent)
const override;
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "itkCleanQuadEdgeMeshFilter.hxx"
typename InputMeshType::CoordRepType InputCoordRepType
typename OutputMeshType::PointsContainerIterator OutputPointsContainerIterator
Light weight base class for most itk classes.
TOutputMesh OutputMeshType
typename InputMeshType::VectorType InputVectorType
typename InputQEPrimal::IteratorGeom InputQEIterator
BoundingBoxPointer m_BoundingBox
typename InputMeshType::PointsContainerIterator InputPointsContainerIterator
typename CriterionType::Pointer CriterionPointer
typename InputMeshType::PointIdentifier InputPointIdentifier
typename InputMeshType::PolygonCellType InputPolygonCellType
typename InputMeshType::PointsContainerPointer InputPointsContainerPointer
typename OutputMeshType::PointIdentifier OutputPointIdentifier
typename OutputMeshType::PointType OutputPointType
typename OutputMeshType::CoordRepType OutputCoordRepType
CriterionPointer m_Criterion
typename InputMeshType::QEPrimal InputQEPrimal
typename InputMeshType::Pointer InputMeshPointer
typename OutputMeshType::CellsContainerIterator OutputCellsContainerIterator
typename DecimationType::Pointer DecimationPointer
typename InputCellTraits::PointIdInternalIterator InputPointsIdInternalIterator
typename InputMeshType::PointType InputPointType
typename InputMeshType::CellTraits InputCellTraits
InputCoordRepType m_RelativeTolerance
Duplicates the content of a Mesh.
typename OutputMeshType::Pointer OutputMeshPointer
typename OutputMeshType::QEPrimal OutputQEPrimal
InputCoordRepType m_AbsoluteTolerance
typename InputMeshType::CellsContainerIterator InputCellsContainerIterator
typename InputMeshType::EdgeCellType InputEdgeCellType
typename OutputMeshType::PointsContainer OutputPointsContainer
DecimationPointer m_Decimation
Control indentation during Print() invocation.
typename OutputMeshType::VectorType OutputVectorType
typename BoundingBoxType::Pointer BoundingBoxPointer
typename InputMeshType::PointsContainer InputPointsContainer
typename OutputMeshType::PointsContainerPointer OutputPointsContainerPointer
Represent and compute information about bounding boxes.
typename InputMeshType::PointIdList InputPointIdList
typename OutputMeshType::QEType OutputQEType