ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkRGBToVectorImageAdaptor.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
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 &) |
Presents an image of pixel type RGBPixel as being and image of Vectors.
Definition at line 39 of file itkRGBToVectorImageAdaptor.h.
typedef SmartPointer< const Self > itk::RGBToVectorImageAdaptor< TImage >::ConstPointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.
Definition at line 54 of file itkRGBToVectorImageAdaptor.h.
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.
typedef Superclass::PixelContainerConstPointer itk::RGBToVectorImageAdaptor< TImage >::PixelContainerConstPointer |
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.
typedef Superclass::PixelContainerPointer itk::RGBToVectorImageAdaptor< TImage >::PixelContainerPointer |
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.
typedef SmartPointer< Self > itk::RGBToVectorImageAdaptor< TImage >::Pointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.
Definition at line 53 of file itkRGBToVectorImageAdaptor.h.
typedef RGBToVectorImageAdaptor itk::RGBToVectorImageAdaptor< TImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.
Definition at line 47 of file itkRGBToVectorImageAdaptor.h.
typedef ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< typename TImage::PixelType::ComponentType > > itk::RGBToVectorImageAdaptor< TImage >::Superclass |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.
Definition at line 51 of file itkRGBToVectorImageAdaptor.h.
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.
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.
itk::RGBToVectorImageAdaptor< TImage >::RGBToVectorImageAdaptor | ( | const Self & | ) | [private] |
PixelContainer typedef support. Used to construct a container for the pixel data.
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 > >.
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 > >.
static Pointer itk::RGBToVectorImageAdaptor< TImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >.
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 > >.