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

int Impala::Visualization::ImageSetIdxGrid::FindIndexFwd ( int  imIdx,
int  start = 0 
) [inline]

Definition at line 202 of file ImageSetIdxGrid.h.

References ClampViewIdx(), and mViews.

Referenced by FindIndex(), and SetSelectedMode().

00203     {
00204         ClampViewIdx(start);
00205         for (int i=start; i<mViews.size(); i++)
00206         {
00207             if (imIdx == (int)(long long) mViews[i]->UserData1)
00208                 return i;
00209         }
00210         return -1;
00211     }

Here is the call graph for this function:


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