|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   64 #ifndef vtkCurvatures_h 
   65 #define vtkCurvatures_h 
   67 #include "vtkFiltersGeneralModule.h"  
   70 #define VTK_CURVATURE_GAUSS 0 
   71 #define VTK_CURVATURE_MEAN 1 
   72 #define VTK_CURVATURE_MAXIMUM 2 
   73 #define VTK_CURVATURE_MINIMUM 3 
   94   vtkSetMacro(CurvatureType, 
int);
 
   95   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.