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

Wrapper class around itk::GeodesicActiveContourLevelSetImageFilter. More...

#include <vtkvmtkGeodesicActiveContourLevelSetImageFilter.h>

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

Public Types

typedef vtkSimpleImageToImageFilter Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkGeodesicActiveContourLevelSetImageFilterNewInstance () const
 
virtual double GetIsoSurfaceValue ()
 
virtual void SetIsoSurfaceValue (double)
 
virtual int GetNumberOfIterations ()
 
virtual void SetNumberOfIterations (int)
 
virtual double GetPropagationScaling ()
 
virtual void SetPropagationScaling (double)
 
virtual double GetCurvatureScaling ()
 
virtual void SetCurvatureScaling (double)
 
virtual double GetAdvectionScaling ()
 
virtual void SetAdvectionScaling (double)
 
virtual double GetMaximumRMSError ()
 
virtual void SetMaximumRMSError (double)
 
virtual int GetUseNegativeFeatures ()
 
virtual void SetUseNegativeFeatures (int)
 
virtual void UseNegativeFeaturesOn ()
 
virtual void UseNegativeFeaturesOff ()
 
virtual int GetAutoGenerateSpeedAdvection ()
 
virtual void SetAutoGenerateSpeedAdvection (int)
 
virtual void AutoGenerateSpeedAdvectionOn ()
 
virtual void AutoGenerateSpeedAdvectionOff ()
 
virtual int GetInterpolateSurfaceLocation ()
 
virtual void SetInterpolateSurfaceLocation (int)
 
virtual void InterpolateSurfaceLocationOn ()
 
virtual void InterpolateSurfaceLocationOff ()
 
virtual int GetUseImageSpacing ()
 
virtual void SetUseImageSpacing (int)
 
virtual void UseImageSpacingOn ()
 
virtual void UseImageSpacingOff ()
 
virtual double GetDerivativeSigma ()
 
virtual void SetDerivativeSigma (double)
 
virtual vtkImageData * GetFeatureImage ()
 
virtual void SetFeatureImage (vtkImageData *)
 
virtual vtkImageData * GetSpeedImage ()
 
virtual void SetSpeedImage (vtkImageData *)
 
virtual double GetRMSChange ()
 
virtual int GetElapsedIterations ()
 

Static Public Member Functions

static vtkvmtkGeodesicActiveContourLevelSetImageFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkGeodesicActiveContourLevelSetImageFilterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkGeodesicActiveContourLevelSetImageFilter ()
 
 ~vtkvmtkGeodesicActiveContourLevelSetImageFilter ()
 
virtual void SimpleExecute (vtkImageData *input, vtkImageData *output) VTK_OVERRIDE
 

Detailed Description

Wrapper class around itk::GeodesicActiveContourLevelSetImageFilter.

Date
2006/04/06 16:48:25
Revision
1.4

vtkvmtkGeodesicActiveContourLevelSetImageFilter

Definition at line 41 of file vtkvmtkGeodesicActiveContourLevelSetImageFilter.h.

Member Typedef Documentation

◆ Superclass

Constructor & Destructor Documentation

◆ vtkvmtkGeodesicActiveContourLevelSetImageFilter()

vtkvmtkGeodesicActiveContourLevelSetImageFilter::vtkvmtkGeodesicActiveContourLevelSetImageFilter ( )
protected

◆ ~vtkvmtkGeodesicActiveContourLevelSetImageFilter()

vtkvmtkGeodesicActiveContourLevelSetImageFilter::~vtkvmtkGeodesicActiveContourLevelSetImageFilter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkGeodesicActiveContourLevelSetImageFilter* vtkvmtkGeodesicActiveContourLevelSetImageFilter::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkGeodesicActiveContourLevelSetImageFilter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkGeodesicActiveContourLevelSetImageFilter* vtkvmtkGeodesicActiveContourLevelSetImageFilter::NewInstance ( ) const

◆ GetIsoSurfaceValue()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetIsoSurfaceValue ( )
virtual

◆ SetIsoSurfaceValue()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetIsoSurfaceValue ( double  )
virtual

◆ GetNumberOfIterations()

virtual int vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetNumberOfIterations ( )
virtual

◆ SetNumberOfIterations()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetNumberOfIterations ( int  )
virtual

◆ GetPropagationScaling()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetPropagationScaling ( )
virtual

◆ SetPropagationScaling()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetPropagationScaling ( double  )
virtual

◆ GetCurvatureScaling()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetCurvatureScaling ( )
virtual

◆ SetCurvatureScaling()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetCurvatureScaling ( double  )
virtual

◆ GetAdvectionScaling()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetAdvectionScaling ( )
virtual

◆ SetAdvectionScaling()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetAdvectionScaling ( double  )
virtual

◆ GetMaximumRMSError()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetMaximumRMSError ( )
virtual

◆ SetMaximumRMSError()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetMaximumRMSError ( double  )
virtual

◆ GetUseNegativeFeatures()

virtual int vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetUseNegativeFeatures ( )
virtual

◆ SetUseNegativeFeatures()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetUseNegativeFeatures ( int  )
virtual

◆ UseNegativeFeaturesOn()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::UseNegativeFeaturesOn ( )
virtual

◆ UseNegativeFeaturesOff()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::UseNegativeFeaturesOff ( )
virtual

◆ GetAutoGenerateSpeedAdvection()

virtual int vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetAutoGenerateSpeedAdvection ( )
virtual

◆ SetAutoGenerateSpeedAdvection()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetAutoGenerateSpeedAdvection ( int  )
virtual

◆ AutoGenerateSpeedAdvectionOn()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::AutoGenerateSpeedAdvectionOn ( )
virtual

◆ AutoGenerateSpeedAdvectionOff()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::AutoGenerateSpeedAdvectionOff ( )
virtual

◆ GetInterpolateSurfaceLocation()

virtual int vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetInterpolateSurfaceLocation ( )
virtual

◆ SetInterpolateSurfaceLocation()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetInterpolateSurfaceLocation ( int  )
virtual

◆ InterpolateSurfaceLocationOn()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::InterpolateSurfaceLocationOn ( )
virtual

◆ InterpolateSurfaceLocationOff()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::InterpolateSurfaceLocationOff ( )
virtual

◆ GetUseImageSpacing()

virtual int vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetUseImageSpacing ( )
virtual

◆ SetUseImageSpacing()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetUseImageSpacing ( int  )
virtual

◆ UseImageSpacingOn()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::UseImageSpacingOn ( )
virtual

◆ UseImageSpacingOff()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::UseImageSpacingOff ( )
virtual

◆ GetDerivativeSigma()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetDerivativeSigma ( )
virtual

◆ SetDerivativeSigma()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetDerivativeSigma ( double  )
virtual

◆ GetFeatureImage()

virtual vtkImageData* vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetFeatureImage ( )
virtual

◆ SetFeatureImage()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetFeatureImage ( vtkImageData *  )
virtual

◆ GetSpeedImage()

virtual vtkImageData* vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetSpeedImage ( )
virtual

◆ SetSpeedImage()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SetSpeedImage ( vtkImageData *  )
virtual

◆ GetRMSChange()

virtual double vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetRMSChange ( )
virtual

◆ GetElapsedIterations()

virtual int vtkvmtkGeodesicActiveContourLevelSetImageFilter::GetElapsedIterations ( )
virtual

◆ SimpleExecute()

virtual void vtkvmtkGeodesicActiveContourLevelSetImageFilter::SimpleExecute ( vtkImageData *  input,
vtkImageData *  output 
)
protectedvirtual

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