Interface for models of arbitrary domains, e.g. electrical components.
More...
#include <modelling_interface.h>
Interface for models of arbitrary domains, e.g. electrical components.
- Author
- Martin Foerg
- Date
- 2009-05-04 initial commit (Martin Foerg)
-
2009-07-28 splitted interfaces (Thorsten Schindler)
virtual std::string MBSim::ModellingInterface::getName |
( |
| ) |
const |
|
pure virtual |
Get the name of the model.
- Returns
- The name
Process all models of the same type as the calling model.
- Parameters
-
modellList | On input, modellList contains all models. On output, modellList contains all models that are not processed, i.e. all models of different type. |
objectList | On output, objectList contains all models that are objects. |
linkList | On output, linkList contains all models that are links. |
virtual void MBSim::ModellingInterface::setName |
( |
std::string |
name | ) |
|
|
pure virtual |
Set the name of the model.
- Parameters
-
The documentation for this class was generated from the following file: