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

int Impala::Visualization::ImageSetIdxGrid::FindLastVisible (  )  [inline]

Definition at line 196 of file ImageSetIdxGrid.h.

References ClampImIdx(), mCellH, mNrOfImOnRow, and Y2Row().

Referenced by DisplayFunc().

00197     {
00198         int last = Y2Row(-mCellH) * mNrOfImOnRow;
00199         return ClampImIdx(last);
00200     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:44:13 2010 for ImpalaSrc by  doxygen 1.5.1