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

virtual int Impala::Core::Trec::ThreadBookmarked::GetShotPosition ( int  shot  )  [inline, virtual]

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

Definition at line 55 of file ThreadBookmarked.h.

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

Referenced by AddShot().

00056     {
00057         int r = Column::Find(mBookmarked->GetColumn1(), shot, 0,
00058                                 mBookmarked->Size());
00059         if (r >= mBookmarked->Size())
00060             return -1;
00061         return r;
00062     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:30 2011 for ImpalaSrc by  doxygen 1.5.1