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

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

Definition at line 103 of file DirImViewer3D.h.

References mNrToShow.

Referenced by Init().

00104     {
00105         if (nrToShow < 8)   nrToShow = 8;
00106         if (nrToShow > 108) nrToShow = 108;
00107         mNrToShow = nrToShow;
00108     }


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