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

void OglGui::ViewerPointCloud::Init ( int  w,
int  h 
) [inline, private]

Definition at line 568 of file ViewerPointCloud.h.

References mAllMouseMotion, mAnimation, mCacheHits, mCacheMisses, mDetailImageI, mGetOglImageByIdI, mMaxVisibleImages, mMaxX, mMaxY, mMinimumScale, mMinX, mMinY, mMouseMoveOnDisplay, mOglImageCache, OglGui::OglWindow::mOglWnd, mOldH, mOldW, mPtDocX, mPtDocY, mScale, mShowViewAtScale, and mStarted.

00569     {
00570         //SetDisableOGLViewKeys(true);
00571         mDetailImageI = 0;
00572         mOglImageCache = 0;
00573         mGetOglImageByIdI = 0;
00574         mCacheHits = mCacheMisses = 0;
00575 
00576         mOldW = w;
00577         mOldH = h;
00578         mPtDocX = w/2;
00579         mPtDocY = h/2;
00580         mScale = 1.f;
00581         mMinX = mMinY = 1000000;
00582         mMaxX = mMaxY = -1000000;
00583         mMaxVisibleImages = 200;
00584 
00585         mMinimumScale = 0.25f;
00586         mShowViewAtScale = 16;
00587 
00588         mStarted = false;
00589         mAnimation = true;
00590 
00591         mMouseMoveOnDisplay = false;
00592         mAllMouseMotion = true;
00593         oglSys.SetAllMouseMotion(mOglWnd, mAllMouseMotion);
00594         oglSys.AllowPicking(mOglWnd, 1, 1);
00595         oglSys.AllowDeleteView(mOglWnd, 1);
00596     }


Generated on Fri Mar 19 12:10:08 2010 for ImpalaSrc by  doxygen 1.5.1