18#ifndef itkCustomColormapFunction_h
19#define itkCustomColormapFunction_h
48template <
typename TScalar,
typename TRGBPixel>
119#ifndef ITK_MANUAL_INSTANTIATION
120# include "itkCustomColormapFunction.hxx"
typename NumericTraits< ScalarType >::RealType RealType
SmartPointer< const Self > ConstPointer
ChannelType GetRedChannel() const
ChannelType m_GreenChannel
CustomColormapFunction()=default
void SetGreenChannel(ChannelType green)
ChannelType m_BlueChannel
ChannelType GetGreenChannel() const
std::vector< RealType > ChannelType
void SetBlueChannel(ChannelType blue)
ChannelType GetBlueChannel() const
CustomColormapFunction Self
RGBPixelType operator()(const TScalar &) const override
ColormapFunction< TScalar, TRGBPixel > Superclass
~CustomColormapFunction() override=default
SmartPointer< Self > Pointer
void SetRedChannel(ChannelType red)
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....