Reimplemented from Impala::Visualization::ImageSetIdxGridListener. Definition at line 180 of file AnnoPUNS.h. References Impala::Core::VideoSet::SegmentationDocument::GotoKeyfr(), mKeyframeVec, and mSegDoc. 00181 { 00182 int keyfr = mKeyframeVec[imIndex]; 00183 mSegDoc->GotoKeyfr(keyfr); 00184 }
Here is the call graph for this function:
|