Abstract class from which all other functions should inherit. More...
#include "colorInterpolationManager.h"
List of all members.
Abstract class from which all other functions should inherit.
Defines the virtual interpolate() function.
Definition at line 30 of file colorInterpolationManager.h.
constructor
Definition at line 30 of file colorInterpolationManager.cxx.
[virtual]
destructor
Definition at line 40 of file colorInterpolationManager.cxx.
[inline, static]
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from TypedReferenceCount.
Reimplemented in ColorInterpolationFunctionSinusoid, ColorInterpolationFunctionStepwave, ColorInterpolationFunctionLinear, and ColorInterpolationFunctionConstant.
Definition at line 45 of file colorInterpolationManager.h.