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

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

Definition at line 185 of file DirImViewer.h.

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

Referenced by DisplayFunc().

00186     {
00187         int last = Y2Row(-mCellH) * mNrOfImOnRow;
00188         return ClampImIdx(last);
00189     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:37 2011 for ImpalaSrc by  doxygen 1.5.1