#include <MobileRob.h>

Public Member Functions | |
| MobileRobPar () | |
| Default constructor. | |
| MobileRobPar (const MobileRobPar &r) | |
| Copy constructor. | |
| MobileRobPar & | operator= (const MobileRobPar &r) |
| Assigment operator =. | |
| int | id () |
| Gets the id. | |
| Decimal | radius () |
| Gets the radius. | |
| string | name () |
| Gets the name. | |
| string | print () |
| Print parameters. | |
Protected Member Functions | |
| void | setId (int i) |
| Sets the id. | |
| void | setRadius (Decimal r) |
| Sets the radius. | |
| void | setName (string n) |
| Sets the name. | |
| MipResources::MobileRobPar::MobileRobPar | ( | ) | [inline] |
Default constructor.
| MipResources::MobileRobPar::MobileRobPar | ( | const MobileRobPar & | r | ) | [inline] |
Copy constructor.
| void MipResources::MobileRobPar::setId | ( | int | i | ) | [inline, protected] |
Sets the id.
| void MipResources::MobileRobPar::setRadius | ( | Decimal | r | ) | [inline, protected] |
Sets the radius.
| void MipResources::MobileRobPar::setName | ( | string | n | ) | [inline, protected] |
Sets the name.
| MobileRobPar& MipResources::MobileRobPar::operator= | ( | const MobileRobPar & | r | ) | [inline] |
Assigment operator =.
| int MipResources::MobileRobPar::id | ( | void | ) | [inline] |
Gets the id.
| Decimal MipResources::MobileRobPar::radius | ( | ) | [inline] |
Gets the radius.
| string MipResources::MobileRobPar::name | ( | ) | [inline] |
Gets the name.
| string MipResources::MobileRobPar::print | ( | ) | [inline] |
Print parameters.
1.5.6