iCub-main
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GenericLinIneqConstr Class Reference
+ Inheritance diagram for GenericLinIneqConstr:

Public Member Functions

 GenericLinIneqConstr (iKinChain *chain_, Searchable &options)
 
void update (void *) override
 Updates internal state. More...
 
- Public Member Functions inherited from iCub::iKin::iKinLinIneqConstr
 iKinLinIneqConstr ()
 Default Constructor. More...
 
 iKinLinIneqConstr (const double _lowerBoundInf, const double _upperBoundInf)
 Constructor. More...
 
 iKinLinIneqConstr (const iKinLinIneqConstr &obj)
 Creates a new LinIneqConstr object from an already existing LinIneqConstr object. More...
 
virtual iKinLinIneqConstroperator= (const iKinLinIneqConstr &obj)
 Copies a LinIneqConstr object into the current one. More...
 
yarp::sig::Matrix & getC ()
 Returns a reference to the constraints matrix C. More...
 
yarp::sig::Vector & getuB ()
 Returns a reference to the upper bounds vector uB. More...
 
yarp::sig::Vector & getlB ()
 Returns a reference to the lower bounds vector lB. More...
 
double & getLowerBoundInf ()
 Returns a reference to the internal representation of -inf. More...
 
double & getUpperBoundInf ()
 Returns a reference to the internal representation of +inf. More...
 
bool isActive ()
 Returns the state of inequality constraints evaluation. More...
 
void setActive (bool _active)
 Sets the state of inequality constraints evaluation. More...
 

Protected Member Functions

void clone (const iKinLinIneqConstr *obj) override
 

Protected Attributes

bool configured {false}
 
iKinChainchain {nullptr}
 
Matrix C_orig
 
Vector lB_orig
 
Vector uB_orig
 
- Protected Attributes inherited from iCub::iKin::iKinLinIneqConstr
yarp::sig::Matrix C
 
yarp::sig::Vector uB
 
yarp::sig::Vector lB
 
double lowerBoundInf
 
double upperBoundInf
 
bool active
 

Detailed Description

Definition at line 167 of file main.cpp.

Constructor & Destructor Documentation

◆ GenericLinIneqConstr()

GenericLinIneqConstr::GenericLinIneqConstr ( iKinChain chain_,
Searchable &  options 
)
inline

Definition at line 189 of file main.cpp.

Member Function Documentation

◆ clone()

void GenericLinIneqConstr::clone ( const iKinLinIneqConstr obj)
inlineoverrideprotectedvirtual

Reimplemented from iCub::iKin::iKinLinIneqConstr.

Definition at line 176 of file main.cpp.

◆ update()

void GenericLinIneqConstr::update ( void *  )
inlineoverridevirtual

Updates internal state.

Note
Useful when it is required to handle change in inherited objects.

Reimplemented from iCub::iKin::iKinLinIneqConstr.

Definition at line 227 of file main.cpp.

Member Data Documentation

◆ C_orig

Matrix GenericLinIneqConstr::C_orig
protected

Definition at line 171 of file main.cpp.

◆ chain

iKinChain* GenericLinIneqConstr::chain {nullptr}
protected

Definition at line 170 of file main.cpp.

◆ configured

bool GenericLinIneqConstr::configured {false}
protected

Definition at line 169 of file main.cpp.

◆ lB_orig

Vector GenericLinIneqConstr::lB_orig
protected

Definition at line 172 of file main.cpp.

◆ uB_orig

Vector GenericLinIneqConstr::uB_orig
protected

Definition at line 173 of file main.cpp.


The documentation for this class was generated from the following file: