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

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

Definition at line 189 of file DirImViewer.h.

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

Referenced by DisplayFunc().

00190     {
00191         int last = Y2Row(-mCellH) * mNrOfImOnRow;
00192         return ClampImIdx(last);
00193     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:43:14 2010 for ImpalaSrc by  doxygen 1.5.1