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

void OglGui::ViewerPointCloudNavigator::PointSize ( float  ptSize  )  [inline]

Definition at line 34 of file ViewerPointCloudNavigator.h.

References mPtSize.

Referenced by KeyboardFunc(), and Impala::Application::MediaTable::ViewerPointCloudModule::NewWindow().

00035     {
00036         mPtSize = ptSize < 1.f ? 1.f : ptSize;
00037     }


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