ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::BoxSigmaImageFilter< TInputImage, TOutputImage > Class Template Reference

Implements a fast rectangular sigma filter using the accumulator approach. More...

#include <itkBoxSigmaImageFilter.h>

Inheritance diagram for itk::BoxSigmaImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::BoxSigmaImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage::IndexType IndexType
typedef TInputImage InputImageType
typedef TInputImage::OffsetType OffsetType
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
typedef TOutputImage OutputImageType
typedef TOutputImage::PixelType OutputPixelType
typedef TInputImage::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef TInputImage::RegionType RegionType
typedef BoxSigmaImageFilter Self
typedef TInputImage::SizeType SizeType
typedef BoxImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) >) SameDimension

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
static const unsigned int InputImageDimension = TInputImage::ImageDimension

Protected Member Functions

 BoxSigmaImageFilter ()
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 ~BoxSigmaImageFilter ()

Private Member Functions

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

Detailed Description

template<class TInputImage, class TOutputImage = TInputImage>
class itk::BoxSigmaImageFilter< TInputImage, TOutputImage >

Implements a fast rectangular sigma filter using the accumulator approach.

This code was contributed in the Insight Journal paper: "Efficient implementation of kernel filtering" by Beare R., Lehmann G http://hdl.handle.net/1926/555 http://www.insight-journal.org/browse/publication/160

Author:
Gaetan Lehmann

Definition at line 41 of file itkBoxSigmaImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage = TInputImage>
typedef SmartPointer< const Self > itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::ConstPointer

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 49 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TInputImage::IndexType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::IndexType

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 62 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TInputImage itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::InputImageType

Image related typedefs.

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 55 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TInputImage::OffsetType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OffsetType

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 64 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef Superclass::OutputImageRegionType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 65 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TOutputImage itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 59 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TOutputImage::PixelType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputPixelType

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 66 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TInputImage::PixelType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::PixelType

Definition at line 63 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef SmartPointer< Self > itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::Pointer

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 48 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TInputImage::RegionType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::RegionType

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 60 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef BoxSigmaImageFilter itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 46 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef TInputImage::SizeType itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::SizeType

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 61 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
typedef BoxImageFilter< TInputImage, TOutputImage > itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::Superclass

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

Definition at line 47 of file itkBoxSigmaImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage = TInputImage>
itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::BoxSigmaImageFilter ( ) [protected]

End concept checking

template<class TInputImage , class TOutputImage = TInputImage>
itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::~BoxSigmaImageFilter ( ) [inline, protected]

Definition at line 85 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::BoxSigmaImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage = TInputImage>
virtual::itk::LightObject::Pointer itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::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::BoxImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage = TInputImage>
virtual const char* itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Runtime information support.

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage = TInputImage>
static Pointer itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Standard New method.

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage = TInputImage>
void itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage = TInputImage>
void itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType  threadId 
) [protected, virtual]

Multi-thread version GenerateData.

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputImage , class TOutputImage = TInputImage>
itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) >  )

Begin concept checking This class requires SameDimension in the form of ( Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > )


Member Data Documentation

template<class TInputImage , class TOutputImage = TInputImage>
const unsigned int itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static]

Image related typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 72 of file itkBoxSigmaImageFilter.h.

template<class TInputImage , class TOutputImage = TInputImage>
const unsigned int itk::BoxSigmaImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static]

Image related typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 70 of file itkBoxSigmaImageFilter.h.


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