calculate the normal plane alone a centerline path
More...
#include <vtkvmtkPolyDataNormalPlaneEstimator.h>
calculate the normal plane alone a centerline path
- Date
- 2015/12/01 12:26:27
- Revision
- 1.1
Definition at line 34 of file vtkvmtkPolyDataNormalPlaneEstimator.h.
◆ Superclass
◆ vtkvmtkPolyDataNormalPlaneEstimator()
vtkvmtkPolyDataNormalPlaneEstimator::vtkvmtkPolyDataNormalPlaneEstimator |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkPolyDataNormalPlaneEstimator()
vtkvmtkPolyDataNormalPlaneEstimator::~vtkvmtkPolyDataNormalPlaneEstimator |
( |
| ) |
|
|
protected |
◆ IsTypeOf()
static int vtkvmtkPolyDataNormalPlaneEstimator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkPolyDataNormalPlaneEstimator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkPolyDataNormalPlaneEstimator::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ PrintSelf()
void vtkvmtkPolyDataNormalPlaneEstimator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ SetOriginPointId()
virtual void vtkvmtkPolyDataNormalPlaneEstimator::SetOriginPointId |
( |
vtkIdType |
| ) |
|
|
virtual |
◆ GetOriginPointId()
virtual vtkIdType vtkvmtkPolyDataNormalPlaneEstimator::GetOriginPointId |
( |
| ) |
|
|
virtual |
◆ GetOrigin() [1/2]
virtual double* vtkvmtkPolyDataNormalPlaneEstimator::GetOrigin |
( |
| ) |
|
|
virtual |
◆ GetOrigin() [2/2]
virtual void vtkvmtkPolyDataNormalPlaneEstimator::GetOrigin |
( |
double |
data[3] | ) |
|
|
virtual |
◆ GetNormal() [1/2]
virtual double* vtkvmtkPolyDataNormalPlaneEstimator::GetNormal |
( |
| ) |
|
|
virtual |
◆ GetNormal() [2/2]
virtual void vtkvmtkPolyDataNormalPlaneEstimator::GetNormal |
( |
double |
data[3] | ) |
|
|
virtual |
◆ SetUseConnectivity()
virtual void vtkvmtkPolyDataNormalPlaneEstimator::SetUseConnectivity |
( |
int |
| ) |
|
|
virtual |
◆ GetUseConnectivity()
virtual int vtkvmtkPolyDataNormalPlaneEstimator::GetUseConnectivity |
( |
| ) |
|
|
virtual |
◆ UseConnectivityOn()
virtual void vtkvmtkPolyDataNormalPlaneEstimator::UseConnectivityOn |
( |
| ) |
|
|
virtual |
◆ UseConnectivityOff()
virtual void vtkvmtkPolyDataNormalPlaneEstimator::UseConnectivityOff |
( |
| ) |
|
|
virtual |
◆ SetMinimumNeighborhoodSize()
virtual void vtkvmtkPolyDataNormalPlaneEstimator::SetMinimumNeighborhoodSize |
( |
int |
| ) |
|
|
virtual |
◆ GetMinimumNeighborhoodSize()
virtual int vtkvmtkPolyDataNormalPlaneEstimator::GetMinimumNeighborhoodSize |
( |
| ) |
|
|
virtual |
◆ RequestData()
virtual int vtkvmtkPolyDataNormalPlaneEstimator::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ OriginPointId
vtkIdType vtkvmtkPolyDataNormalPlaneEstimator::OriginPointId |
|
protected |
◆ Origin
double vtkvmtkPolyDataNormalPlaneEstimator::Origin[3] |
|
protected |
◆ Normal
double vtkvmtkPolyDataNormalPlaneEstimator::Normal[3] |
|
protected |
◆ UseConnectivity
int vtkvmtkPolyDataNormalPlaneEstimator::UseConnectivity |
|
protected |
◆ MinimumNeighborhoodSize
int vtkvmtkPolyDataNormalPlaneEstimator::MinimumNeighborhoodSize |
|
protected |
The documentation for this class was generated from the following file: