|
virtual core::DistancePtr_t | clone () const |
|
void | constraintGraph (const graph::GraphPtr_t &graph) |
| Set the graph of constraints. More...
|
|
graph::GraphPtr_t | constraintGraph () const |
| Get the graph of constraints. More...
|
|
value_type | getWeight (size_type rank) const |
|
void | setWeight (size_type rank, value_type weight) |
|
const vector_t & | weights () const |
|
void | weights (const vector_t &ws) |
|
size_type | size () const |
|
const DevicePtr_t & | robot () const |
|
value_type | getWeight (size_type rank) const |
|
void | setWeight (size_type rank, value_type weight) |
|
const vector_t & | weights () const |
|
void | weights (const vector_t &ws) |
|
size_type | size () const |
|
const DevicePtr_t & | robot () const |
|
value_type | operator() (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
|
value_type | operator() (NodePtr_t n1, NodePtr_t n2) const |
|
value_type | compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
|
value_type | compute (NodePtr_t n1, NodePtr_t n2) const |
|
virtual | ~Distance () |
|
value_type | operator() (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
|
value_type | operator() (NodePtr_t n1, NodePtr_t n2) const |
|
value_type | compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
|
value_type | compute (NodePtr_t n1, NodePtr_t n2) const |
|
virtual | ~Distance () |
|
Class for distance between configurations.