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

static void OglGui::View::MyOnSelection3D ( OGLVIEW3D *  view,
GLBOOL  selected 
) [inline, static, private]

Definition at line 529 of file View.h.

References OnSelection().

Referenced by Init().

00530     {
00531         View* v = (View *) view3DSys.GetSysData(view, 1);
00532         v->OnSelection((selected != 0) ? true : false);
00533     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:09:45 2010 for ImpalaSrc by  doxygen 1.5.1