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;
133 bool m_DelaunayConforming{};
135 unsigned int m_NumberOfIterations{};
140 GenerateData()
override;
144 #include "itkSmoothingQuadEdgeMeshFilter.hxx"