#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 383 of file BcpsObject.h.
| BcpsVariable::BcpsVariable | ( | ) | [inline] |
Default constructor.
Definition at line 386 of file BcpsObject.h.
| BcpsVariable::BcpsVariable | ( | double | lbh, |
| double | ubh, | ||
| double | lbs, | ||
| double | ubs | ||
| ) | [inline] |
Useful constructor.
Definition at line 389 of file BcpsObject.h.
| virtual BcpsVariable::~BcpsVariable | ( | ) | [inline, virtual] |
Destructor.
Definition at line 395 of file BcpsObject.h.
| BcpsVariable::BcpsVariable | ( | const BcpsVariable & | rhs | ) | [inline] |
Copy constructor.
Definition at line 398 of file BcpsObject.h.
| virtual BcpsObject_t BcpsVariable::getObjType | ( | ) | const [inline, virtual] |
Definition at line 403 of file BcpsObject.h.
1.7.6.1