hpp-manipulation
6.0.0
Classes for manipulation planning.
|
a core::ConstraintSet remembering which edge created it More...
#include <hpp/manipulation/constraint-set.hh>
Public Types | |
typedef core::ConstraintSet | Parent_t |
Public Member Functions | |
virtual ConstraintPtr_t | copy () const |
return shared pointer to copy More... | |
void | edge (graph::EdgePtr_t edge) |
graph::EdgePtr_t | edge () const |
Static Public Member Functions | |
static ConstraintSetPtr_t | create (const DevicePtr_t &robot, const std::string &name) |
Return shared pointer to new object. More... | |
static ConstraintSetPtr_t | createCopy (const ConstraintSetPtr_t &cs) |
Return shared pointer to new object. More... | |
Protected Member Functions | |
ConstraintSet (const DevicePtr_t &robot, const std::string &name) | |
Constructor. More... | |
ConstraintSet (const ConstraintSet &other) | |
Copy constructor. More... | |
void | init (const ConstraintSetPtr_t &self) |
Store weak pointer to itself. More... | |
virtual std::ostream & | print (std::ostream &os) const |
a core::ConstraintSet remembering which edge created it
typedef core::ConstraintSet hpp::manipulation::ConstraintSet::Parent_t |
|
protected |
Constructor.
|
protected |
Copy constructor.
|
virtual |
return shared pointer to copy
|
static |
Return shared pointer to new object.
|
static |
Return shared pointer to new object.
graph::EdgePtr_t hpp::manipulation::ConstraintSet::edge | ( | ) | const |
void hpp::manipulation::ConstraintSet::edge | ( | graph::EdgePtr_t | edge | ) |
|
protected |
Store weak pointer to itself.
|
protectedvirtual |