18 #ifndef itkJetColormapFunction_h
19 #define itkJetColormapFunction_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 "itkJetColormapFunction.hxx"
Light weight base class for most itk classes.
~JetColormapFunction() 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.
Superclass::ScalarType ScalarType
ColormapFunction< TScalar, TRGBPixel > Superclass
Superclass::RealType RealType
SmartPointer< Self > Pointer
Superclass::RGBPixelType RGBPixelType