18 #ifndef __itkSmoothingQuadEdgeMeshFilter_h
19 #define __itkSmoothingQuadEdgeMeshFilter_h
31 template<
class TInputMesh,
class TOutputMesh=TInputMesh >
65 itkStaticConstMacro(PointDimension,
unsigned int, OutputMeshType::PointDimension);
76 { m_CoefficientsMethod = iMethod; }
78 itkSetMacro(NumberOfIterations,
unsigned int);
79 itkGetConstMacro(NumberOfIterations,
unsigned int);
81 itkSetMacro(DelaunayConforming,
bool);
82 itkGetConstMacro(DelaunayConforming,
bool);
84 itkSetMacro(RelaxationFactor, OutputCoordType);
85 itkGetConstMacro(RelaxationFactor, OutputCoordType);
90 void PrintSelf(std::ostream & os,
Indent indent)
const;
108 void operator=(
const Self &);
112 #include "itkSmoothingQuadEdgeMeshFilter.hxx"