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

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

Definition at line 28 of file RectangleTiler.h.

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

00029     {
00030         mWndWidth = wndWidth;
00031         mWndHeight = wndHeight;
00032         mDist = distance;
00033         ResetPos();
00034     }

Here is the call graph for this function:


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