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:
|