|
VMTK
|
Compute the mean curvature and mean curvature normals of surface point neighborhoods with a particular stencil applied. More...
#include <vtkvmtkPolyDataMeanCurvature.h>
Public Types | |
| typedef vtkPolyDataAlgorithm | Superclass |
Static Public Member Functions | |
| static vtkvmtkPolyDataMeanCurvature * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkPolyDataMeanCurvature * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkvmtkPolyDataMeanCurvature () | |
| ~vtkvmtkPolyDataMeanCurvature () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
| void | ComputePointMeanCurvatureVector (vtkPolyData *input, vtkIdType pointId, double *meanCurvatureVector) |
| void | ReleaseStencils () |
Protected Attributes | |
| char * | MeanCurvatureScalarsArrayName |
| char * | MeanCurvatureNormalsArrayName |
| int | StencilType |
| vtkvmtkStencils * | Stencils |
| int | ComputeMeanCurvatureScalars |
| int | ComputeMeanCurvatureNormals |
Compute the mean curvature and mean curvature normals of surface point neighborhoods with a particular stencil applied.
..
Definition at line 37 of file vtkvmtkPolyDataMeanCurvature.h.
| typedef vtkPolyDataAlgorithm vtkvmtkPolyDataMeanCurvature::Superclass |
Definition at line 42 of file vtkvmtkPolyDataMeanCurvature.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkvmtkPolyDataMeanCurvature* vtkvmtkPolyDataMeanCurvature::NewInstance | ( | ) | const |
| void vtkvmtkPolyDataMeanCurvature::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
|
virtual |
|
inline |
Definition at line 47 of file vtkvmtkPolyDataMeanCurvature.h.
|
inline |
Definition at line 49 of file vtkvmtkPolyDataMeanCurvature.h.
|
inline |
Definition at line 51 of file vtkvmtkPolyDataMeanCurvature.h.
|
inline |
Definition at line 53 of file vtkvmtkPolyDataMeanCurvature.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
Definition at line 78 of file vtkvmtkPolyDataMeanCurvature.h.
|
protected |
Definition at line 79 of file vtkvmtkPolyDataMeanCurvature.h.
|
protected |
Definition at line 80 of file vtkvmtkPolyDataMeanCurvature.h.
|
protected |
Definition at line 81 of file vtkvmtkPolyDataMeanCurvature.h.
|
protected |
Definition at line 83 of file vtkvmtkPolyDataMeanCurvature.h.
|
protected |
Definition at line 84 of file vtkvmtkPolyDataMeanCurvature.h.
1.8.14