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

void Impala::Visualization::DirImViewer3D::NrToShow ( int  nrToShow  )  [inline]

Definition at line 71 of file DirImViewer3D.h.

References mNrToShow.

Referenced by Init().

00072     {
00073         if (nrToShow < 8)   nrToShow = 8;
00074         if (nrToShow > 108) nrToShow = 108;
00075         mNrToShow = nrToShow;
00076     }


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