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

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

Definition at line 213 of file DirImViewer.h.

References FindIndexBwd(), and FindIndexFwd().

Referenced by HandleView().

00214     {
00215         if (backward)
00216             return FindIndexBwd(imIdx, start);
00217         else
00218             return FindIndexFwd(imIdx, start);
00219     }

Here is the call graph for this function:


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