MeVisLab Toolbox Reference
ml::WEMAttributes Class 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.
 

Detailed Description

This class comprises some attributes that are common for a WEM and a WEMPatch.

Definition at line 24 of file WEMAttributes.h.

Member Function Documentation

◆ loadFrom()

void ml::WEMAttributes::loadFrom ( FileMapWrapper & mapper,
short version )

Loads attributes from given memory map.

◆ reset()

void ml::WEMAttributes::reset ( )

Sets default values to all members.

◆ saveTo()

void ml::WEMAttributes::saveTo ( OutStreamWrapper & ostreamWrapper)

Saves attributes to given output stream.

Member Data Documentation

◆ description

std::string ml::WEMAttributes::description

Description string.

Definition at line 33 of file WEMAttributes.h.

◆ label

std::string ml::WEMAttributes::label

Label string.

Definition at line 31 of file WEMAttributes.h.


The documentation for this class was generated from the following file: