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

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

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

Definition at line 262 of file ThreadVisualSimilarity.h.

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

Referenced by GetSimilarity().

00263     {
00264         int r = Column::Find(mShotsCache->GetColumn1(), shot, 0, mShotsCache->Size());
00265         if (r == mShotsCache->Size())
00266             return -1;
00267         return r;
00268     }

Here is the call graph for this function:


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