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

static void OglGui::Camera3DControlEx::PreferredSize ( int &  w,
int &  h 
) [inline, static]

Definition at line 72 of file Camera3DControlEx.h.

References OglGui::Camera3DAnchorControl::PreferredSize().

Referenced by Init(), and Impala::Visualization::DirImViewer3D::SetUpCameraControl3D().

00073     {
00074         Camera3DAnchorControl::PreferredSize(w,h);
00075         w += h + 28;
00076     }

Here is the call graph for this function:


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