Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:27:17 2011 for ImpalaSrc by  doxygen 1.5.1