Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:26:11 2010 for ImpalaSrc by  doxygen 1.5.1