PandA-2024.02
|
#include <graph.hpp>
Public Member Functions | |
RawGraph (GraphInfoRef g_info) | |
Constructor. More... | |
~RawGraph ()=default | |
Destructor. More... | |
boost::graph_traits< boost_raw_graph >::vertex_descriptor | AddVertex (const NodeInfoRef v_info) |
void | RemoveVertex (boost::graph_traits< boost_raw_graph >::vertex_descriptor v) |
boost::graph_traits< boost_raw_graph >::edge_descriptor | AddEdge (boost::graph_traits< boost_raw_graph >::vertex_descriptor src, boost::graph_traits< boost_raw_graph >::vertex_descriptor tgt, const EdgeInfoRef e_info) |
void | RemoveEdge (boost::graph_traits< boost_raw_graph >::edge_descriptor e) |
void | RemoveEdge (boost::graph_traits< boost_raw_graph >::vertex_descriptor src, boost::graph_traits< boost_raw_graph >::vertex_descriptor tgt) |
|
inlineexplicit |
Constructor.
g_info | is the property associated with the graph |
Definition at line 98 of file graph.hpp.
References ~RawGraph().
|
default |
|
inline |
Definition at line 131 of file graph.hpp.
References THROW_ASSERT.
Referenced by RecursivelyUnfold().
|
inline |
Definition at line 108 of file graph.hpp.
References index.
Referenced by graphs_collection::GetSelector(), and RecursivelyUnfold().
|
inline |
Definition at line 143 of file graph.hpp.
References lenet_tvm::target.
|
inline |
Definition at line 148 of file graph.hpp.
References lenet_tvm::target, and THROW_ASSERT.
|
inline |
Definition at line 117 of file graph.hpp.
References index, and test_panda::type.
Referenced by graphs_collection::InternalAddEdge().