37 #ifndef OMPL_BASE_COST_
38 #define OMPL_BASE_COST_
51 explicit Cost(
double v = 0.0) : v_(v)
67 std::ostream &
operator<<(std::ostream &stream, Cost c);
std::ostream & operator<<(std::ostream &stream, Cost c)
Output operator for Cost.
Cost(double v=0.0)
Construct cost with a specified value.
double value() const
The value of the cost.
Main namespace. Contains everything in this library.