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

Impala::Core::Geometry::Rectangle::Rectangle (  )  [inline]

Definition at line 22 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

Referenced by Impala::Core::Geometry::InterestRectangleZ::GetRect().

00023     {
00024         mLeft = 0;
00025         mTop = 0;
00026         mRight = 0;
00027         mBottom = 0;
00028     }


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