65 #ifndef __vtkCurvatures_h
66 #define __vtkCurvatures_h
70 #define VTK_CURVATURE_GAUSS 0
71 #define VTK_CURVATURE_MEAN 1
72 #define VTK_CURVATURE_MAXIMUM 2
73 #define VTK_CURVATURE_MINIMUM 3
88 vtkSetMacro(CurvatureType,
int);
89 vtkGetMacro(CurvatureType,
int);
90 void SetCurvatureTypeToGaussian()
92 void SetCurvatureTypeToMean()
94 void SetCurvatureTypeToMaximum()
96 void SetCurvatureTypeToMinimum()
103 vtkSetMacro(InvertMeanCurvature,
int);
104 vtkGetMacro(InvertMeanCurvature,
int);
105 vtkBooleanMacro(InvertMeanCurvature,
int);