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

iteratively smooth a centerline with a laplacian kernel More...

#include <vtkvmtkCenterlineSmoothing.h>

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

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkCenterlineSmoothingNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetSmoothingFactor (double)
 
virtual double GetSmoothingFactor ()
 
virtual void SetNumberOfSmoothingIterations (int)
 
virtual int GetNumberOfSmoothingIterations ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkCenterlineSmoothingSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkCenterlineSmoothingNew ()
 
static void SmoothLine (vtkPoints *linePoints, vtkPoints *smoothLinePoints, int numberOfIterations=10, double relaxation=0.1)
 

Protected Member Functions

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

Protected Attributes

double SmoothingFactor
 
int NumberOfSmoothingIterations
 

Detailed Description

iteratively smooth a centerline with a laplacian kernel

Date
2006/07/17 09:52:56
Revision
1.1

...

Definition at line 37 of file vtkvmtkCenterlineSmoothing.h.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkCenterlineSmoothing::Superclass

Definition at line 40 of file vtkvmtkCenterlineSmoothing.h.

Constructor & Destructor Documentation

◆ vtkvmtkCenterlineSmoothing()

vtkvmtkCenterlineSmoothing::vtkvmtkCenterlineSmoothing ( )
protected

◆ ~vtkvmtkCenterlineSmoothing()

vtkvmtkCenterlineSmoothing::~vtkvmtkCenterlineSmoothing ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkCenterlineSmoothing::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkCenterlineSmoothing* vtkvmtkCenterlineSmoothing::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkCenterlineSmoothing* vtkvmtkCenterlineSmoothing::New ( )
static

◆ SetSmoothingFactor()

virtual void vtkvmtkCenterlineSmoothing::SetSmoothingFactor ( double  )
virtual

◆ GetSmoothingFactor()

virtual double vtkvmtkCenterlineSmoothing::GetSmoothingFactor ( )
virtual

◆ SetNumberOfSmoothingIterations()

virtual void vtkvmtkCenterlineSmoothing::SetNumberOfSmoothingIterations ( int  )
virtual

◆ GetNumberOfSmoothingIterations()

virtual int vtkvmtkCenterlineSmoothing::GetNumberOfSmoothingIterations ( )
virtual

◆ SmoothLine()

static void vtkvmtkCenterlineSmoothing::SmoothLine ( vtkPoints *  linePoints,
vtkPoints *  smoothLinePoints,
int  numberOfIterations = 10,
double  relaxation = 0.1 
)
static

◆ RequestData()

virtual int vtkvmtkCenterlineSmoothing::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

◆ SmoothingFactor

double vtkvmtkCenterlineSmoothing::SmoothingFactor
protected

Definition at line 59 of file vtkvmtkCenterlineSmoothing.h.

◆ NumberOfSmoothingIterations

int vtkvmtkCenterlineSmoothing::NumberOfSmoothingIterations
protected

Definition at line 60 of file vtkvmtkCenterlineSmoothing.h.


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