Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void BoostedGraph::ConnectNode ( string  from,
string  to 
) [inline, private]

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:


Generated on Thu Jan 13 09:13:04 2011 for ImpalaSrc by  doxygen 1.5.1