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

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

Computes pixel-wise the imaginary part of a complex image. More...

#include <itkComplexToImaginaryImageFilter.h>

Inheritance diagram for itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ComplexToImaginaryImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Function::ComplexToImaginary<
typename TInputImage::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 ComplexToImaginaryImageFilter ()
virtual ~ComplexToImaginaryImageFilter ()

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >

Computes pixel-wise the imaginary part of a complex image.

Definition at line 45 of file itkComplexToImaginaryImageFilter.h.


Member Typedef Documentation

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

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 59 of file itkComplexToImaginaryImageFilter.h.

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

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 58 of file itkComplexToImaginaryImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef ComplexToImaginaryImageFilter itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 54 of file itkComplexToImaginaryImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Function::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 57 of file itkComplexToImaginaryImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::ComplexToImaginaryImageFilter  )  [inline, protected]
 

Definition at line 65 of file itkComplexToImaginaryImageFilter.h.

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

Definition at line 66 of file itkComplexToImaginaryImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.


The documentation for this class was generated from the following file:
Generated at Thu May 25 00:37:38 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000