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
hpp::manipulation::ConstraintSet::ConstraintSet |
( |
const DevicePtr_t & |
robot, |
|
|
const std::string & |
name |
|
) |
| |
|
protected |
hpp::manipulation::ConstraintSet::ConstraintSet |
( |
const ConstraintSet & |
other | ) |
|
|
protected |
Return shared pointer to new object.
Return shared pointer to new object.
Store weak pointer to itself.
virtual std::ostream& hpp::manipulation::ConstraintSet::print |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |