ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions
itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 > Class Template Reference

class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. The SetBoundary facility isn't necessary for operation of the anchor method but is included for compatability with other morphology classes in itk. More...

#include <itkVanHerkGilWermanErodeDilateImageFilter.h>

Inheritance diagram for itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >:
Collaboration diagram for itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TImage::IndexType IndexType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef TImage InputImageType
typedef TKernel KernelType
typedef SmartPointer< SelfPointer
typedef
VanHerkGilWermanErodeDilateImageFilter 
Self
typedef TImage::SizeType SizeType
typedef KernelImageFilter
< TImage, TImage, TKernel > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void SetBoundary (InputImagePixelType _arg)
virtual InputImagePixelType GetBoundary () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TImage::ImageDimension
static const unsigned int OutputImageDimension = TImage::ImageDimension

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const
void ThreadedGenerateData (const InputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 VanHerkGilWermanErodeDilateImageFilter ()
 ~VanHerkGilWermanErodeDilateImageFilter ()

Protected Attributes

InputImagePixelType m_Boundary

Private Types

typedef BresenhamLine
< itkGetStaticConstMacro(InputImageDimension) > 
BresType

Private Member Functions

void operator= (const Self &)
 VanHerkGilWermanErodeDilateImageFilter (const Self &)

Detailed Description

template<class TImage, class TKernel, class TFunction1>
class itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >

class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. The SetBoundary facility isn't necessary for operation of the anchor method but is included for compatability with other morphology classes in itk.

Definition at line 41 of file itkVanHerkGilWermanErodeDilateImageFilter.h.


Member Typedef Documentation

template<class TImage, class TKernel, class TFunction1>
typedef BresenhamLine< itkGetStaticConstMacro(InputImageDimension) > itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::BresType [private]

Definition at line 101 of file itkVanHerkGilWermanErodeDilateImageFilter.h.

template<class TImage, class TKernel, class TFunction1>
typedef SmartPointer< const Self > itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::ConstPointer
template<class TImage, class TKernel, class TFunction1>
typedef TImage::IndexType itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::IndexType
template<class TImage, class TKernel, class TFunction1>
typedef InputImageType::ConstPointer itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageConstPointer
template<class TImage, class TKernel, class TFunction1>
typedef InputImageType::PixelType itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImagePixelType
template<class TImage, class TKernel, class TFunction1>
typedef InputImageType::Pointer itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImagePointer
template<class TImage, class TKernel, class TFunction1>
typedef InputImageType::RegionType itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageRegionType
template<class TImage, class TKernel, class TFunction1>
typedef TImage itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageType

Image related typedefs.

Reimplemented from itk::KernelImageFilter< TImage, TImage, TKernel >.

Definition at line 58 of file itkVanHerkGilWermanErodeDilateImageFilter.h.

template<class TImage, class TKernel, class TFunction1>
typedef TKernel itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::KernelType

Some convenient typedefs. Kernel typedef.

Reimplemented from itk::KernelImageFilter< TImage, TImage, TKernel >.

Definition at line 56 of file itkVanHerkGilWermanErodeDilateImageFilter.h.

template<class TImage, class TKernel, class TFunction1>
typedef SmartPointer< Self > itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::Pointer
template<class TImage, class TKernel, class TFunction1>
typedef VanHerkGilWermanErodeDilateImageFilter itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::Self
template<class TImage, class TKernel, class TFunction1>
typedef TImage::SizeType itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::SizeType
template<class TImage, class TKernel, class TFunction1>
typedef KernelImageFilter< TImage, TImage, TKernel > itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::Superclass

Constructor & Destructor Documentation

template<class TImage, class TKernel, class TFunction1>
itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::VanHerkGilWermanErodeDilateImageFilter ( ) [protected]
template<class TImage, class TKernel, class TFunction1>
itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::~VanHerkGilWermanErodeDilateImageFilter ( ) [inline, protected]

Definition at line 87 of file itkVanHerkGilWermanErodeDilateImageFilter.h.

template<class TImage, class TKernel, class TFunction1>
itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::VanHerkGilWermanErodeDilateImageFilter ( const Self ) [private]

Member Function Documentation

template<class TImage, class TKernel, class TFunction1>
virtual::itk::LightObject::Pointer itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::KernelImageFilter< TImage, TImage, TKernel >.

Reimplemented in itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >, and itk::VanHerkGilWermanErodeImageFilter< TImage, TKernel >.

template<class TImage, class TKernel, class TFunction1>
virtual InputImagePixelType itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::GetBoundary ( ) const [virtual]

Set/Get the boundary value.

template<class TImage, class TKernel, class TFunction1>
virtual const char* itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::GetNameOfClass ( ) const [virtual]
template<class TImage, class TKernel, class TFunction1>
static Pointer itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::New ( ) [static]
template<class TImage, class TKernel, class TFunction1>
void itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::operator= ( const Self ) [private]
template<class TImage, class TKernel, class TFunction1>
void itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::KernelImageFilter< TImage, TImage, TKernel >.

template<class TImage, class TKernel, class TFunction1>
virtual void itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::SetBoundary ( InputImagePixelType  _arg) [virtual]

Set/Get the boundary value.

template<class TImage, class TKernel, class TFunction1>
void itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::ThreadedGenerateData ( const InputImageRegionType outputRegionForThread,
ThreadIdType  threadId 
) [protected]

Multi-thread version GenerateData.


Member Data Documentation

template<class TImage, class TKernel, class TFunction1>
const unsigned int itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageDimension = TImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::ImageToImageFilter< TImage, TImage >.

Definition at line 68 of file itkVanHerkGilWermanErodeDilateImageFilter.h.

template<class TImage, class TKernel, class TFunction1>
InputImagePixelType itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::m_Boundary [protected]

Definition at line 95 of file itkVanHerkGilWermanErodeDilateImageFilter.h.

template<class TImage, class TKernel, class TFunction1>
const unsigned int itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >::OutputImageDimension = TImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::ImageToImageFilter< TImage, TImage >.

Definition at line 70 of file itkVanHerkGilWermanErodeDilateImageFilter.h.


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