65 #ifndef vtkCurvatures_h
66 #define vtkCurvatures_h
71 #define VTK_CURVATURE_GAUSS 0
72 #define VTK_CURVATURE_MEAN 1
73 #define VTK_CURVATURE_MAXIMUM 2
74 #define VTK_CURVATURE_MINIMUM 3
89 vtkSetMacro(CurvatureType,
int);
90 vtkGetMacro(CurvatureType,
int);
104 vtkSetMacro(InvertMeanCurvature,
int);
105 vtkGetMacro(InvertMeanCurvature,
int);
106 vtkBooleanMacro(InvertMeanCurvature,
int);
#define VTK_CURVATURE_MEAN
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTK_CURVATURE_MAXIMUM
void SetCurvatureTypeToGaussian()
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_CURVATURE_MINIMUM
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
#define VTK_CURVATURE_GAUSS
void SetCurvatureTypeToMinimum()
#define VTKFILTERSGENERAL_EXPORT
void SetCurvatureTypeToMaximum()
void SetCurvatureTypeToMean()
compute curvatures (Gauss and mean) of a Polydata object