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

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

#include <itkDivideByConstantImageFilter.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef DivideByConstantImageFilter Self
typedef DivideImageFilter
< 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

 DivideByConstantImageFilter ()
virtual ~DivideByConstantImageFilter ()

Detailed Description

template<class TInputImage, class TConstant, class TOutputImage>
class itk::DivideByConstantImageFilter< 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:
DivideImageFilter

Definition at line 41 of file itkDivideByConstantImageFilter.h.


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Definition at line 58 of file itkDivideByConstantImageFilter.h.

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

Definition at line 59 of file itkDivideByConstantImageFilter.h.


Member Function Documentation

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

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

Run-time type information (and related methods).

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

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

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