#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 355 of file BcpsObject.h.
BcpsConstraint::BcpsConstraint | ( | ) | [inline] |
Default constructor.
Definition at line 359 of file BcpsObject.h.
BcpsConstraint::BcpsConstraint | ( | double | lbh, |
double | ubh, | ||
double | lbs, | ||
double | ubs | ||
) | [inline] |
Useful constructor.
Definition at line 362 of file BcpsObject.h.
virtual BcpsConstraint::~BcpsConstraint | ( | ) | [inline, virtual] |
Desctructor constructor.
Definition at line 368 of file BcpsObject.h.
BcpsConstraint::BcpsConstraint | ( | const BcpsConstraint & | rhs | ) | [inline] |
Copy constructor.
Definition at line 371 of file BcpsObject.h.
virtual BcpsObject_t BcpsConstraint::getObjType | ( | ) | const [inline, virtual] |
Definition at line 376 of file BcpsObject.h.