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

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

#include <itkRGBToVectorImageAdaptor.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef RGBToVectorImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::RGBToVectorPixelAccessor
< typename
TImage::PixelType::ComponentType > > 
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
 RGBToVectorImageAdaptor ()
virtual ~RGBToVectorImageAdaptor ()
 RGBToVectorImageAdaptor (const Self &)
void operator= (const Self &)

Detailed Description

template<class TImage>
class itk::RGBToVectorImageAdaptor< TImage >

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

Wiki Examples:

Definition at line 39 of file itkRGBToVectorImageAdaptor.h.


Member Typedef Documentation

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

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

Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.

Definition at line 60 of file itkRGBToVectorImageAdaptor.h.

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

Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.

Definition at line 66 of file itkRGBToVectorImageAdaptor.h.

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

Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.

Definition at line 65 of file itkRGBToVectorImageAdaptor.h.

template<class TImage >
typedef SmartPointer< Self > itk::RGBToVectorImageAdaptor< TImage >::Pointer
template<class TImage >
typedef RGBToVectorImageAdaptor itk::RGBToVectorImageAdaptor< TImage >::Self
template<class TImage >
typedef ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< typename TImage::PixelType::ComponentType > > itk::RGBToVectorImageAdaptor< TImage >::Superclass

Constructor & Destructor Documentation

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

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

Definition at line 68 of file itkRGBToVectorImageAdaptor.h.

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

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

Definition at line 69 of file itkRGBToVectorImageAdaptor.h.

template<class TImage >
itk::RGBToVectorImageAdaptor< TImage >::RGBToVectorImageAdaptor ( 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::RGBToVectorImageAdaptor< 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::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.

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

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.

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

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.

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

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

Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.


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