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

static OGLVIEW* OglGui::ViewerPointCloud::FindViewOnOfTagged ( HOGLWND  oglWnd,
int  x,
int  y,
int  onTags,
int  offTags 
) [inline, static]

Definition at line 148 of file ViewerPointCloud.h.

References FindViewNodeOnOfTagged().

Referenced by HandleMouseOver().

00150     {
00151         LIST    *obj = FindViewNodeOnOfTagged(oglWnd, x, y, onTags, offTags);
00152         return obj ? (OGLVIEW*) obj->info : NULL;
00153     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:10:00 2010 for ImpalaSrc by  doxygen 1.5.1