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

bool Impala::Core::VideoSet::SegmentationDocument::TryVideoMove ( int  vid  )  [inline, private]

Definition at line 457 of file SegmentationDocument.h.

References Impala::Core::VideoSet::Segmentation::GetFirstShotVideo(), GetShotRepresentative(), GotoKeyfr(), ILOG_DEBUG, mShots, mVidSet, and Impala::Core::Database::RawDataSet::NrFiles().

Referenced by CursorToFile(), and TryVideoMoveCursor().

00458     {
00459         ILOG_DEBUG("vid = " << vid);
00460         if ((vid < 0) || (vid >= mVidSet->NrFiles()))
00461             return false;
00462         int newShot = mShots->GetFirstShotVideo(vid);
00463         ILOG_DEBUG("newShot = " << newShot);
00464         GotoKeyfr(GetShotRepresentative(newShot));
00465         return true;
00466     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:31:58 2010 for ImpalaSrc by  doxygen 1.5.1