Robotics Library
0.7.0
|
#include <WorkspaceMetric.h>
Classes | |
struct | Value |
Public Types | |
typedef ::rl::math::Real | Distance |
typedef ::std::size_t | Size |
Public Member Functions | |
WorkspaceMetric (::rl::math::Real *distanceWeight, bool *alternativeDistanceComputation) | |
virtual | ~WorkspaceMetric () |
Distance | operator() (const Value &lhs, const Value &rhs) const |
Private Attributes | |
bool * | alternativeDistanceComputation |
::rl::math::Real * | distanceWeight |
typedef ::std::size_t rl::plan::WorkspaceMetric::Size |
rl::plan::WorkspaceMetric::WorkspaceMetric | ( | ::rl::math::Real * | distanceWeight, |
bool * | alternativeDistanceComputation | ||
) |
|
virtual |
WorkspaceMetric::Distance rl::plan::WorkspaceMetric::operator() | ( | const Value & | lhs, |
const Value & | rhs | ||
) | const |
|
private |
|
private |