#include <MEDMEM_Unit.hxx>
Public Member Functions | |
| UNIT () | |
| UNIT (string Name, string Description) | |
| ~UNIT () | |
| UNIT & | operator= (const UNIT &unit) |
| void | setName (string Name) |
| void | setDescription (string Description) |
| void | setMasse (int Masse) |
| void | setLength (int Length) |
| void | setTime (int Time) |
| void | setTemperature (int Temperature) |
| void | setMatterQuantity (int MatterQuantity) |
| void | setCurrentStrength (int CurrentStrength) |
| void | setLightIntensity (int LightIntensity) |
| string | getName () const |
| string | getDescription () const |
| int | getMasse () const |
| int | getLength () const |
| int | getTime () const |
| int | getTemperature () const |
| int | getMatterQuantity () const |
| int | getCurrentStrength () const |
| int | getLightIntensity () const |
Protected Attributes | |
| string | _name |
| string | _description |
| int | _masse |
| int | _length |
| int | _time |
| int | _temperature |
| int | _matterQuantity |
| int | _currentStrength |
| int | _lightIntensity |
| UNIT::UNIT | ( | ) |
References MESSAGE_MED.
| UNIT::UNIT | ( | string | Name, |
| string | Description | ||
| ) |
References MESSAGE_MED.
| UNIT::~UNIT | ( | ) |
References MESSAGE_MED.
| void MEDMEM.UNIT::setName | ( | string | Name | ) |
References MEDMEM.UNIT._name.
| void MEDMEM.UNIT::setDescription | ( | string | Description | ) |
References MEDMEM.UNIT._description.
| void MEDMEM.UNIT::setMasse | ( | int | Masse | ) |
References MEDMEM.UNIT._masse.
| void MEDMEM.UNIT::setLength | ( | int | Length | ) |
References MEDMEM.UNIT._length.
| void MEDMEM.UNIT::setTime | ( | int | Time | ) |
References MEDMEM.UNIT._time.
| void MEDMEM.UNIT::setTemperature | ( | int | Temperature | ) |
References MEDMEM.UNIT._temperature.
| void MEDMEM.UNIT::setMatterQuantity | ( | int | MatterQuantity | ) |
References MEDMEM.UNIT._matterQuantity.
| void MEDMEM.UNIT::setCurrentStrength | ( | int | CurrentStrength | ) |
References MEDMEM.UNIT._currentStrength.
| void MEDMEM.UNIT::setLightIntensity | ( | int | LightIntensity | ) |
References MEDMEM.UNIT._lightIntensity.
| string MEDMEM.UNIT::getName | ( | ) | const |
References MEDMEM.UNIT._name.
| string MEDMEM.UNIT::getDescription | ( | ) | const |
References MEDMEM.UNIT._description.
| int MEDMEM.UNIT::getMasse | ( | ) | const |
References MEDMEM.UNIT._masse.
| int MEDMEM.UNIT::getLength | ( | ) | const |
References MEDMEM.UNIT._length.
| int MEDMEM.UNIT::getTime | ( | ) | const |
References MEDMEM.UNIT._time.
| int MEDMEM.UNIT::getTemperature | ( | ) | const |
References MEDMEM.UNIT._temperature.
| int MEDMEM.UNIT::getMatterQuantity | ( | ) | const |
References MEDMEM.UNIT._matterQuantity.
| int MEDMEM.UNIT::getCurrentStrength | ( | ) | const |
References MEDMEM.UNIT._currentStrength.
| int MEDMEM.UNIT::getLightIntensity | ( | ) | const |
References MEDMEM.UNIT._lightIntensity.
string MEDMEM.UNIT._name [protected] |
string MEDMEM.UNIT._description [protected] |
int MEDMEM.UNIT._masse [protected] |
int MEDMEM.UNIT._length [protected] |
int MEDMEM.UNIT._time [protected] |
int MEDMEM.UNIT._temperature [protected] |
int MEDMEM.UNIT._matterQuantity [protected] |
int MEDMEM.UNIT._currentStrength [protected] |
int MEDMEM.UNIT._lightIntensity [protected] |