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

void Impala::Application::IDash::ScreenReconstruction::CheckLoad (  )  [inline, private]

Definition at line 106 of file ScreenReconstruction.h.

References Impala::Application::IDash::ScreenBase::Engine(), Impala::Application::Repository::GetVideoSet(), mCrimeScene, mLoaded, mPlayer, and Impala::Visualization::VideoPlayer::OpenVideo().

Referenced by Play().

00107     {
00108         if (!mLoaded)
00109             mPlayer->OpenVideo(Engine()->ThreadSet()->GetSegmentation()->GetVideoSet()->GetVideo(mCrimeScene), -1, 1, 0);
00110         mLoaded = true;
00111     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:39 2010 for ImpalaSrc by  doxygen 1.5.1