18 #ifndef __itkNormalQuadEdgeMeshFilter_h
19 #define __itkNormalQuadEdgeMeshFilter_h
67 template<
class TInputMesh,
class TOutputMesh >
125 itkSetMacro (Weight, WeightType);
126 itkGetConstMacro (Weight, WeightType);
131 void PrintSelf(std::ostream & os,
Indent indent)
const;
147 void ComputeAllFaceNormals();
153 void ComputeAllVertexNormals();
176 void operator=(
const Self &);
180 #include "itkNormalQuadEdgeMeshFilter.hxx"