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

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

Definition at line 35 of file CxRectZTiler.h.

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

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

Here is the call graph for this function:


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