ITK
6.0.0
Insight Toolkit
|
#include <itkVectorToRGBPixelAccessor.h>
Give access to a Vector pixel type as if it were a RGBPixel type.
This class is intended to be used as parameter of an ImageAdaptor to make an Vector image appear as being an image of RGB pixel type.
Definition at line 43 of file itkVectorToRGBPixelAccessor.h.
Public Types | |
using | ExternalType = RGBPixel< T > |
using | InternalType = Vector< T, 3 > |
using | Self = VectorToRGBPixelAccessor |
Public Member Functions | |
ExternalType | Get (const InternalType &input) const |
void | Set (InternalType &output, const ExternalType &input) const |
using itk::Accessor::VectorToRGBPixelAccessor< T >::ExternalType = RGBPixel<T> |
External type alias. It defines the external aspect that this class will exhibit
Definition at line 51 of file itkVectorToRGBPixelAccessor.h.
using itk::Accessor::VectorToRGBPixelAccessor< T >::InternalType = Vector<T, 3> |
Internal type alias. It defines the internal real representation of data
Definition at line 55 of file itkVectorToRGBPixelAccessor.h.
using itk::Accessor::VectorToRGBPixelAccessor< T >::Self = VectorToRGBPixelAccessor |
Standard class type aliases.
Definition at line 47 of file itkVectorToRGBPixelAccessor.h.
|
inline |
Read access to the VectorToRGB component
Definition at line 68 of file itkVectorToRGBPixelAccessor.h.
References itk::FixedArray< TValue, VLength >::GetDataPointer().
|
inline |
Write access to the VectorToRGB component
Definition at line 59 of file itkVectorToRGBPixelAccessor.h.