Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:10:16 2010 for ImpalaSrc by  doxygen 1.5.1