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

bool Impala::Core::Geometry::Rectangle::operator== ( const Rectangle r  )  const [inline]

Definition at line 114 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

00115     {
00116         return ((mLeft == r.mLeft) && (mTop == r.mTop) &&
00117                 (mRight == r.mRight) && (mBottom == r.mBottom));
00118     }


Generated on Thu Jan 13 09:19:38 2011 for ImpalaSrc by  doxygen 1.5.1