37 #ifndef MOVEIT_CORE_UTILS_LEXICAL_CASTS_ 38 #define MOVEIT_CORE_UTILS_LEXICAL_CASTS_ 63 double toDouble(
const std::string& s);
68 float toFloat(
const std::string& s);
double toDouble(const std::string &s)
Converts a std::string to double using the classic C locale.
float toFloat(const std::string &s)
Converts a std::string to float using the classic C locale.
std::string toString(double d)
Convert a double to std::string using the classic C locale.
Main namespace for MoveIt!