63 #ifndef vtkPolyDataNormals_h
64 #define vtkPolyDataNormals_h
66 #include "vtkFiltersCoreModule.h"
92 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
93 vtkGetMacro(FeatureAngle,
double);
178 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
179 vtkGetMacro(OutputPointsPrecision,
int);
213 void TraverseAndOrder(
void);