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

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

Definition at line 191 of file DirImViewer.h.

References ClampViewIdx(), and mViews.

Referenced by FindIndex().

00192     {
00193         ClampViewIdx(start);
00194         for (int i=start; i<mViews.size(); i++)
00195         {
00196             if (imIdx == (long long) mViews[i]->UserData1)
00197                 return i;
00198         }
00199         return -1;
00200     }

Here is the call graph for this function:


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