![]() |
VR-Forces 5.0.3 Developer's Guide
|
Record of a single control point used to generate.
terrain coloring by elevation
Public Member Functions | |
| DtGradientControlPoint (double location, double red, double green, double blue, double alpha) | |
| DtGradientControlPoint () | |
| bool | operator== (const DtGradientControlPoint &c2) const |
| bool | operator!= (const DtGradientControlPoint &c2) const |
| double | location () const |
| double | red () const |
| double | green () const |
| double | blue () const |
| double | alpha () const |
| void | getColor (float &r, float &g, float &b, float &a) const |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| double | myLocation |
| double | myRed |
| double | myGreen |
| double | myBlue |
| double | myAlpha |
Friends | |
| class | boost::serialization::access |
|
inline |
|
inline |
|
inline |
References myAlpha, myBlue, myGreen, myLocation, and myRed.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
When the class Archive corresponds to an output archive, the & operator is defined similar to <<. Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.
|
friend |
|
protected |
Referenced by operator==().
|
protected |
Referenced by operator==().
|
protected |
Referenced by operator==().
|
protected |
Referenced by operator==().
|
protected |
Referenced by operator==().