Searched defs:PathArgs (Results 1 – 1 of 1) sorted by relevance
1471 struct PathArgs { struct1472 std::string cmds;1473 double para1 = 0.0;1474 double para2 = 0.0;1475 double para3 = 0.0;1476 double para4 = 0.0;1477 double para5 = 0.0;1478 double para6 = 0.0;1502 const std::vector<std::pair<PathCmd, PathArgs>>& GetCaches() const; argument