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

int Impala::Core::Trec::ThreadSet::GetShotRKF ( int  shot  )  [inline]

Definition at line 240 of file ThreadSet.h.

References Impala::Core::VideoSet::Keyframes::GetShotRKF(), and mKeyframes.

Referenced by Impala::Visualization::GUI::ConceptPreviewBar::GetImageKeyframeID().

00241     {
00242         if (!mKeyframes)
00243             return -1;
00244         return mKeyframes->GetShotRKF(shot);
00245         //return mKeyframes->GetFirstKeyframeShot(shot);
00246     }

Here is the call graph for this function:


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