Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:21:32 2011 for ImpalaSrc by  doxygen 1.5.1