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

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

Definition at line 191 of file ImageSetIdxGrid.h.

References ClampImIdx(), OglGui::OglWindow::H(), mNrOfImOnRow, and Y2Row().

Referenced by DisplayFunc().

00192     {
00193         int first = Y2Row(H()) * mNrOfImOnRow;
00194         return ClampImIdx(first);
00195     }

Here is the call graph for this function:


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