#include <BcpsObject.h>


Public Member Functions | |
| BcpsConstraint () | |
| Default constructor. | |
| BcpsConstraint (double lbh, double ubh, double lbs, double ubs) | |
| Useful constructor. | |
| virtual | ~BcpsConstraint () |
| Desctructor constructor. | |
| BcpsConstraint (const BcpsConstraint &rhs) | |
| Copy constructor. | |
| virtual BcpsObject_t | getObjType () const |
Definition at line 353 of file BcpsObject.h.
| BcpsConstraint::BcpsConstraint | ( | ) | [inline] |
Default constructor.
Definition at line 357 of file BcpsObject.h.
| BcpsConstraint::BcpsConstraint | ( | double | lbh, | |
| double | ubh, | |||
| double | lbs, | |||
| double | ubs | |||
| ) | [inline] |
Useful constructor.
Definition at line 360 of file BcpsObject.h.
| virtual BcpsConstraint::~BcpsConstraint | ( | ) | [inline, virtual] |
Desctructor constructor.
Definition at line 366 of file BcpsObject.h.
| BcpsConstraint::BcpsConstraint | ( | const BcpsConstraint & | rhs | ) | [inline] |
Copy constructor.
Definition at line 369 of file BcpsObject.h.
| virtual BcpsObject_t BcpsConstraint::getObjType | ( | ) | const [inline, virtual] |
Definition at line 374 of file BcpsObject.h.
1.6.1