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

int OglGui::Graph::FindNodeIdx ( Node node  )  [inline]

Definition at line 98 of file Graph.h.

References mNodes.

Referenced by ConnectNode(), and RemoveNode().

00099     {
00100         for (int i=0; i<mNodes.size(); i++)
00101         {
00102             if (mNodes[i].nodeVector[0] == node)
00103                 return i;
00104         }
00105         return -1;
00106     }


Generated on Fri Mar 19 12:01:35 2010 for ImpalaSrc by  doxygen 1.5.1