|
| GenericLinIneqConstr (iKinChain *chain_, Searchable &options) |
|
void | update (void *) override |
| Updates internal state.
|
|
| iKinLinIneqConstr () |
| Default Constructor.
|
|
| iKinLinIneqConstr (const double _lowerBoundInf, const double _upperBoundInf) |
| Constructor.
|
|
| iKinLinIneqConstr (const iKinLinIneqConstr &obj) |
| Creates a new LinIneqConstr object from an already existing LinIneqConstr object.
|
|
virtual iKinLinIneqConstr & | operator= (const iKinLinIneqConstr &obj) |
| Copies a LinIneqConstr object into the current one.
|
|
yarp::sig::Matrix & | getC () |
| Returns a reference to the constraints matrix C.
|
|
yarp::sig::Vector & | getuB () |
| Returns a reference to the upper bounds vector uB.
|
|
yarp::sig::Vector & | getlB () |
| Returns a reference to the lower bounds vector lB.
|
|
double & | getLowerBoundInf () |
| Returns a reference to the internal representation of -inf.
|
|
double & | getUpperBoundInf () |
| Returns a reference to the internal representation of +inf.
|
|
bool | isActive () |
| Returns the state of inequality constraints evaluation.
|
|
void | setActive (bool _active) |
| Sets the state of inequality constraints evaluation.
|
|
Definition at line 165 of file main.cpp.
◆ GenericLinIneqConstr()
GenericLinIneqConstr::GenericLinIneqConstr |
( |
iKinChain * |
chain_, |
|
|
Searchable & |
options |
|
) |
| |
|
inline |
◆ clone()
|
inlineoverrideprotectedvirtual |
◆ update()
void GenericLinIneqConstr::update |
( |
void * |
| ) |
|
|
inlineoverridevirtual |
◆ C_orig
Matrix GenericLinIneqConstr::C_orig |
|
protected |
◆ chain
iKinChain* GenericLinIneqConstr::chain {nullptr} |
|
protected |
◆ configured
bool GenericLinIneqConstr::configured {false} |
|
protected |
◆ lB_orig
Vector GenericLinIneqConstr::lB_orig |
|
protected |
◆ uB_orig
Vector GenericLinIneqConstr::uB_orig |
|
protected |
The documentation for this class was generated from the following file:
- icub-main/src/modules/iKinCartesianSolver/main.cpp