iteratively smooth a centerline with a laplacian kernel  
 More...
#include <vtkvmtkCenterlineSmoothing.h>
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.
◆ Superclass
◆ vtkvmtkCenterlineSmoothing()
  
  | 
        
          | vtkvmtkCenterlineSmoothing::vtkvmtkCenterlineSmoothing | ( |  | ) |  |  | protected | 
 
 
◆ ~vtkvmtkCenterlineSmoothing()
  
  | 
        
          | vtkvmtkCenterlineSmoothing::~vtkvmtkCenterlineSmoothing | ( |  | ) |  |  | protected | 
 
 
◆ IsTypeOf()
  
  | 
        
          | static int vtkvmtkCenterlineSmoothing::IsTypeOf | ( | const char * | type | ) |  |  | static | 
 
 
◆ IsA()
  
  | 
        
          | virtual int vtkvmtkCenterlineSmoothing::IsA | ( | const char * | type | ) |  |  | virtual | 
 
 
◆ SafeDownCast()
◆ NewInstanceInternal()
  
  | 
        
          | virtual vtkObjectBase* vtkvmtkCenterlineSmoothing::NewInstanceInternal | ( |  | ) | const |  | protectedvirtual | 
 
 
◆ NewInstance()
◆ PrintSelf()
      
        
          | void vtkvmtkCenterlineSmoothing::PrintSelf | ( | ostream & | os, | 
        
          |  |  | vtkIndent | indent | 
        
          |  | ) |  |  | 
      
 
 
◆ New()
◆ 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 | 
 
 
◆ SmoothingFactor
  
  | 
        
          | double vtkvmtkCenterlineSmoothing::SmoothingFactor |  | protected | 
 
 
◆ NumberOfSmoothingIterations
  
  | 
        
          | int vtkvmtkCenterlineSmoothing::NumberOfSmoothingIterations |  | protected | 
 
 
The documentation for this class was generated from the following file: