4 #include "API/Search/AStar/State.hpp"
5 #include "Planner-pkg.h"
23 std::vector<State*> getSuccessors();
25 p3d_node* getGraphNode() {
return _GraphNode; }
27 bool equal(State* other);
31 void setClosed(std::vector<State*>& closedStates,std::vector<State*>& openStates);
32 bool isColsed(std::vector<State*>& closedStates);
34 void setOpen(std::vector<State*>& openStates);
35 bool isOpen(std::vector<State*>& openStates);
45 #endif // GRAPHSTATE_HPP
Graph state interface for the AStar class.
Definition: GraphState.hpp:17
++
Definition: State.hpp:20