18 #ifndef itkScalarToRGBPixelFunctor_h
19 #define itkScalarToRGBPixelFunctor_h
43 template<
typename TScalar >
59 m_UseMSBForHashing =
false;
64 m_UseMSBForHashing =
true;
69 m_UseMSBForHashing = value;
74 return m_UseMSBForHashing;
79 m_UseMSBForHashing =
true;
84 m_UseMSBForHashing =
false;
90 unsigned int m_ColorIndex[3];
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkScalarToRGBPixelFunctor.hxx"
void UseMSBForHashingOn()
void UseMSBForHashingOff()
void SetUseMSBForHashing(bool value)
Represent Red, Green and Blue components for color images.
bool GetUseMSBForHashing() const
unsigned char RGBComponentType
A Function object which maps a scalar value into an RGB pixel value.