hpp-manipulation
4.9.0
Classes for manipulation planning.
|
#include <hpp/manipulation/steering-method/graph.hh>
Static Public Member Functions | |
static GraphPtr_t | create (const core::Problem &problem) |
template<typename T > | |
static GraphPtr_t | create (const core::Problem &problem) |
static GraphPtr_t | create (const Problem &problem) |
Create instance and return shared pointer. More... | |
static GraphPtr_t | createCopy (const GraphPtr_t &other) |
Create copy and return shared pointer. More... | |
Protected Member Functions | |
Graph (const Problem &problem) | |
Constructor. More... | |
Graph (const Graph &) | |
Copy constructor. More... | |
virtual PathPtr_t | impl_compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
void | init (GraphWkPtr_t weak) |
Protected Member Functions inherited from hpp::manipulation::SteeringMethod | |
SteeringMethod (const Problem &problem) | |
Constructor. More... | |
SteeringMethod (const SteeringMethod &other) | |
Copy constructor. More... | |
void | init (SteeringMethodWkPtr_t weak) |
Protected Member Functions inherited from hpp::core::SteeringMethod | |
SteeringMethod (const Problem &problem) | |
SteeringMethod (const SteeringMethod &other) | |
void | init (SteeringMethodWkPtr_t weak) |
SteeringMethod (const Problem &problem) | |
SteeringMethod (const SteeringMethod &other) | |
void | init (SteeringMethodWkPtr_t weak) |
Additional Inherited Members | |
Protected Attributes inherited from hpp::manipulation::SteeringMethod | |
const Problem & | problem_ |
A pointer to the manipulation problem. More... | |
core::SteeringMethodPtr_t | steeringMethod_ |
The encapsulated steering method. More... | |
Protected Attributes inherited from hpp::core::SteeringMethod | |
const Problem & | problem_ |
|
protected |
Constructor.
|
protected |
Copy constructor.
|
inlinevirtual |
Copy instance and return shared pointer.
Implements hpp::core::SteeringMethod.
|
static |
Create instance and return shared pointer
|
static |
|
static |
Create instance and return shared pointer.
|
static |
Create copy and return shared pointer.
|
protectedvirtual |
Implements hpp::core::SteeringMethod.
|
inlineprotected |