18 #ifndef itkVectorToRGBPixelAccessor_h
19 #define itkVectorToRGBPixelAccessor_h
42 template<
typename T >
Give access to a Vector pixel type as if it were a RGBPixel type.
RGBPixel< T > ExternalType
A templated class holding a n-Dimensional vector.
VectorToRGBPixelAccessor Self
Represent Red, Green and Blue components for color images.
Vector< T, 3 > InternalType
ValueType * GetDataPointer()
ExternalType Get(const InternalType &input) const
void Set(InternalType &output, const ExternalType &input) const