VTK  9.3.20240419
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 114 of file vtkCurvatures.h.

◆ VTK_CURVATURE_MEAN

#define VTK_CURVATURE_MEAN   1

Definition at line 115 of file vtkCurvatures.h.

◆ VTK_CURVATURE_MAXIMUM

#define VTK_CURVATURE_MAXIMUM   2

Definition at line 116 of file vtkCurvatures.h.

◆ VTK_CURVATURE_MINIMUM

#define VTK_CURVATURE_MINIMUM   3

Definition at line 117 of file vtkCurvatures.h.