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

int Impala::Visualization::DirImViewer::ClampViewIdx ( int &  idx  )  [inline]

Definition at line 134 of file DirImViewer.h.

References mViews.

Referenced by ClearViews(), FindIndexBwd(), and FindIndexFwd().

00135     {
00136         if (idx < 0)
00137             idx = 0;
00138         if (idx > mViews.size()-1)
00139             idx = mViews.size()-1;
00140         return idx;
00141     }


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