VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkPolyDataNormalPlaneEstimator Class Reference

calculate the normal plane alone a centerline path More...

#include <vtkvmtkPolyDataNormalPlaneEstimator.h>

Inheritance diagram for vtkvmtkPolyDataNormalPlaneEstimator:
[legend]
Collaboration diagram for vtkvmtkPolyDataNormalPlaneEstimator:
[legend]

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkPolyDataNormalPlaneEstimatorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetOriginPointId (vtkIdType)
 
virtual vtkIdType GetOriginPointId ()
 
virtual double * GetOrigin ()
 
virtual void GetOrigin (double data[3])
 
virtual double * GetNormal ()
 
virtual void GetNormal (double data[3])
 
virtual void SetUseConnectivity (int)
 
virtual int GetUseConnectivity ()
 
virtual void UseConnectivityOn ()
 
virtual void UseConnectivityOff ()
 
virtual void SetMinimumNeighborhoodSize (int)
 
virtual int GetMinimumNeighborhoodSize ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkPolyDataNormalPlaneEstimatorSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkPolyDataNormalPlaneEstimatorNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkPolyDataNormalPlaneEstimator ()
 
 ~vtkvmtkPolyDataNormalPlaneEstimator ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 

Protected Attributes

vtkIdType OriginPointId
 
double Origin [3]
 
double Normal [3]
 
int UseConnectivity
 
int MinimumNeighborhoodSize
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

Definition at line 37 of file vtkvmtkPolyDataNormalPlaneEstimator.h.

Constructor & Destructor Documentation

◆ vtkvmtkPolyDataNormalPlaneEstimator()

vtkvmtkPolyDataNormalPlaneEstimator::vtkvmtkPolyDataNormalPlaneEstimator ( )
protected

◆ ~vtkvmtkPolyDataNormalPlaneEstimator()

vtkvmtkPolyDataNormalPlaneEstimator::~vtkvmtkPolyDataNormalPlaneEstimator ( )
protected

Member Function Documentation

◆ IsTypeOf()

static int vtkvmtkPolyDataNormalPlaneEstimator::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkPolyDataNormalPlaneEstimator::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkPolyDataNormalPlaneEstimator* vtkvmtkPolyDataNormalPlaneEstimator::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkPolyDataNormalPlaneEstimator::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkPolyDataNormalPlaneEstimator* vtkvmtkPolyDataNormalPlaneEstimator::NewInstance ( ) const

◆ PrintSelf()

void vtkvmtkPolyDataNormalPlaneEstimator::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkvmtkPolyDataNormalPlaneEstimator* vtkvmtkPolyDataNormalPlaneEstimator::New ( )
static

◆ 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

Member Data Documentation

◆ OriginPointId

vtkIdType vtkvmtkPolyDataNormalPlaneEstimator::OriginPointId
protected

Definition at line 61 of file vtkvmtkPolyDataNormalPlaneEstimator.h.

◆ Origin

double vtkvmtkPolyDataNormalPlaneEstimator::Origin[3]
protected

Definition at line 63 of file vtkvmtkPolyDataNormalPlaneEstimator.h.

◆ Normal

double vtkvmtkPolyDataNormalPlaneEstimator::Normal[3]
protected

Definition at line 64 of file vtkvmtkPolyDataNormalPlaneEstimator.h.

◆ UseConnectivity

int vtkvmtkPolyDataNormalPlaneEstimator::UseConnectivity
protected

Definition at line 66 of file vtkvmtkPolyDataNormalPlaneEstimator.h.

◆ MinimumNeighborhoodSize

int vtkvmtkPolyDataNormalPlaneEstimator::MinimumNeighborhoodSize
protected

Definition at line 67 of file vtkvmtkPolyDataNormalPlaneEstimator.h.


The documentation for this class was generated from the following file: