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:
|