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:
|