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