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

int Impala::Application::VideoExcel::TableDataSource::GetRowForID ( int  id  )  [inline]

Definition at line 499 of file TableDataSource.h.

References mSortSequence, and mTotalRows.

Referenced by OutOfBoundsByID().

00500     {
00501         int size = mSortSequence.size();
00502         for (int i=0; i<mTotalRows && i<size; i++)
00503             if (mSortSequence[i] == id)
00504                 return i;
00505         return -1;
00506     }


Generated on Thu Jan 13 09:16:45 2011 for ImpalaSrc by  doxygen 1.5.1