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

void Impala::Visualization::Plot::Plot::Init (  )  [inline, protected]

Reimplemented from OglGui::OglWindow.

Definition at line 353 of file Plot.h.

References mCenter, mDragging, mDrawAxes, mFontBase, mIs3d, OglGui::OglWindow::mOglWnd, mPitch, mRange, mRoll, mUserPan, mUserPitch, mUserRoll, mUserZoom, mYaw, and OglGui::Window::SetIs2d().

Referenced by Plot().

00354     {
00355         for(int i=0 ; i<3 ; i++)
00356         {
00357             mCenter[i] = 0;
00358             mRange[i] = 2;
00359         }
00360         for(int i=0 ; i<2 ; i++)
00361         {
00362             mUserZoom[i] = 0.9;
00363             mUserPan[i] = 0;
00364         }
00365         mRoll = mPitch = mYaw = 0;
00366         mUserRoll = mUserPitch = 0;
00367         mOglWnd->bgCol = 0xff505050;
00368         mDrawAxes = false;
00369         mDragging = false;
00370         SetIs2d(false);
00371         mIs3d = false;
00372 
00373         mFontBase = 0;
00374     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:42 2011 for ImpalaSrc by  doxygen 1.5.1