Definition at line 150 of file ImageSetIdxGrid.h. References mViews. Referenced by ClearViews(), FindIndexBwd(), and FindIndexFwd(). 00151 { 00152 if (idx < 0) 00153 idx = 0; 00154 if (idx > mViews.size()-1) 00155 idx = mViews.size()-1; 00156 return idx; 00157 }
|