Apollo 10.0
自动驾驶开放平台
|
#include <sub_topo_graph.h>
Public 成员函数 | |
SubTopoGraph (const std::unordered_map< const TopoNode *, std::vector< NodeSRange > > &black_map) | |
~SubTopoGraph () | |
void | GetSubInEdgesIntoSubGraph (const TopoEdge *edge, std::unordered_set< const TopoEdge * > *const sub_edges) const |
void | GetSubOutEdgesIntoSubGraph (const TopoEdge *edge, std::unordered_set< const TopoEdge * > *const sub_edges) const |
const TopoNode * | GetSubNodeWithS (const TopoNode *topo_node, double s) const |
在文件 sub_topo_graph.h 第 29 行定义.
apollo::routing::SubTopoGraph::SubTopoGraph | ( | const std::unordered_map< const TopoNode *, std::vector< NodeSRange > > & | black_map | ) |
在文件 sub_topo_graph.cc 第 94 行定义.
apollo::routing::SubTopoGraph::~SubTopoGraph | ( | ) |
在文件 sub_topo_graph.cc 第 113 行定义.
void apollo::routing::SubTopoGraph::GetSubInEdgesIntoSubGraph | ( | const TopoEdge * | edge, |
std::unordered_set< const TopoEdge * > *const | sub_edges | ||
) | const |
在文件 sub_topo_graph.cc 第 115 行定义.
const TopoNode * apollo::routing::SubTopoGraph::GetSubNodeWithS | ( | const TopoNode * | topo_node, |
double | s | ||
) | const |
在文件 sub_topo_graph.cc 第 155 行定义.
void apollo::routing::SubTopoGraph::GetSubOutEdgesIntoSubGraph | ( | const TopoEdge * | edge, |
std::unordered_set< const TopoEdge * > *const | sub_edges | ||
) | const |
在文件 sub_topo_graph.cc 第 135 行定义.