Defines a constant color over the lifetime of the segment. More...
#include "colorInterpolationManager.h"
List of all members.
Defines a constant color over the lifetime of the segment.
Definition at line 65 of file colorInterpolationManager.h.
default constructor
Definition at line 50 of file colorInterpolationManager.cxx.
constructor
Definition at line 61 of file colorInterpolationManager.cxx.
[inline]
Returns the primary color of the function.
Definition at line 24 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 ColorInterpolationFunction.
Reimplemented in ColorInterpolationFunctionSinusoid, ColorInterpolationFunctionStepwave, and ColorInterpolationFunctionLinear.
Definition at line 86 of file colorInterpolationManager.h.
0
[protected, virtual]
Returns the color associated with this instance.
Implements ColorInterpolationFunction.
Definition at line 72 of file colorInterpolationManager.cxx.
Sets the primary color of the function.
Definition at line 35 of file colorInterpolationManager.I.