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