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

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

#include <itkComplexToImaginaryImageFilter.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage::PixelType InputPixelType
typedef NumericTraits
< InputPixelType >::ValueType 
InputPixelValueType
typedef TOutputImage::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef
ComplexToImaginaryImageFilter 
Self
typedef
UnaryFunctorImageFilter
< TInputImage, TOutputImage,
Functor::ComplexToImaginary
< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::Convertible< InputPixelValueType, OutputPixelType >) InputConvertibleToOutputCheck

Static Public Member Functions

static Pointer New ()
 ComplexToImaginaryImageFilter ()
virtual ~ComplexToImaginaryImageFilter ()
 ComplexToImaginaryImageFilter (const Self &)
void operator= (const Self &)

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 58 of file itkComplexToImaginaryImageFilter.h.


Member Typedef Documentation

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

Definition at line 81 of file itkComplexToImaginaryImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef NumericTraits< InputPixelType >::ValueType itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::InputPixelValueType

Definition at line 85 of file itkComplexToImaginaryImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage::PixelType itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 84 of file itkComplexToImaginaryImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef ComplexToImaginaryImageFilter itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

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

End concept checking

Definition at line 95 of file itkComplexToImaginaryImageFilter.h.

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

End concept checking

Definition at line 96 of file itkComplexToImaginaryImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::ComplexToImaginaryImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::ComplexToImaginaryImageFilter< TInputImage, 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::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
virtual const char* itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
void itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<class TInputImage , class TOutputImage >
itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >::typedef ( Concept::Convertible< InputPixelValueType, OutputPixelType )

Begin concept checking This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputPixelValueType, OutputPixelType > )


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