|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSmoothingQuadEdgeMeshFilter_h
19 #define itkSmoothingQuadEdgeMeshFilter_h
57 template <
typename TInputMesh,
typename TOutputMesh = TInputMesh>
92 static constexpr
unsigned int PointDimension = OutputMeshType::PointDimension;
100 itkSetMacro(NumberOfIterations,
unsigned int);
101 itkGetConstMacro(NumberOfIterations,
unsigned int);
105 itkBooleanMacro(DelaunayConforming);
106 itkSetMacro(DelaunayConforming,
bool);
107 itkGetConstMacro(DelaunayConforming,
bool);
119 PrintSelf(std::ostream & os,
Indent indent)
const override;
140 GenerateData()
override;
144 #include "itkSmoothingQuadEdgeMeshFilter.hxx"
CoefficientsComputation * m_CoefficientsMethod
typename OutputMeshType::EdgeCellType OutputEdgeCellType
bool m_DelaunayConforming
typename OutputMeshType::PolygonCellType OutputPolygonCellType
typename OutputMeshType::CellsContainerPointer OutputCellsContainerPointer
typename OutputMeshType::Pointer OutputMeshPointer
typename OutputMeshType::PointsContainerPointer OutputPointsContainerPointer
typename InputMeshType::Pointer InputMeshPointer
ImageBaseType::SpacingType VectorType
ImageBaseType::PointType PointType
typename InputOutputDelaunayConformingType::Pointer InputOutputDelaunayConformingPointer
Control indentation during Print() invocation.
InputOutputDelaunayConformingPointer m_InputDelaunayFilter
typename OutputMeshType::PointsContainer OutputPointsContainer
Light weight base class for most itk classes.
OutputDelaunayConformingPointer m_OutputDelaunayFilter
OutputCoordType m_RelaxationFactor
typename OutputMeshType::VectorType OutputVectorType
Duplicates the content of a Mesh.
typename OutputDelaunayConformingType::Pointer OutputDelaunayConformingPointer
QuadEdgeMesh Smoothing Filter.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Superclass for all the matrix coefficients computation classes.
typename OutputMeshType::CellsContainerIterator OutputCellsContainerIterator
TOutputMesh OutputMeshType
typename OutputPointType::CoordRepType OutputCoordType
unsigned int m_NumberOfIterations
typename OutputMeshType::QEType OutputQEType
typename OutputMeshType::PointIdentifier OutputPointIdentifier
typename OutputMeshType::PointType OutputPointType
typename OutputMeshType::PointsContainerIterator OutputPointsContainerIterator