18 #ifndef itkCoolColormapFunction_h
19 #define itkCoolColormapFunction_h
43 template<
typename TScalar,
typename TRGBPixel >
74 #ifndef ITK_MANUAL_INSTANTIATION
75 #include "itkCoolColormapFunction.hxx"
SmartPointer< Self > Pointer
Light weight base class for most itk classes.
Superclass::ScalarType ScalarType
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
Function object which maps a scalar value into an RGB colormap value.
Superclass::RealType RealType
NumericTraits< ScalarType >::RealType RealType
Function object which maps a scalar value into an RGB colormap value.
virtual RGBPixelType operator()(const TScalar &) const override
Superclass::RGBPixelType RGBPixelType
CoolColormapFunction Self
ColormapFunction< TScalar, TRGBPixel > Superclass