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