![]() |
ATLAS Offline Software
|
#include <FPGATrackSimGNNRoadMakerTool.h>
Public Member Functions | |
| JunctionAwareVisitor (int ¤t, std::vector< int > &in_control_vars, std::vector< std::vector< int > > &in_comps, std::unordered_map< Vertex, std::vector< Vertex > > &in_pred_map, ColorMap in_cmap) | |
| template<typename VertexT, typename GraphT> | |
| void | discover_vertex (VertexT v, const GraphT &g) |
| template<typename EdgeT, typename GraphT> | |
| void | examine_edge (EdgeT e, const GraphT &g) |
| template<typename VertexT, typename GraphT> | |
| void | process_edges (VertexT src, VertexT tar, const GraphT &g) |
Private Attributes | |
| int & | m_current_comp |
| std::vector< int > & | m_control_vars |
| std::vector< std::vector< int > > & | m_components |
| std::unordered_map< Vertex, std::vector< Vertex > > & | m_pred_map |
| int | m_initial_comp |
| ColorMap | m_color_map |
| int | m_n_iter = 1 |
Definition at line 116 of file FPGATrackSimGNNRoadMakerTool.h.
| JunctionAwareVisitor::JunctionAwareVisitor | ( | int & | current, |
| std::vector< int > & | in_control_vars, | ||
| std::vector< std::vector< int > > & | in_comps, | ||
| std::unordered_map< Vertex, std::vector< Vertex > > & | in_pred_map, | ||
| ColorMap | in_cmap ) |
Definition at line 291 of file FPGATrackSimGNNRoadMakerTool.cxx.
| void JunctionAwareVisitor::discover_vertex | ( | VertexT | v, |
| const GraphT & | g ) |
Definition at line 297 of file FPGATrackSimGNNRoadMakerTool.cxx.
| void JunctionAwareVisitor::examine_edge | ( | EdgeT | e, |
| const GraphT & | g ) |
Definition at line 306 of file FPGATrackSimGNNRoadMakerTool.cxx.
| void JunctionAwareVisitor::process_edges | ( | VertexT | src, |
| VertexT | tar, | ||
| const GraphT & | g ) |
Definition at line 325 of file FPGATrackSimGNNRoadMakerTool.cxx.
|
private |
Definition at line 137 of file FPGATrackSimGNNRoadMakerTool.h.
|
private |
Definition at line 134 of file FPGATrackSimGNNRoadMakerTool.h.
|
private |
Definition at line 133 of file FPGATrackSimGNNRoadMakerTool.h.
|
private |
Definition at line 132 of file FPGATrackSimGNNRoadMakerTool.h.
|
private |
Definition at line 136 of file FPGATrackSimGNNRoadMakerTool.h.
|
private |
Definition at line 138 of file FPGATrackSimGNNRoadMakerTool.h.
Definition at line 135 of file FPGATrackSimGNNRoadMakerTool.h.