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

Real64 Impala::Core::Trec::ThreadShots::GetShotScore ( int  position  )  [inline]

Definition at line 55 of file ThreadShots.h.

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

00056     {
00057         if ((position < 0) || (position >= mShots->Size()))
00058             return -1;
00059         return mShots->Get2(position);
00060     }

Here is the call graph for this function:


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