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

static Window* Impala::Visualization::Window::CastToWindow ( OglGui::Window oWnd  )  [inline, static]

Definition at line 63 of file Window.h.

References OglGui::OglWindow::GetRunTimeType().

00064     {
00065         if( !oWnd )
00066             return 0;
00067         if( oWnd->GetRunTimeType() & 4 )
00068             // RvB: Next line should probably be a static_cast. But it seems to work
00069             return (Window *) oWnd;
00070         return 0;
00071     }

Here is the call graph for this function:


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