Definition at line 78 of file ViewerPointCloud.h. References OglGui::ViewerPoint::cMagicNr, and LoadViewImage(). 00079 { 00080 if (!oglView || !(oglView->SysData2 == (void*) ViewerPoint::cMagicNr)) 00081 return 0; 00082 ViewerPoint* vp = (ViewerPoint*) oglView->SysData1; 00083 return LoadViewImage(vp); 00084 }
Here is the call graph for this function:
|