Searched defs:PathArgs (Results 1 – 1 of 1) sorted by relevance
1565 struct PathArgs { struct1566 std::string cmds;1567 double para1 = 0.0;1568 double para2 = 0.0;1569 double para3 = 0.0;1570 double para4 = 0.0;1571 double para5 = 0.0;1572 double para6 = 0.0;1596 const std::vector<std::pair<PathCmd, PathArgs>>& GetCaches() const; argument