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: ![]()
|