Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::RescaleIntensityImageFilter< TInputImage, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Applies a linear transformation to the intensity levels of the input Image. More...

#include <itkRescaleIntensityImageFilter.h>

List of all members.

Public Types

typedef RescaleIntensityImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Functor::IntensityLinearTransform<
typename TInputImage::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TOutputImage::PixelType OutputPixelType
typedef TInputImage::PixelType InputPixelType
typedef NumericTraits< InputPixelType
>::RealType 
RealType

Public Member Functions

virtual void SetOutputMinimum (OutputPixelType _arg)
virtual void SetOutputMaximum (OutputPixelType _arg)
virtual OutputPixelType GetOutputMinimum () const
virtual OutputPixelType GetOutputMaximum () const
void BeforeThreadedGenerateData (void)
void PrintSelf (std::ostream &os, Indent indent) const
virtual RealType GetScale () const
virtual RealType GetShift () const
virtual InputPixelType GetInputMinimum () const
virtual InputPixelType GetInputMaximum () const
virtual void SetInputMaximum (InputPixelType _arg)
virtual void SetInputMinimum (InputPixelType _arg)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 RescaleIntensityImageFilter ()
virtual ~RescaleIntensityImageFilter ()


Detailed Description

template<typename TInputImage, typename TOutputImage = TInputImage>
class itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >

Applies a linear transformation to the intensity levels of the input Image.

RescaleIntensityImageFilter applies pixel-wise a linear transformation to the intensity values of input image pixels. The linear transformation is defined by the user in terms of the minimum and maximum values that the output image should have.

All computations are performed in the precison of the input pixel's RealType. Before assigning the computed value to the output pixel.

Definition at line 74 of file itkRescaleIntensityImageFilter.h.


Member Typedef Documentation

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef SmartPointer<const Self> itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Definition at line 89 of file itkRescaleIntensityImageFilter.h.

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef TInputImage::PixelType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType
 

Definition at line 92 of file itkRescaleIntensityImageFilter.h.

Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter().

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef TOutputImage::PixelType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType
 

Definition at line 91 of file itkRescaleIntensityImageFilter.h.

Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter().

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef SmartPointer<Self> itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::Pointer
 

Definition at line 88 of file itkRescaleIntensityImageFilter.h.

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef NumericTraits<InputPixelType>::RealType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::RealType
 

Definition at line 93 of file itkRescaleIntensityImageFilter.h.

Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter().

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef RescaleIntensityImageFilter itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs. Definition at line 83 of file itkRescaleIntensityImageFilter.h.

Referenced by itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter().

template<typename TInputImage, typename TOutputImage = TInputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::IntensityLinearTransform< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 87 of file itkRescaleIntensityImageFilter.h.


Constructor & Destructor Documentation

template<typename TInputImage, typename TOutputImage = TInputImage>
itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::RescaleIntensityImageFilter  )  [protected]
 

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::~RescaleIntensityImageFilter  )  [inline, protected, virtual]
 

Definition at line 129 of file itkRescaleIntensityImageFilter.h.

References itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType, itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType, itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::RealType, and itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::Self.


Member Function Documentation

template<typename TInputImage, typename TOutputImage = TInputImage>
void itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData void   ) 
 

Process to execute before entering the multithreaded section

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual InputPixelType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::GetInputMaximum  )  const [virtual]
 

Get the Minimum and Maximum values of the input image.

Warning:
These Values are only valid after the filter has been updated

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual InputPixelType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::GetInputMinimum  )  const [virtual]
 

Get the Minimum and Maximum values of the input image.

Warning:
These Values are only valid after the filter has been updated

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual OutputPixelType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::GetOutputMaximum  )  const [virtual]
 

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual OutputPixelType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::GetOutputMinimum  )  const [virtual]
 

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual RealType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::GetScale  )  const [virtual]
 

Get the Scale and Shift used for the linear transformation of gray level values.

Warning:
These Values are only valid after the filter has been updated

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual RealType itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::GetShift  )  const [virtual]
 

Get the Scale and Shift used for the linear transformation of gray level values.

Warning:
These Values are only valid after the filter has been updated

template<typename TInputImage, typename TOutputImage = TInputImage>
Pointer itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

template<typename TInputImage, typename TOutputImage = TInputImage>
void itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::PrintSelf std::ostream &  os,
Indent  indent
const
 

Print internal ivars

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual void itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::SetInputMaximum InputPixelType  _arg  )  [virtual]
 

Set the Minimum and Maximum values of the input image

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual void itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::SetInputMinimum InputPixelType  _arg  )  [virtual]
 

Set the Minimum and Maximum values of the input image

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual void itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::SetOutputMaximum OutputPixelType  _arg  )  [virtual]
 

template<typename TInputImage, typename TOutputImage = TInputImage>
virtual void itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >::SetOutputMinimum OutputPixelType  _arg  )  [virtual]
 


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:57:47 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000