#include <src/vtk/DRCFilters/vtkRobustNormalEstimator.h>
|
| | vtkTypeMacro (vtkRobustNormalEstimator, vtkPolyDataAlgorithm) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| | vtkSetMacro (Radius, double) |
| |
| | vtkGetMacro (Radius, double) |
| |
| | vtkSetMacro (MaxCenterError, double) |
| |
| | vtkGetMacro (MaxCenterError, double) |
| |
| | vtkSetMacro (MaxEstimationError, double) |
| |
| | vtkGetMacro (MaxEstimationError, double) |
| |
| | vtkSetMacro (MaxIterations, int) |
| |
| | vtkGetMacro (MaxIterations, int) |
| |
| | vtkSetMacro (ComputeCurvature, bool) |
| |
| | vtkGetMacro (ComputeCurvature, bool) |
| |
Definition at line 8 of file vtkRobustNormalEstimator.h.
| vtkRobustNormalEstimator::vtkRobustNormalEstimator |
( |
| ) |
|
|
protected |
| virtual vtkRobustNormalEstimator::~vtkRobustNormalEstimator |
( |
| ) |
|
|
protectedvirtual |
| void vtkRobustNormalEstimator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
| virtual int vtkRobustNormalEstimator::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
| vtkRobustNormalEstimator::vtkGetMacro |
( |
Radius |
, |
|
|
double |
|
|
) |
| |
| vtkRobustNormalEstimator::vtkSetMacro |
( |
Radius |
, |
|
|
double |
|
|
) |
| |
| bool vtkRobustNormalEstimator::ComputeCurvature |
|
protected |
| double vtkRobustNormalEstimator::MaxCenterError |
|
protected |
| double vtkRobustNormalEstimator::MaxEstimationError |
|
protected |
| int vtkRobustNormalEstimator::MaxIterations |
|
protected |
| double vtkRobustNormalEstimator::Radius |
|
protected |
The documentation for this class was generated from the following file: