Go to the documentation of this file.
66 #ifndef vtkCurvatures_h
67 #define vtkCurvatures_h
69 #include "vtkFiltersGeneralModule.h"
72 #define VTK_CURVATURE_GAUSS 0
73 #define VTK_CURVATURE_MEAN 1
74 #define VTK_CURVATURE_MAXIMUM 2
75 #define VTK_CURVATURE_MINIMUM 3
97 vtkGetMacro(CurvatureType,
int);
114 vtkGetMacro(InvertMeanCurvature,
int);
#define VTK_CURVATURE_MEAN
void SetCurvatureTypeToMean()
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
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.