a core::ConstraintSet remembering which edge created it
More...
#include <hpp/manipulation/constraint-set.hh>
|
| virtual ConstraintPtr_t | copy () const |
| | return shared pointer to copy More...
|
| |
| void | edge (graph::EdgePtr_t edge) |
| |
| graph::EdgePtr_t | edge () const |
| |
| void | addConstraint (const ConstraintPtr_t &constraint) |
| |
| ConfigProjectorPtr_t | configProjector () const |
| |
| Constraints_t::iterator | begin () |
| |
| Constraints_t::iterator | end () |
| |
| virtual bool | isSatisfied (ConfigurationIn_t config) |
| |
| virtual bool | isSatisfied (ConfigurationIn_t config, vector_t &error) |
| |
| size_type | numberNonLockedDof () const |
| |
| void | compressVector (vectorIn_t normal, vectorOut_t small) const |
| |
| void | uncompressVector (vectorIn_t small, vectorOut_t normal) const |
| |
| void | compressMatrix (matrixIn_t normal, matrixOut_t small, bool rows=true) const |
| |
| void | uncompressMatrix (matrixIn_t small, matrixOut_t normal, bool rows=true) const |
| |
| size_type | numberNonLockedDof () const |
| |
| void | compressVector (vectorIn_t normal, vectorOut_t small) const |
| |
| void | uncompressVector (vectorIn_t small, vectorOut_t normal) const |
| |
| void | compressMatrix (matrixIn_t normal, matrixOut_t small, bool rows=true) const |
| |
| void | uncompressMatrix (matrixIn_t small, matrixOut_t normal, bool rows=true) const |
| |
| bool | apply (ConfigurationOut_t configuration) |
| |
| const std::string & | name () const |
| |
| virtual | ~Constraint () |
| |
a core::ConstraintSet remembering which edge created it
◆ Parent_t
◆ ConstraintSet() [1/2]
| hpp::manipulation::ConstraintSet::ConstraintSet |
( |
const DevicePtr_t & |
robot, |
|
|
const std::string & |
name |
|
) |
| |
|
protected |
◆ ConstraintSet() [2/2]
| hpp::manipulation::ConstraintSet::ConstraintSet |
( |
const ConstraintSet & |
other | ) |
|
|
protected |
◆ copy()
◆ create()
Return shared pointer to new object.
◆ createCopy()
Return shared pointer to new object.
◆ edge() [1/2]
◆ edge() [2/2]
◆ init()
Store weak pointer to itself.
◆ print()
| virtual std::ostream& hpp::manipulation::ConstraintSet::print |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: