18 #ifndef itkVectorToRGBImageAdaptor_h
19 #define itkVectorToRGBImageAdaptor_h
34 template<
typename TImage >
37 Accessor::VectorToRGBPixelAccessor<
38 typename TImage::PixelType::ValueType
48 typename TImage::PixelType::ValueType > >;
Presents an image of pixel type Vector as being and image of RGBPixel type.
typename Superclass::PixelContainer PixelContainer
typename Superclass::PixelContainerConstPointer PixelContainerConstPointer
typename Superclass::PixelContainerPointer PixelContainerPointer
typename TImage::PixelContainer PixelContainer
~VectorToRGBImageAdaptor() override=default
Give access to a Vector pixel type as if it were a RGBPixel type.
VectorToRGBImageAdaptor()=default
typename TImage::PixelContainerPointer PixelContainerPointer
Give access to partial aspects of voxels from an Image.
Base class for most ITK classes.
typename TImage::PixelContainerConstPointer PixelContainerConstPointer
Base class for all data objects in ITK.