#include <sot/core/solver-hierarchical-inequalities.hh>
Public Member Functions | |
| ConstraintRef (const unsigned int id_=0, const ConstraintMem::BoundSideType side_=ConstraintMem::BOUND_VOID) | |
Public Attributes | |
| unsigned int | id |
| ConstraintMem::BoundSideType | side |
Friends | |
| SOT_CORE_EXPORT friend std::ostream & | operator<< (std::ostream &os, const ConstraintRef &cr) |
| dynamicgraph::sot::ConstraintRef::ConstraintRef | ( | const unsigned int | id_ = 0, |
| const ConstraintMem::BoundSideType | side_ = ConstraintMem::BOUND_VOID |
||
| ) | [inline] |
| SOT_CORE_EXPORT friend std::ostream& operator<< | ( | std::ostream & | os, |
| const ConstraintRef & | cr | ||
| ) | [friend] |
| unsigned int dynamicgraph::sot::ConstraintRef::id |