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

int Impala::Core::Trec::ThreadRank::Shot2Key ( int  shot  )  [inline, private]

Definition at line 129 of file ThreadRank.h.

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

Referenced by GetShotAt(), and GetShotPosition().

00130     {
00131         return (mKeyEqualShot) ? shot : mKeyframes->GetShotRKF(shot);
00132     }

Here is the call graph for this function:


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