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

virtual int Impala::Core::Trec::ThreadShots::GetShot ( int  position  )  [inline, virtual]

Implements Impala::Core::Trec::Thread.

Definition at line 45 of file ThreadShots.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Core::VideoSet::Segmentation::GetShotId(), mSegmentation, mShots, and Impala::Core::Table::Table::Size().

00046     {
00047         if ((position < 0) || (position >= mShots->Size()))
00048             return -1;
00049 
00050         Quid s = mShots->Get1(position);
00051         return mSegmentation->GetShotId(s);
00052     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:26:22 2010 for ImpalaSrc by  doxygen 1.5.1