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

bool Impala::Visualization::RotorBrowser::RotorBrowser::ShotHasBeenDumpedByTrecvidAtTheLastMinute ( int  shotid  )  [inline]

Definition at line 1467 of file RotorBrowser.h.

References Impala::Core::Trec::ThreadSet::GetSegmentation(), and mThreadSet.

Referenced by BookmarkActiveCenter(), and BookmarkSpecific().

01468     {
01469     switch (mThreadSet->GetSegmentation()->GetVideoId(shotid))
01470         {
01471             case 22:  // shot23_*
01472             case 158: // shot159_*
01473             case 187: // shot188_*
01474             case 198: // shot199_*
01475             case 407: // shot488_*
01476             case 514: // shot595_*
01477             case 543: // shot624_*
01478                 return true;
01479         default:
01480             return false;
01481         }
01482     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:54:27 2010 for ImpalaSrc by  doxygen 1.5.1