|
OpenWalnut 1.3.1
|
Color entries are linearly interpolated colors along isovalues. More...
Inheritance diagram for WTransferFunction::ColorEntry:Public Member Functions | |
| ColorEntry (double iso, WColor color) | |
| default constructor | |
| bool | operator== (const ColorEntry &rhs) const |
| comparison operator to check for changes | |
Public Attributes | |
| WColor | color |
| holds the current color at isovalue Entry::iso | |
Color entries are linearly interpolated colors along isovalues.
Definition at line 260 of file WTransferFunction.h.
| WTransferFunction::ColorEntry::ColorEntry | ( | double | iso, |
| WColor | color | ||
| ) | [inline] |
default constructor
| iso | the isovalue |
| color | the color at the isovalue |
Definition at line 266 of file WTransferFunction.h.
| bool WTransferFunction::ColorEntry::operator== | ( | const ColorEntry & | rhs | ) | const [inline] |
comparison operator to check for changes
| rhs | ColorEntry to compare to |
Definition at line 275 of file WTransferFunction.h.
References color, and WTransferFunction::Entry::iso.
holds the current color at isovalue Entry::iso
Definition at line 281 of file WTransferFunction.h.
Referenced by operator==().
1.7.4