Defines a linear interpolation over the lifetime of the segment. More...
#include "colorInterpolationManager.h"
List of all members.
Defines a linear interpolation over the lifetime of the segment.
Definition at line 106 of file colorInterpolationManager.h.
default constructor
Definition at line 83 of file colorInterpolationManager.cxx.
constructor
Definition at line 94 of file colorInterpolationManager.cxx.
[inline]
Returns the secondary color of the function.
Definition at line 46 of file colorInterpolationManager.I.
[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 ColorInterpolationFunctionConstant.
Reimplemented in ColorInterpolationFunctionSinusoid, and ColorInterpolationFunctionStepwave.
Definition at line 127 of file colorInterpolationManager.h.
0
[protected, virtual]
Returns the linear mixture of A and B according to 't'.
Definition at line 107 of file colorInterpolationManager.cxx.
Sets the secondary color of the function.
Definition at line 57 of file colorInterpolationManager.I.