Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:11:47 2010 for ImpalaSrc by  doxygen 1.5.1