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

int Impala::Core::VideoSet::SegmentationDocument::GetShotRepresentative ( int  shot  )  [inline]

Definition at line 435 of file SegmentationDocument.h.

References Impala::Core::Column::Find(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::GetColumn1(), GetKeyOfBookmarked(), Impala::Core::VideoSet::Keyframes::GetShotRKF(), mBookmarked, mKeyframes, and Impala::Core::Table::Table::Size().

Referenced by TryShotMove(), and TryVideoMove().

00436     {
00437         if (shot == -1)
00438             return -1;
00439         int bookIdx = Column::Find(mBookmarked->GetColumn1(), shot,
00440                                       0, mBookmarked->Size());
00441         if (bookIdx != mBookmarked->Size())
00442             return GetKeyOfBookmarked(bookIdx);
00443         return mKeyframes->GetShotRKF(shot);
00444     }

Here is the call graph for this function:


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