#include <BcpsObject.h>


Public Member Functions | |
| BcpsVariable () | |
| Default constructor. | |
| BcpsVariable (double lbh, double ubh, double lbs, double ubs) | |
| Useful constructor. | |
| virtual | ~BcpsVariable () |
| Destructor. | |
| BcpsVariable (const BcpsVariable &rhs) | |
| Copy constructor. | |
| virtual BcpsObject_t | getObjType () const |
Definition at line 381 of file BcpsObject.h.
| BcpsVariable::BcpsVariable | ( | ) | [inline] |
Default constructor.
Definition at line 384 of file BcpsObject.h.
| BcpsVariable::BcpsVariable | ( | double | lbh, | |
| double | ubh, | |||
| double | lbs, | |||
| double | ubs | |||
| ) | [inline] |
Useful constructor.
Definition at line 387 of file BcpsObject.h.
| virtual BcpsVariable::~BcpsVariable | ( | ) | [inline, virtual] |
Destructor.
Definition at line 393 of file BcpsObject.h.
| BcpsVariable::BcpsVariable | ( | const BcpsVariable & | rhs | ) | [inline] |
Copy constructor.
Definition at line 396 of file BcpsObject.h.
| virtual BcpsObject_t BcpsVariable::getObjType | ( | ) | const [inline, virtual] |
Definition at line 401 of file BcpsObject.h.
1.6.1