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

Node* OglGui::Graph::GetNode ( int  idx  )  [inline]

Definition at line 108 of file Graph.h.

References mNodes.

00109     {
00110         if (idx<0 || idx>mNodes.size()-1)
00111             return 0;
00112         return mNodes[idx].nodeVector[0];
00113     }


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