|
| adjacency_detector (std::unordered_map< std::string, std::string > &adjacency_map, std::map< SceneGraph::Vertex, boost::default_color_type > &color_map, const std::string &base_link_name, const std::vector< std::string > &terminate_on_links) |
|
template<class u , class g > |
void | discover_vertex (u vertex, const g &graph) |
|
template<class u , class g > |
void | examine_vertex (u vertex, const g &graph) |
|
Definition at line 130 of file graph.cpp.
◆ adjacency_detector()
tesseract_scene_graph::adjacency_detector::adjacency_detector |
( |
std::unordered_map< std::string, std::string > & |
adjacency_map, |
|
|
std::map< SceneGraph::Vertex, boost::default_color_type > & |
color_map, |
|
|
const std::string & |
base_link_name, |
|
|
const std::vector< std::string > & |
terminate_on_links |
|
) |
| |
|
inline |
◆ discover_vertex()
template<class u , class g >
void tesseract_scene_graph::adjacency_detector::discover_vertex |
( |
u |
vertex, |
|
|
const g & |
graph |
|
) |
| |
|
inline |
◆ examine_vertex()
template<class u , class g >
void tesseract_scene_graph::adjacency_detector::examine_vertex |
( |
u |
vertex, |
|
|
const g & |
graph |
|
) |
| |
|
inline |
◆ adjacency_map_
std::unordered_map<std::string, std::string>& tesseract_scene_graph::adjacency_detector::adjacency_map_ |
|
protected |
◆ base_link_name_
const std::string& tesseract_scene_graph::adjacency_detector::base_link_name_ |
|
protected |
◆ color_map_
std::map<SceneGraph::Vertex, boost::default_color_type>& tesseract_scene_graph::adjacency_detector::color_map_ |
|
protected |
◆ terminate_on_links_
const std::vector<std::string>& tesseract_scene_graph::adjacency_detector::terminate_on_links_ |
|
protected |
The documentation for this struct was generated from the following file: