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

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

Definition at line 474 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().

00475     {
00476         if (rankIdx < 0)
00477             return;
00478         int keyfr = ShowImageInfo(rankIdx);
00479         if (mSegDoc)
00480             mSegDoc->GotoKeyfr(keyfr);
00481         if (mIxsDoc)
00482             mIxsDoc->CursorToFile(keyfr);
00483         SetCurrent(rankIdx);
00484     }

Here is the call graph for this function:


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