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

virtual void OglGui::ViewerPointCloudNavigator::KeyboardFunc ( int  c,
int  state 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 100 of file ViewerPointCloudNavigator.h.

References OglGui::ViewerPointCloud::KeyboardFunc(), mDoShow, mPtSize, mViewerPointCloud, and PointSize().

00101     {
00102         if (c=='P') PointSize(mPtSize+0.5f);
00103         if (c=='p') PointSize(mPtSize-0.5f);
00104         if (c=='S') mDoShow = !mDoShow;
00105 
00106         mViewerPointCloud->KeyboardFunc(c, state);
00107     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:10:15 2010 for ImpalaSrc by  doxygen 1.5.1