| 
    MeVisLab Toolbox Reference
    
   | 
 
This class comprises some attributes that are common for a WEM and a WEMPatch. More...
#include <WEMAttributes.h>
Public Member Functions | |
| void | reset () | 
| Sets default values to all members.   | |
| void | saveTo (OutStreamWrapper &ostreamWrapper) | 
| Saves attributes to given output stream.   | |
| void | loadFrom (FileMapWrapper &mapper, short version) | 
| Loads attributes from given memory map.   | |
Public Attributes | |
| std::string | label | 
| Label string.   | |
| std::string | description | 
| Description string.   | |
This class comprises some attributes that are common for a WEM and a WEMPatch.
Definition at line 24 of file WEMAttributes.h.
| void ml::WEMAttributes::loadFrom | ( | FileMapWrapper & | mapper, | 
| short | version ) | 
Loads attributes from given memory map.
| void ml::WEMAttributes::reset | ( | ) | 
Sets default values to all members.
| void ml::WEMAttributes::saveTo | ( | OutStreamWrapper & | ostreamWrapper | ) | 
Saves attributes to given output stream.
| std::string ml::WEMAttributes::description | 
Description string.
Definition at line 33 of file WEMAttributes.h.
| std::string ml::WEMAttributes::label | 
Label string.
Definition at line 31 of file WEMAttributes.h.