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