|
OpenWalnut 1.3.1
|
Prototype for a storage element. More...
Inheritance diagram for WTransferFunction::Entry: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::AlphaEntry::operator==(), and WTransferFunction::ColorEntry::operator==().
1.7.4