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

Impala::Core::Geometry::Rectangle::Rectangle ( int  left,
int  top,
int  right,
int  bottom 
) [inline]

Definition at line 30 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

00031     {
00032         mLeft = left;
00033         mTop = top;
00034         mRight = right;
00035         mBottom = bottom;
00036     }


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