Definition at line 110 of file BoostedGraph.h. References OglGui::Graph::ConnectNode(), graph, and nodes. Referenced by addNodes(). 00110 { 00111 add_edge(nodes[from].first, nodes[to].first, graph); 00112 OglGui::Graph::ConnectNode(nodes[from].second, nodes[to].second); 00113 }
Here is the call graph for this function:
|