Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:31:54 2010 for ImpalaSrc by  doxygen 1.5.1