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

Presents an image of pixel type Vector as being and image of RGBPixel type. More...

#include <itkVectorToRGBImageAdaptor.h>

Inheritance diagram for itk::VectorToRGBImageAdaptor< TImage >:
Collaboration diagram for itk::VectorToRGBImageAdaptor< TImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef VectorToRGBImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::VectorToRGBPixelAccessor
< typename
TImage::PixelType::ValueType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()
typedef Superclass::PixelContainer PixelContainer
typedef
Superclass::PixelContainerPointer 
PixelContainerPointer
typedef
Superclass::PixelContainerConstPointer 
PixelContainerConstPointer
 VectorToRGBImageAdaptor ()
virtual ~VectorToRGBImageAdaptor ()
 VectorToRGBImageAdaptor (const Self &)
void operator= (const Self &)

Detailed Description

template<class TImage>
class itk::VectorToRGBImageAdaptor< TImage >

Presents an image of pixel type Vector as being and image of RGBPixel type.

Definition at line 35 of file itkVectorToRGBImageAdaptor.h.


Member Typedef Documentation

template<class TImage >
typedef SmartPointer< const Self > itk::VectorToRGBImageAdaptor< TImage >::ConstPointer
template<class TImage >
typedef Superclass::PixelContainer itk::VectorToRGBImageAdaptor< TImage >::PixelContainer

PixelContainer typedef support. Used to construct a container for the pixel data.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.

Definition at line 56 of file itkVectorToRGBImageAdaptor.h.

PixelContainer typedef support. Used to construct a container for the pixel data.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.

Definition at line 62 of file itkVectorToRGBImageAdaptor.h.

PixelContainer typedef support. Used to construct a container for the pixel data.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.

Definition at line 61 of file itkVectorToRGBImageAdaptor.h.

template<class TImage >
typedef SmartPointer< Self > itk::VectorToRGBImageAdaptor< TImage >::Pointer
template<class TImage >
typedef VectorToRGBImageAdaptor itk::VectorToRGBImageAdaptor< TImage >::Self
template<class TImage >
typedef ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< typename TImage::PixelType::ValueType > > itk::VectorToRGBImageAdaptor< TImage >::Superclass

Constructor & Destructor Documentation

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

PixelContainer typedef support. Used to construct a container for the pixel data.

Definition at line 64 of file itkVectorToRGBImageAdaptor.h.

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

PixelContainer typedef support. Used to construct a container for the pixel data.

Definition at line 65 of file itkVectorToRGBImageAdaptor.h.

template<class TImage >
itk::VectorToRGBImageAdaptor< TImage >::VectorToRGBImageAdaptor ( const Self ) [private]

PixelContainer typedef support. Used to construct a container for the pixel data.


Member Function Documentation

template<class TImage >
virtual::itk::LightObject::Pointer itk::VectorToRGBImageAdaptor< TImage >::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::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.

template<class TImage >
virtual const char* itk::VectorToRGBImageAdaptor< TImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.

template<class TImage >
static Pointer itk::VectorToRGBImageAdaptor< TImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.

template<class TImage >
void itk::VectorToRGBImageAdaptor< TImage >::operator= ( const Self ) [private]

PixelContainer typedef support. Used to construct a container for the pixel data.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >.


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