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

void Impala::Visualization::SimilarityTableSetRank::HandleImageSelection ( int  rankIdx  )  [inline]

Definition at line 445 of file SimilarityTableSetRank.h.

References Impala::Core::Database::DataDocument::CursorToFile(), Impala::Core::VideoSet::SegmentationDocument::GotoKeyfr(), mIxsDoc, mSegDoc, SetCurrent(), and ShowImageInfo().

Referenced by HandleNewFile(), HandlePlotIdxSelected(), ImageSelectionEvent(), and OnMouse().

00446     {
00447         if (rankIdx < 0)
00448             return;
00449         int keyfr = ShowImageInfo(rankIdx);
00450         if (mSegDoc)
00451             mSegDoc->GotoKeyfr(keyfr);
00452         if (mIxsDoc)
00453             mIxsDoc->CursorToFile(keyfr);
00454         SetCurrent(rankIdx);
00455     }

Here is the call graph for this function:


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