CSCI3081W Drone Delivery System
List of all members
routing::Dijkstra Class Reference
Inheritance diagram for routing::Dijkstra:
Inheritance graph
[legend]
Collaboration diagram for routing::Dijkstra:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from routing::AStar
 AStar (std::function< double(const GraphNode &, const GraphNode &)> h=[](const GraphNode &n1, const GraphNode &n2) { return n1.getPosition().dist(n2.getPosition());})
 
std::optional< std::vector< int > > getPath (const Graph &, int, int) const
 
- Protected Attributes inherited from routing::AStar
std::function< double(const GraphNode &, const GraphNode &)> heuristic
 

The documentation for this class was generated from the following file: