5 #include "GTP/GTPTools/worldState.hpp"
7 #include "planNode.hpp"
21 bool checkIfPlanInTree(
OnePlan* OP);
23 PlanNode* getNodeFromId(
int idFirst,
int idSecond);
32 std::vector<PlanNode*> getAllNodes() {
return _tree;}
38 void saveInFile(std::string path);
42 std::vector<PlanNode*> _tree;
43 std::string myfilepath;
46 std::vector<double> getAllImpoInfo();
Definition: taskSolution.hpp:9
Definition: planNode.hpp:12
Definition: structTools.hpp:54
Definition: gtpPlan.hpp:14
Definition: onePlan.hpp:9
Definition: worldState.hpp:30