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

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

Definition at line 149 of file ViewerPointCloudNavigator.h.

References mDoShow, mMaxX, mMaxY, mMinX, mMinY, mObtainMinMax, mPtSize, mViewerPointCloud, and mVisiblePartColor.

00150     {
00151         mViewerPointCloud = 0;
00152         mDoShow = true;
00153         mPtSize = 1.f;
00154         mObtainMinMax = true;
00155         mMinX = 0;
00156         mMaxX = w;
00157         mMinY = 0;
00158         mMaxY = h;
00159         mVisiblePartColor = oglTrWHITE;
00160     }


Generated on Thu Jan 13 09:27:18 2011 for ImpalaSrc by  doxygen 1.5.1