OpenWalnut
1.4.0
|
Prototype for a storage element. More...
Public Member Functions | |
Entry (double iso) | |
Default constructor. | |
bool | operator<= (const Entry &rhs) const |
comparison by isovalue | |
Public Attributes | |
double | iso |
the isovalue |
Prototype for a storage element.
Definition at line 233 of file WTransferFunction.h.
WTransferFunction::Entry::Entry | ( | double | iso | ) | [inline, explicit] |
Default constructor.
iso | the iso value |
Definition at line 239 of file WTransferFunction.h.
bool WTransferFunction::Entry::operator<= | ( | const Entry & | rhs | ) | const [inline] |
comparison by isovalue
rhs | entry to compare t |
Definition at line 248 of file WTransferFunction.h.
References iso.
the isovalue
Definition at line 254 of file WTransferFunction.h.
Referenced by operator<=(), WTransferFunction::ColorEntry::operator==(), and WTransferFunction::AlphaEntry::operator==().