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