Robotics Library
0.7.0
|
#include <Metric.h>
Public Member Functions | |
Value () | |
Value (const ::rl::math::Vector *first, void *second) | |
const ::rl::math::Real * | begin () const |
const ::rl::math::Real * | end () const |
::std::size_t | size () const |
Public Attributes | |
typedefconst ::rl::math::Real * | const_iterator |
const ::rl::math::Vector * | first |
void * | second |
rl::plan::Metric::Value::Value | ( | ) |
rl::plan::Metric::Value::Value | ( | const ::rl::math::Vector * | first, |
void * | second | ||
) |
const ::rl::math::Real * rl::plan::Metric::Value::begin | ( | ) | const |
const ::rl::math::Real * rl::plan::Metric::Value::end | ( | ) | const |
std::size_t rl::plan::Metric::Value::size | ( | ) | const |
typedefconst ::rl::math::Real* rl::plan::Metric::Value::const_iterator |
const ::rl::math::Vector* rl::plan::Metric::Value::first |
void* rl::plan::Metric::Value::second |