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