18 #ifndef itkScalarToRGBPixelFunctor_h
19 #define itkScalarToRGBPixelFunctor_h
43 template<
typename TScalar >
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkScalarToRGBPixelFunctor.hxx"
~ScalarToRGBPixelFunctor()
unsigned char RGBComponentType
void UseMSBForHashingOn()
RGBPixelType operator()(const TScalar &) const
void UseMSBForHashingOff()
void SetUseMSBForHashing(bool value)
ScalarToRGBPixelFunctor()
Represent Red, Green and Blue components for color images.
unsigned int m_ColorIndex[3]
bool GetUseMSBForHashing() const
A Function object which maps a scalar value into an RGB pixel value.
RGBPixel< RGBComponentType > RGBPixelType