Go to the documentation of this file.
67 #ifndef vtkCurvatures_h
68 #define vtkCurvatures_h
70 #include "vtkFiltersGeneralModule.h"
73 #define VTK_CURVATURE_GAUSS 0
74 #define VTK_CURVATURE_MEAN 1
75 #define VTK_CURVATURE_MAXIMUM 2
76 #define VTK_CURVATURE_MINIMUM 3
97 vtkSetMacro(CurvatureType,
int);
98 vtkGetMacro(CurvatureType,
int);
#define VTK_CURVATURE_MEAN
void SetCurvatureTypeToMean()
vtkTypeBool InvertMeanCurvature
void SetCurvatureTypeToGaussian()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_CURVATURE_MAXIMUM
void SetCurvatureTypeToMaximum()
void SetCurvatureTypeToMinimum()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
#define VTK_CURVATURE_MINIMUM
a simple class to control print indentation
compute curvatures (Gauss and mean) of a Polydata object
#define VTK_CURVATURE_GAUSS
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.