Go to the documentation of this file.
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
void SetCurvatureTypeToMean()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
static vtkCurvatures * New()
void SetCurvatureTypeToGaussian()
GLenum GLenum GLenum input
#define VTK_CURVATURE_MAXIMUM
void SetCurvatureTypeToMaximum()
void SetCurvatureTypeToMinimum()
#define VTK_CURVATURE_MINIMUM
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
void GetGaussCurvature(vtkPolyData *output)
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
compute curvatures (Gauss and mean) of a Polydata object
#define VTK_CURVATURE_GAUSS
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void GetMinimumCurvature(vtkPolyData *input, vtkPolyData *output)
concrete dataset represents vertices, lines, polygons, and triangle strips
void GetMaximumCurvature(vtkPolyData *input, vtkPolyData *output)
void GetMeanCurvature(vtkPolyData *output)
Superclass for algorithms that produce only polydata as output.