|
MeVisLab Toolbox Reference
|
#include <mlLUTData.h>
Public Member Functions | |
| LUTDataId () | |
| void | reset () |
| void | update (unsigned int id, double minOrig, double maxOrig) |
| bool | operator== (const LUTDataId &other) const |
| bool | operator!= (const LUTDataId &other) const |
Friends | |
| class | LUTDataBase |
Definition at line 30 of file mlLUTData.h.
|
inline |
Definition at line 33 of file mlLUTData.h.
References reset().
Referenced by operator!=(), and operator==().
| bool ml::LUTDataId::operator!= | ( | const LUTDataId & | other | ) | const |
References LUTDataId().
| bool ml::LUTDataId::operator== | ( | const LUTDataId & | other | ) | const |
References LUTDataId().
|
inline |
Definition at line 37 of file mlLUTData.h.
Referenced by LUTDataId().
| void ml::LUTDataId::update | ( | unsigned int | id, |
| double | minOrig, | ||
| double | maxOrig ) |
|
friend |