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

void Impala::Application::Videolympics::Vidolvi::Go (  )  [inline]

Definition at line 64 of file mainVidolvi.cpp.

References ILOG_ERROR, ILOG_INFO, mReady, and OglEventLoop().

Referenced by main().

00065     {
00066         if (!mReady) {
00067             ILOG_ERROR("Application not ready.");
00068             return;
00069         }
00070 
00071         //Debug();
00072 
00073         ILOG_INFO("Starting main loop...");
00074         OglEventLoop();
00075     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:58 2010 for ImpalaSrc by  doxygen 1.5.1