18 #ifndef __itkDiscreteMinimumCurvatureQuadEdgeMeshFilter_h
19 #define __itkDiscreteMinimumCurvatureQuadEdgeMeshFilter_h
32 template<
class TInputMesh,
class TOutputMesh=TInputMesh >
67 #ifdef ITK_USE_CONCEPT_CHECKING
81 this->ComputeMeanAndGaussianCurvatures(iP);
82 return this->m_Mean - vcl_sqrt( this->ComputeDelta() );
88 void operator=(
const Self &);