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

void OglGui::ViewerPointCloudNavigator::SetMinMax ( float  minX,
float  minY,
float  maxX,
float  maxY 
) [inline]

Definition at line 26 of file ViewerPointCloudNavigator.h.

References mMaxX, mMaxY, mMinX, and mMinY.

00027     {
00028         mMinX = minX;
00029         mMinY = minY;
00030         mMaxX = maxX;
00031         mMaxY = maxY;
00032     }


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