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

virtual int Impala::Visualization::GUI::ConceptPreviewBar::GetImageKeyframeID ( int  rank  )  [inline, private, virtual]

Reimplemented from Impala::Visualization::GUI::PreviewBar.

Definition at line 96 of file ConceptPreviewBar.h.

References Impala::Core::Trec::Thread::GetFirstShot(), Impala::Core::Trec::Thread::GetShotAt(), Impala::Core::Trec::ThreadSet::GetShotRKF(), mThread, and mThreadSet.

00097     {
00098         if (mThread == NULL)
00099             return -1;
00100 
00101         int shot = mThread->GetShotAt(mThread->GetFirstShot(), rank);
00102         return mThreadSet->GetShotRKF(shot);
00103     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:35 2011 for ImpalaSrc by  doxygen 1.5.1