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

Window* Impala::Visualization::Window::MakeViewport ( int  width,
int  height,
bool  is2d 
) [inline]

Definition at line 74 of file Window.h.

References MakeViewport(), OglGui::Window::SetIs2d(), and OglGui::Window::Window().

Referenced by MakeViewport().

00075     {
00076         Window* w = new Window(this, width, height);
00077         w->SetIs2d(is2d);
00078         return w;
00079     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:27 2010 for ImpalaSrc by  doxygen 1.5.1