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

OglGui::ChangingToView::ChangingToView ( OGLVIEW3D *  v  )  [inline]

Definition at line 41 of file ChangingToView.h.

References OglGui::View::GetDimensions3D(), and Init().

00041                                  :
00042         OglGui::View(v)
00043     {
00044         float x,y,z,w,h,d;
00045         GetDimensions3D(&x,&y,&z,&w,&h,&d);
00046         Init(x,y,z,w,h,d);
00047     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:14 2011 for ImpalaSrc by  doxygen 1.5.1