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

virtual void Impala::Core::Trec::ThreadTime::SetOrigin ( int  shot  )  [inline, virtual]

Reimplemented from Impala::Core::Trec::Thread.

Definition at line 26 of file ThreadTime.h.

References Impala::Core::VideoSet::Segmentation::GetFirstShotVideo(), Impala::Core::VideoSet::Segmentation::GetNrShots(), Impala::Core::VideoSet::Segmentation::GetNrShotsVideo(), Impala::Core::VideoSet::Segmentation::GetVideoId(), mFirst, mNrShots, mSegmentation, and mVid.

00027     {
00028         mVid = -1;
00029         if ((shot < 0) || (shot >= mSegmentation->GetNrShots()))
00030             return;
00031         mVid = mSegmentation->GetVideoId(shot);
00032         mFirst = mSegmentation->GetFirstShotVideo(mVid);
00033         mNrShots = mSegmentation->GetNrShotsVideo(mVid);
00034     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:33 2011 for ImpalaSrc by  doxygen 1.5.1