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:
|