VTK  9.1.0
Classes | Macros
vtkCurvatures.h File Reference
#include "vtkFiltersGeneralModule.h"
#include "vtkPolyDataAlgorithm.h"
Include dependency graph for vtkCurvatures.h:

Go to the source code of this file.

Classes

class  vtkCurvatures
 compute curvatures (Gauss and mean) of a Polydata object More...
 

Macros

#define VTK_CURVATURE_GAUSS   0
 
#define VTK_CURVATURE_MEAN   1
 
#define VTK_CURVATURE_MAXIMUM   2
 
#define VTK_CURVATURE_MINIMUM   3
 

Macro Definition Documentation

◆ VTK_CURVATURE_GAUSS

#define VTK_CURVATURE_GAUSS   0

Definition at line 123 of file vtkCurvatures.h.

◆ VTK_CURVATURE_MEAN

#define VTK_CURVATURE_MEAN   1

Definition at line 124 of file vtkCurvatures.h.

◆ VTK_CURVATURE_MAXIMUM

#define VTK_CURVATURE_MAXIMUM   2

Definition at line 125 of file vtkCurvatures.h.

◆ VTK_CURVATURE_MINIMUM

#define VTK_CURVATURE_MINIMUM   3

Definition at line 126 of file vtkCurvatures.h.