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 }
|