57 #ifndef vtkPolyDataNormals_h
58 #define vtkPolyDataNormals_h
60 #include "vtkFiltersCoreModule.h"
86 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
87 vtkGetMacro(FeatureAngle,
double);
172 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
173 vtkGetMacro(OutputPointsPrecision,
int);
207 void TraverseAndOrder(
void);