ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkComplexToImaginaryImageAdaptor.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef ComplexToImaginaryImageAdaptor | Self |
typedef ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor < 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 |
ComplexToImaginaryImageAdaptor () | |
virtual | ~ComplexToImaginaryImageAdaptor () |
ComplexToImaginaryImageAdaptor (const Self &) | |
void | operator= (const Self &) |
Presents a complex image as being composed of imag() 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 itkComplexToImaginaryImageAdaptor.h.
typedef SmartPointer< const Self > itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 88 of file itkComplexToImaginaryImageAdaptor.h.
typedef SmartPointer< Self > itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::Pointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 87 of file itkComplexToImaginaryImageAdaptor.h.
typedef ComplexToImaginaryImageAdaptor itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::Self |
Standard class typedefs.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 82 of file itkComplexToImaginaryImageAdaptor.h.
typedef ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::Superclass |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 85 of file itkComplexToImaginaryImageAdaptor.h.
itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::ComplexToImaginaryImageAdaptor | ( | ) | [inline, protected] |
Run-time type information (and related methods).
Definition at line 96 of file itkComplexToImaginaryImageAdaptor.h.
virtual itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::~ComplexToImaginaryImageAdaptor | ( | ) | [inline, protected, virtual] |
Run-time type information (and related methods).
Definition at line 97 of file itkComplexToImaginaryImageAdaptor.h.
itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::ComplexToImaginaryImageAdaptor | ( | const Self & | ) | [private] |
Run-time type information (and related methods).
virtual::itk::LightObject::Pointer itk::ComplexToImaginaryImageAdaptor< 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::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
virtual const char* itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
static Pointer itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.
void itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >::operator= | ( | const Self & | ) | [private] |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >.