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

int Impala::Visualization::DirImViewer::FindIndexBwd ( int  imIdx,
int  start = 10000 
) [inline]

Definition at line 202 of file DirImViewer.h.

References ClampViewIdx(), and mViews.

Referenced by FindIndex().

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

Here is the call graph for this function:


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