18 #ifndef itkHotColormapFunction_h
19 #define itkHotColormapFunction_h
44 template<
typename TScalar,
typename TRGBPixel >
60 typedef typename Superclass::RealType
RealType;
62 virtual RGBPixelType operator()(
const TScalar &) const ITK_OVERRIDE;
74 #ifndef ITK_MANUAL_INSTANTIATION
75 #include "itkHotColormapFunction.hxx"
~HotColormapFunction() override
Light weight base class for most itk classes.
ColormapFunction< TScalar, TRGBPixel > Superclass
SmartPointer< const Self > ConstPointer
Function object which maps a scalar value into an RGB colormap value.
Superclass::RealType RealType
Superclass::ScalarType ScalarType
Function object which maps a scalar value into an RGB colormap value.
SmartPointer< Self > Pointer
Superclass::RGBPixelType RGBPixelType