|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRGBToVectorImageAdaptor_h
19 #define itkRGBToVectorImageAdaptor_h
35 template <
typename TImage>
37 :
public ImageAdaptor<TImage, Accessor::RGBToVectorPixelAccessor<typename TImage::PixelType::ComponentType>>
typename TImage::PixelContainerConstPointer PixelContainerConstPointer
typename TImage::PixelContainer PixelContainer
~RGBToVectorImageAdaptor() override=default
Give access to partial aspects of voxels from an Image.
Presents an image of pixel type RGBPixel as being and image of Vectors.
RGBToVectorImageAdaptor()=default
typename TImage::PixelContainerPointer PixelContainerPointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename Superclass::PixelContainerConstPointer PixelContainerConstPointer
Base class for most ITK classes.
typename Superclass::PixelContainer PixelContainer
typename Superclass::PixelContainerPointer PixelContainerPointer
Base class for all data objects in ITK.