dox/Graphics/vtkCurvatures.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Go to the source code of this file.

Classes

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

Defines

#define VTK_CURVATURE_GAUSS   0
#define VTK_CURVATURE_MEAN   1


Define Documentation

#define VTK_CURVATURE_GAUSS   0
 

Definition at line 63 of file vtkCurvatures.h.

Referenced by vtkCurvatures::SetCurvatureTypeToGaussian().

#define VTK_CURVATURE_MEAN   1
 

Definition at line 64 of file vtkCurvatures.h.

Referenced by vtkCurvatures::SetCurvatureTypeToMean().