18 #ifndef itkCustomColormapFunction_h
19 #define itkCustomColormapFunction_h
44 template<
typename TScalar,
typename TRGBPixel >
61 using RealType =
typename Superclass::RealType;
79 m_GreenChannel = green;
84 return m_GreenChannel;
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkCustomColormapFunction.hxx"
Light weight base class for most itk classes.
Function object which maps a scalar value into an RGB colormap value.
ChannelType m_BlueChannel
void SetGreenChannel(ChannelType green)
typename Superclass::RealType RealType
void SetRedChannel(ChannelType red)
Function object which maps a scalar value into an RGB colormap value.
std::vector< RealType > ChannelType
ChannelType GetGreenChannel() const
ChannelType GetBlueChannel() const
void SetBlueChannel(ChannelType blue)
ChannelType m_GreenChannel
ChannelType GetRedChannel() const