18 #ifndef itkRGBToVectorImageAdaptor_h
19 #define itkRGBToVectorImageAdaptor_h
38 template<
typename TImage >
41 Accessor::RGBToVectorPixelAccessor<
42 typename TImage::PixelType::ComponentType
52 typename TImage::PixelType::ComponentType > >;
~RGBToVectorImageAdaptor() override=default
Give access to a RGBPixel as if it were a Vector type.
typename TImage::PixelContainer PixelContainer
typename Superclass::PixelContainer PixelContainer
typename Superclass::PixelContainerConstPointer PixelContainerConstPointer
typename Superclass::PixelContainerPointer PixelContainerPointer
RGBToVectorImageAdaptor()=default
Presents an image of pixel type RGBPixel as being and image of Vectors.
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.