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