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 #define VTK_CURVATURE_MEAN
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
#define VTK_CURVATURE_MAXIMUM
void SetCurvatureTypeToGaussian()
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
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()
#define vtkBooleanMacro(name, type)
compute curvatures (Gauss and mean) of a Polydata object
#define vtkSetMacro(name, type)