|
Apollo
6.0
Open source self driving car software
|
#include <a_star_strategy.h>


Public Member Functions | |
| AStarStrategy (bool enable_change) | |
| ~AStarStrategy ()=default | |
| virtual bool | Search (const TopoGraph *graph, const SubTopoGraph *sub_graph, const TopoNode *src_node, const TopoNode *dest_node, std::vector< NodeWithRange > *const result_nodes) |
Public Member Functions inherited from apollo::routing::Strategy | |
| virtual | ~Strategy () |
|
explicit |
|
default |
|
virtual |
Implements apollo::routing::Strategy.
1.8.13