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