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

void Impala::Core::Geometry::RectangleTiler::ResetWnd ( int  wndWidth,
int  wndHeight,
int  distance = 2 
) [inline]

Definition at line 37 of file RectangleTiler.h.

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

Referenced by Impala::Visualization::Window::Init(), and Impala::Visualization::Window::RepositionViewers().

00038     {
00039         mWndWidth = wndWidth;
00040         mWndHeight = wndHeight;
00041         mDist = distance;
00042         ResetPos();
00043     }

Here is the call graph for this function:


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