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

void Impala::Visualization::ImageSetIdxGrid::SetFirstVisRow ( int  idx  )  [inline]

Definition at line 184 of file ImageSetIdxGrid.h.

References OglGui::OglWindow::H(), mCellH, OglGui::DocDimensions::mDocY, mNrOfImOnRow, and Row2Y().

Referenced by Impala::Visualization::ShowImSetGuiMain::HandleNewFile(), and Impala::Visualization::SimilarityTableSetRank::HandlePlotIdxSelected().

00185     {
00186         int row = idx / mNrOfImOnRow;
00187         int yDiff = (H()-mCellH) - Row2Y(row);
00188         mDocY += yDiff; 
00189     }

Here is the call graph for this function:


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