OpenWalnut
1.4.0
|
Color entries are linearly interpolated colors along isovalues. More...
Public Member Functions | |
ColorEntry (double iso, WColor color) | |
default constructor | |
bool | operator== (const ColorEntry &rhs) const |
comparison operator to check for changes | |
![]() | |
Entry (double iso) | |
Default constructor. | |
bool | operator<= (const Entry &rhs) const |
comparison by isovalue |
Public Attributes | |
WColor | color |
holds the current color at isovalue Entry::iso | |
![]() | |
double | iso |
the isovalue |
Color entries are linearly interpolated colors along isovalues.
Definition at line 260 of file WTransferFunction.h.
|
inline |
default constructor
iso | the isovalue |
color | the color at the isovalue |
Definition at line 266 of file WTransferFunction.h.
|
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.
WColor WTransferFunction::ColorEntry::color |
holds the current color at isovalue Entry::iso
Definition at line 281 of file WTransferFunction.h.
Referenced by operator==().