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

Add a constant to all input pixels. More...

#include <itkAddConstantToImageFilter.h>

Inheritance diagram for itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >:
Collaboration diagram for itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef AddConstantToImageFilter Self
typedef AddImageFilter
< TInputImage, Image
< TConstant,
TInputImage::ImageDimension >
, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 AddConstantToImageFilter ()
virtual ~AddConstantToImageFilter ()

Detailed Description

template<class TInputImage, class TConstant, class TOutputImage>
class itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >

Add a constant to all input pixels.

This filter is templated over the input image type and the output image type.

Author:
Tom Vercauteren, INRIA & Mauna Kea Technologies

Based on filters from the Insight Journal paper: http://hdl.handle.net/1926/510

See also:
AddImageFilter

Definition at line 40 of file itkAddConstantToImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TConstant , class TOutputImage >
typedef SmartPointer<const Self> itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::ConstPointer
template<class TInputImage , class TConstant , class TOutputImage >
typedef SmartPointer<Self> itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Pointer
template<class TInputImage , class TConstant , class TOutputImage >
typedef AddConstantToImageFilter itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Self
template<class TInputImage , class TConstant , class TOutputImage >
typedef AddImageFilter<TInputImage, Image<TConstant, TInputImage::ImageDimension>, TOutputImage> itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TConstant , class TOutputImage >
itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::AddConstantToImageFilter ( ) [inline, protected]

Definition at line 57 of file itkAddConstantToImageFilter.h.

template<class TInputImage , class TConstant , class TOutputImage >
virtual itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::~AddConstantToImageFilter ( ) [inline, protected, virtual]

Definition at line 58 of file itkAddConstantToImageFilter.h.


Member Function Documentation

template<class TInputImage , class TConstant , class TOutputImage >
virtual::itk::LightObject::Pointer itk::AddConstantToImageFilter< TInputImage, TConstant, 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::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.

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

Run-time type information (and related methods).

Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.

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

method for creation through object factory

Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.


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