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

Wrapper class around itk::OtsuMultipleThresholdsImageFilter. More...

#include <vtkvmtkOtsuMultipleThresholdsImageFilter.h>

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

Public Types

typedef vtkSimpleImageToImageFilter Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkOtsuMultipleThresholdsImageFilterNewInstance () const
 
virtual int GetNumberOfHistogramBins ()
 
virtual void SetNumberOfHistogramBins (int)
 
virtual int GetNumberOfThresholds ()
 
virtual void SetNumberOfThresholds (int)
 
virtual int GetLabelOffset ()
 
virtual void SetLabelOffset (int)
 
virtual vtkFloatArray * GetThresholds ()
 

Static Public Member Functions

static vtkvmtkOtsuMultipleThresholdsImageFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkOtsuMultipleThresholdsImageFilterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkOtsuMultipleThresholdsImageFilter ()
 
 ~vtkvmtkOtsuMultipleThresholdsImageFilter ()
 
virtual void SimpleExecute (vtkImageData *input, vtkImageData *output) VTK_OVERRIDE
 
virtual int RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector) VTK_OVERRIDE
 

Detailed Description

Wrapper class around itk::OtsuMultipleThresholdsImageFilter.

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

vtkvmtkOtsuMultipleThresholdsImageFilter

Definition at line 41 of file vtkvmtkOtsuMultipleThresholdsImageFilter.h.

Member Typedef Documentation

◆ Superclass

typedef vtkSimpleImageToImageFilter vtkvmtkOtsuMultipleThresholdsImageFilter::Superclass

Definition at line 45 of file vtkvmtkOtsuMultipleThresholdsImageFilter.h.

Constructor & Destructor Documentation

◆ vtkvmtkOtsuMultipleThresholdsImageFilter()

vtkvmtkOtsuMultipleThresholdsImageFilter::vtkvmtkOtsuMultipleThresholdsImageFilter ( )
protected

◆ ~vtkvmtkOtsuMultipleThresholdsImageFilter()

vtkvmtkOtsuMultipleThresholdsImageFilter::~vtkvmtkOtsuMultipleThresholdsImageFilter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkOtsuMultipleThresholdsImageFilter* vtkvmtkOtsuMultipleThresholdsImageFilter::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkOtsuMultipleThresholdsImageFilter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkOtsuMultipleThresholdsImageFilter* vtkvmtkOtsuMultipleThresholdsImageFilter::NewInstance ( ) const

◆ GetNumberOfHistogramBins()

virtual int vtkvmtkOtsuMultipleThresholdsImageFilter::GetNumberOfHistogramBins ( )
virtual

◆ SetNumberOfHistogramBins()

virtual void vtkvmtkOtsuMultipleThresholdsImageFilter::SetNumberOfHistogramBins ( int  )
virtual

◆ GetNumberOfThresholds()

virtual int vtkvmtkOtsuMultipleThresholdsImageFilter::GetNumberOfThresholds ( )
virtual

◆ SetNumberOfThresholds()

virtual void vtkvmtkOtsuMultipleThresholdsImageFilter::SetNumberOfThresholds ( int  )
virtual

◆ GetLabelOffset()

virtual int vtkvmtkOtsuMultipleThresholdsImageFilter::GetLabelOffset ( )
virtual

◆ SetLabelOffset()

virtual void vtkvmtkOtsuMultipleThresholdsImageFilter::SetLabelOffset ( int  )
virtual

◆ GetThresholds()

virtual vtkFloatArray* vtkvmtkOtsuMultipleThresholdsImageFilter::GetThresholds ( )
virtual

◆ SimpleExecute()

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

◆ RequestInformation()

virtual int vtkvmtkOtsuMultipleThresholdsImageFilter::RequestInformation ( vtkInformation *  vtkNotUsedrequest,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

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