ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType > Class Template Reference

Presents a complex image as being composed of vcl_abs() part of its pixels. More...

#include <itkComplexToModulusImageAdaptor.h>

Inheritance diagram for itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >:
Collaboration diagram for itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef
ComplexToModulusImageAdaptor 
Self
typedef ImageAdaptor< TImage,
Accessor::ComplexToModulusPixelAccessor
< typename TImage::PixelType,
TOutputPixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const

Static Public Member Functions

static Pointer New ()
virtual const char * GetNameOfClass () const
 ComplexToModulusImageAdaptor ()
virtual ~ComplexToModulusImageAdaptor ()
 ComplexToModulusImageAdaptor (const Self &)
void operator= (const Self &)

Detailed Description

template<class TImage, class TOutputPixelType>
class itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >

Presents a complex image as being composed of vcl_abs() part of its pixels.

Additional casting is performed according to the input and output image types following C++ default casting rules.

Definition at line 74 of file itkComplexToModulusImageAdaptor.h.


Member Typedef Documentation

template<class TImage , class TOutputPixelType >
typedef SmartPointer< const Self > itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::ConstPointer
template<class TImage , class TOutputPixelType >
typedef SmartPointer< Self > itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::Pointer
template<class TImage , class TOutputPixelType >
typedef ComplexToModulusImageAdaptor itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::Self
template<class TImage , class TOutputPixelType >
typedef ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::Superclass

Constructor & Destructor Documentation

template<class TImage , class TOutputPixelType >
itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::ComplexToModulusImageAdaptor ( ) [inline, protected]

Run-time type information (and related methods).

Definition at line 96 of file itkComplexToModulusImageAdaptor.h.

template<class TImage , class TOutputPixelType >
virtual itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::~ComplexToModulusImageAdaptor ( ) [inline, protected, virtual]

Run-time type information (and related methods).

Definition at line 97 of file itkComplexToModulusImageAdaptor.h.

template<class TImage , class TOutputPixelType >
itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::ComplexToModulusImageAdaptor ( const Self ) [private]

Run-time type information (and related methods).


Member Function Documentation

template<class TImage , class TOutputPixelType >
virtual::itk::LightObject::Pointer itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::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::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >.

template<class TImage , class TOutputPixelType >
virtual const char* itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass ( ) const [virtual]
template<class TImage , class TOutputPixelType >
static Pointer itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::New ( ) [static]
template<class TImage , class TOutputPixelType >
void itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >::operator= ( const Self ) [private]

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