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

void CxRectZTiler::ResetWnd ( int  wndWidth,
int  wndHeight,
int  distance = 2 
) [inline]

Definition at line 44 of file CxRectZTiler.h.

References mDist, mWndHeight, mWndWidth, and ResetPos().

Referenced by OglGui::Window::RepositionViewports().

00045     {
00046         mWndWidth = wndWidth;
00047         mWndHeight = wndHeight;
00048         mDist = distance;
00049         ResetPos();
00050     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:32:17 2010 for ImpalaSrc by  doxygen 1.5.1