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

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

Definition at line 217 of file DirImViewer.h.

References FindIndexBwd(), and FindIndexFwd().

Referenced by HandleView().

00218     {
00219         if (backward)
00220             return FindIndexBwd(imIdx, start);
00221         else
00222             return FindIndexFwd(imIdx, start);
00223     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:43:16 2010 for ImpalaSrc by  doxygen 1.5.1