18 #ifndef itkGreenColormapFunction_h
19 #define itkGreenColormapFunction_h
43 template<
typename TScalar,
typename TRGBPixel >
74 #ifndef ITK_MANUAL_INSTANTIATION
75 #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
SmartPointer< Self > Pointer
ColormapFunction< TScalar, TRGBPixel > Superclass
Function object which maps a scalar value into an RGB colormap value.
void operator=(const Self &)
NumericTraits< ScalarType >::RealType RealType
SmartPointer< const Self > ConstPointer
Superclass::ScalarType ScalarType
virtual RGBPixelType operator()(const TScalar &) const override
GreenColormapFunction Self