#include <MLAPI_BaseObject.h>
Inheritance diagram for MLAPI::BaseObject:

Public Member Functions | |
| BaseObject () | |
| Constructor with empty label. | |
| BaseObject (const string &Label) | |
| Constructor with given Label. | |
| virtual | ~BaseObject () |
| Destructor. | |
| void | SetLabel (const string &Label) |
Sets the Label of this object to Label. | |
| const string & | GetLabel () const |
| Returns the Label of this object. | |
| virtual std::ostream & | Print (std::ostream &os, const bool Verbose=true) const =0 |
| Prints information on stream. | |
BaseObject is the basic class for all MLAPI objects. Currently, it contains the label of the object and method Print().
1.4.7