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