18 #ifndef itkCustomColormapFunction_h
19 #define itkCustomColormapFunction_h
44 template<
typename TScalar,
typename TRGBPixel >
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkCustomColormapFunction.hxx"
Light weight base class for most itk classes.
Function object which maps a scalar value into an RGB colormap value.
virtual RGBPixelType operator()(const TScalar &) const override
CustomColormapFunction Self
ChannelType m_BlueChannel
SmartPointer< Self > Pointer
void SetGreenChannel(ChannelType green)
void SetRedChannel(ChannelType red)
Function object which maps a scalar value into an RGB colormap value.
ChannelType GetGreenChannel() const
NumericTraits< ScalarType >::RealType RealType
ChannelType GetBlueChannel() const
Superclass::ScalarType ScalarType
ColormapFunction< TScalar, TRGBPixel > Superclass
~CustomColormapFunction()
Superclass::RealType RealType
Superclass::RGBPixelType RGBPixelType
void operator=(const Self &)
void SetBlueChannel(ChannelType blue)
ChannelType m_GreenChannel
SmartPointer< const Self > ConstPointer
std::vector< RealType > ChannelType
ChannelType GetRedChannel() const