37 typedef std::vector<std::string>
strings;
42 return grad*(M_PI/180.0);
46 return degree*(M_PI/180.0);
55 const std::string &searchString,
56 const std::string &replaceString );
58 std::vector<std::string>
str_split(std::string str,
59 const std::string &sep);
62 const std::string &comp);
Computational Embodied Neuroscience Simulator library.
float degree2rad(float degree)
float rad2degree(float grad)
std::vector< std::string > strings
std::string str_replace(std::string str, const std::string &searchString, const std::string &replaceString)
std::vector< std::string > str_split(std::string str, const std::string &sep)
float scalarFromString(std::string str)
bool str_match(const std::string &str, const std::string &comp)