18 #ifndef itkGreyColormapFunction_h
19 #define itkGreyColormapFunction_h
44 template<
typename TScalar,
typename TRGBPixel >
75 #ifndef ITK_MANUAL_INSTANTIATION
76 #include "itkGreyColormapFunction.hxx"
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
void operator=(const Self &)
SmartPointer< const Self > ConstPointer
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.
NumericTraits< ScalarType >::RealType RealType
Superclass::ScalarType ScalarType
Superclass::RealType RealType
ColormapFunction< TScalar, TRGBPixel > Superclass
Superclass::RGBPixelType RGBPixelType
virtual RGBPixelType operator()(const TScalar &) const override