27 #include <boost/foreach.hpp> 28 #include <boost/shared_ptr.hpp> 29 #include <boost/lexical_cast.hpp> 30 #include <boost/algorithm/string.hpp> 31 #include <boost/property_tree/ptree.hpp>
static void convertMatrixToString(boost::shared_ptr< Eigen::MatrixXd > &mat, std::string &str)
static void convertStringToVector(std::string &str, std::vector< double > &vec)
static void convertVectorToString(std::vector< double > &vec, std::string &str)
static void convertStringToMatrix(unsigned int size, std::string &str, boost::shared_ptr< Eigen::MatrixXd > &mat)