示例#1
0
 inline std::string to_string(){ std::stringstream s; s <<"BBox "<<pos.toString()<<" "<<width <<"x"<<height; return s.str();}