Searched defs:PathArgs (Results 1 – 1 of 1) sorted by relevance
1578 struct PathArgs { struct1579 std::string cmds;1580 double para1 = 0.0;1581 double para2 = 0.0;1582 double para3 = 0.0;1583 double para4 = 0.0;1584 double para5 = 0.0;1585 double para6 = 0.0;1609 const std::vector<std::pair<PathCmd, PathArgs>>& GetCaches() const; argument