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

Wrapper class around itk::ThresholdSegmentationLevelSetImageFilter. More...

#include <vtkvmtkThresholdSegmentationLevelSetImageFilter.h>

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

Public Types

typedef vtkSimpleImageToImageFilter Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkThresholdSegmentationLevelSetImageFilterNewInstance () const
 
virtual double GetUpperThreshold ()
 
virtual void SetUpperThreshold (double)
 
virtual double GetLowerThreshold ()
 
virtual void SetLowerThreshold (double)
 
virtual double GetEdgeWeight ()
 
virtual void SetEdgeWeight (double)
 
virtual int GetSmoothingIterations ()
 
virtual void SetSmoothingIterations (int)
 
virtual double GetSmoothingTimeStep ()
 
virtual void SetSmoothingTimeStep (double)
 
virtual double GetSmoothingConductance ()
 
virtual void SetSmoothingConductance (double)
 
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 vtkImageData * GetFeatureImage ()
 
virtual void SetFeatureImage (vtkImageData *)
 
virtual vtkImageData * GetSpeedImage ()
 
virtual void SetSpeedImage (vtkImageData *)
 
virtual double GetRMSChange ()
 
virtual int GetElapsedIterations ()
 

Static Public Member Functions

static vtkvmtkThresholdSegmentationLevelSetImageFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkThresholdSegmentationLevelSetImageFilterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

Wrapper class around itk::ThresholdSegmentationLevelSetImageFilter.

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

vtkvmtkThresholdSegmentationLevelSetImageFilter

Definition at line 41 of file vtkvmtkThresholdSegmentationLevelSetImageFilter.h.

Member Typedef Documentation

◆ Superclass

Constructor & Destructor Documentation

◆ vtkvmtkThresholdSegmentationLevelSetImageFilter()

vtkvmtkThresholdSegmentationLevelSetImageFilter::vtkvmtkThresholdSegmentationLevelSetImageFilter ( )
protected

◆ ~vtkvmtkThresholdSegmentationLevelSetImageFilter()

vtkvmtkThresholdSegmentationLevelSetImageFilter::~vtkvmtkThresholdSegmentationLevelSetImageFilter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkThresholdSegmentationLevelSetImageFilter* vtkvmtkThresholdSegmentationLevelSetImageFilter::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkThresholdSegmentationLevelSetImageFilter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkThresholdSegmentationLevelSetImageFilter* vtkvmtkThresholdSegmentationLevelSetImageFilter::NewInstance ( ) const

◆ GetUpperThreshold()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetUpperThreshold ( )
virtual

◆ SetUpperThreshold()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetUpperThreshold ( double  )
virtual

◆ GetLowerThreshold()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetLowerThreshold ( )
virtual

◆ SetLowerThreshold()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetLowerThreshold ( double  )
virtual

◆ GetEdgeWeight()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetEdgeWeight ( )
virtual

◆ SetEdgeWeight()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetEdgeWeight ( double  )
virtual

◆ GetSmoothingIterations()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetSmoothingIterations ( )
virtual

◆ SetSmoothingIterations()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetSmoothingIterations ( int  )
virtual

◆ GetSmoothingTimeStep()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetSmoothingTimeStep ( )
virtual

◆ SetSmoothingTimeStep()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetSmoothingTimeStep ( double  )
virtual

◆ GetSmoothingConductance()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetSmoothingConductance ( )
virtual

◆ SetSmoothingConductance()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetSmoothingConductance ( double  )
virtual

◆ GetIsoSurfaceValue()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetIsoSurfaceValue ( )
virtual

◆ SetIsoSurfaceValue()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetIsoSurfaceValue ( double  )
virtual

◆ GetNumberOfIterations()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetNumberOfIterations ( )
virtual

◆ SetNumberOfIterations()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetNumberOfIterations ( int  )
virtual

◆ GetPropagationScaling()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetPropagationScaling ( )
virtual

◆ SetPropagationScaling()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetPropagationScaling ( double  )
virtual

◆ GetCurvatureScaling()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetCurvatureScaling ( )
virtual

◆ SetCurvatureScaling()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetCurvatureScaling ( double  )
virtual

◆ GetAdvectionScaling()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetAdvectionScaling ( )
virtual

◆ SetAdvectionScaling()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetAdvectionScaling ( double  )
virtual

◆ GetMaximumRMSError()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetMaximumRMSError ( )
virtual

◆ SetMaximumRMSError()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetMaximumRMSError ( double  )
virtual

◆ GetUseNegativeFeatures()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetUseNegativeFeatures ( )
virtual

◆ SetUseNegativeFeatures()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetUseNegativeFeatures ( int  )
virtual

◆ UseNegativeFeaturesOn()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::UseNegativeFeaturesOn ( )
virtual

◆ UseNegativeFeaturesOff()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::UseNegativeFeaturesOff ( )
virtual

◆ GetAutoGenerateSpeedAdvection()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetAutoGenerateSpeedAdvection ( )
virtual

◆ SetAutoGenerateSpeedAdvection()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetAutoGenerateSpeedAdvection ( int  )
virtual

◆ AutoGenerateSpeedAdvectionOn()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::AutoGenerateSpeedAdvectionOn ( )
virtual

◆ AutoGenerateSpeedAdvectionOff()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::AutoGenerateSpeedAdvectionOff ( )
virtual

◆ GetInterpolateSurfaceLocation()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetInterpolateSurfaceLocation ( )
virtual

◆ SetInterpolateSurfaceLocation()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetInterpolateSurfaceLocation ( int  )
virtual

◆ InterpolateSurfaceLocationOn()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::InterpolateSurfaceLocationOn ( )
virtual

◆ InterpolateSurfaceLocationOff()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::InterpolateSurfaceLocationOff ( )
virtual

◆ GetUseImageSpacing()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetUseImageSpacing ( )
virtual

◆ SetUseImageSpacing()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetUseImageSpacing ( int  )
virtual

◆ UseImageSpacingOn()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::UseImageSpacingOn ( )
virtual

◆ UseImageSpacingOff()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::UseImageSpacingOff ( )
virtual

◆ GetFeatureImage()

virtual vtkImageData* vtkvmtkThresholdSegmentationLevelSetImageFilter::GetFeatureImage ( )
virtual

◆ SetFeatureImage()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetFeatureImage ( vtkImageData *  )
virtual

◆ GetSpeedImage()

virtual vtkImageData* vtkvmtkThresholdSegmentationLevelSetImageFilter::GetSpeedImage ( )
virtual

◆ SetSpeedImage()

virtual void vtkvmtkThresholdSegmentationLevelSetImageFilter::SetSpeedImage ( vtkImageData *  )
virtual

◆ GetRMSChange()

virtual double vtkvmtkThresholdSegmentationLevelSetImageFilter::GetRMSChange ( )
virtual

◆ GetElapsedIterations()

virtual int vtkvmtkThresholdSegmentationLevelSetImageFilter::GetElapsedIterations ( )
virtual

◆ SimpleExecute()

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

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