18 #ifndef itkRGBToVectorImageAdaptor_h
19 #define itkRGBToVectorImageAdaptor_h
38 template<
typename TImage >
41 Accessor::RGBToVectorPixelAccessor<
42 typename TImage::PixelType::ComponentType
50 typename TImage::PixelType::ComponentType
RGBToVectorImageAdaptor()
RGBToVectorImageAdaptor Self
SmartPointer< const Self > ConstPointer
TImage::PixelContainer PixelContainer
Give access to a RGBPixel as if it were a Vector type.
Superclass::PixelContainerConstPointer PixelContainerConstPointer
TImage::PixelContainerConstPointer PixelContainerConstPointer
void operator=(const Self &)
Superclass::PixelContainerPointer PixelContainerPointer
SmartPointer< Self > Pointer
Superclass::PixelContainer PixelContainer
ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< typename TImage::PixelType::ComponentType > > Superclass
virtual ~RGBToVectorImageAdaptor()
Presents an image of pixel type RGBPixel as being and image of Vectors.
TImage::PixelContainerPointer PixelContainerPointer
Give access to partial aspects of voxels from an Image.
Base class for all data objects in ITK.