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

Multiply all input pixels by a constant. More...

#include <itkMultiplyByConstantImageFilter.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef
MultiplyByConstantImageFilter 
Self
typedef MultiplyImageFilter
< 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

 MultiplyByConstantImageFilter ()
virtual ~MultiplyByConstantImageFilter ()

Detailed Description

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

Multiply all input pixels by a constant.

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:
MultiplyImageFilter

Definition at line 41 of file itkMultiplyByConstantImageFilter.h.


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Definition at line 59 of file itkMultiplyByConstantImageFilter.h.

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

Definition at line 60 of file itkMultiplyByConstantImageFilter.h.


Member Function Documentation

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

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

Run-time type information (and related methods).

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

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

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