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

OGLIMAGE* OglGui::ViewerPointCloud::LoadViewImage ( OGLVIEW *  oglView  )  [inline]

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:


Generated on Thu Jan 13 09:27:16 2011 for ImpalaSrc by  doxygen 1.5.1