18 #ifndef itkRedColormapFunction_h
19 #define itkRedColormapFunction_h
44 template<
typename TScalar,
typename TRGBPixel >
70 void operator=(const
Self &) ITK_DELETE_FUNCTION;
75 #ifndef ITK_MANUAL_INSTANTIATION
76 #include "itkRedColormapFunction.hxx"
SmartPointer< Self > Pointer
virtual RGBPixelType operator()(const TScalar &) const override
Light weight base class for most itk classes.
Function object which maps a scalar value into an RGB colormap value.
Superclass::ScalarType ScalarType
Function object which maps a scalar value into an RGB colormap value.
NumericTraits< ScalarType >::RealType RealType
Superclass::RealType RealType
Superclass::RGBPixelType RGBPixelType
ColormapFunction< TScalar, TRGBPixel > Superclass
SmartPointer< const Self > ConstPointer