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

void Impala::Visualization::DirImViewer3D::Init ( int  w,
int  h,
int  cacheSize,
int  nrToShow,
bool  camControl 
) [inline, private]

Definition at line 351 of file DirImViewer3D.h.

References mCam3DControlEx, mDoAspectRatio, mOglImageCache, OglGui::OglWindow::mOglWnd, mRgbDataSrc, NrToShow(), and SetUpCameraControl3D().

00352     {
00353         NrToShow(nrToShow);
00354         mDoAspectRatio = true;
00355         mRgbDataSrc = 0;
00356 
00357         mOglImageCache = (cacheSize>0) ? (new OglImageCache(cacheSize)) : 0;
00358 
00359         oglSys.SetAllowCameraMove(mOglWnd, CamMove_Keys | CamMove_Mouse);
00360         oglSys.AllowPicking(mOglWnd, 1, 1);
00361 
00362         mCam3DControlEx = 0;
00363         if (camControl)
00364             SetUpCameraControl3D();
00365     }

Here is the call graph for this function:


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