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

int Impala::Visualization::ImageSetIdxGrid::FindIndex ( int  imIdx,
int  start,
bool  backward = false 
) [inline]

Definition at line 224 of file ImageSetIdxGrid.h.

References FindIndexBwd(), and FindIndexFwd().

Referenced by HandleView().

00225     {
00226         if (backward)
00227             return FindIndexBwd(imIdx, start);
00228         else
00229             return FindIndexFwd(imIdx, start);
00230     }

Here is the call graph for this function:


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