18 #ifndef itkOverUnderColormapFunction_h
19 #define itkOverUnderColormapFunction_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 "itkOverUnderColormapFunction.hxx"
Superclass::ScalarType ScalarType
Light weight base class for most itk classes.
Superclass::RealType RealType
Superclass::RGBPixelType RGBPixelType
OverUnderColormapFunction Self
~OverUnderColormapFunction() override
Function object which maps a scalar value into an RGB colormap value.
SmartPointer< const Self > ConstPointer
Function object which maps a scalar value into an RGB colormap value.
SmartPointer< Self > Pointer
ColormapFunction< TScalar, TRGBPixel > Superclass