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

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

Definition at line 311 of file DirImViewer3D.h.

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

00312     {
00313         NrToShow(nrToShow);
00314         mDoAspectRatio = true;
00315         mRgbDataSrc = 0;
00316 
00317         mOglImageCache = (cacheSize>0) ? (new OglImageCache(cacheSize)) : 0;
00318 
00319         oglSys.SetAllowCameraMove(mOglWnd, CamMove_Keys | CamMove_Mouse);
00320         oglSys.AllowPicking(mOglWnd, 1, 1);
00321 
00322         mCam3DControlEx = 0;
00323         if (camControl)
00324             SetUpCameraControl3D();
00325     }

Here is the call graph for this function:


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