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

int Impala::Core::Geometry::IxRectangle::operator== ( const IxRectangle r  )  const [inline]

Definition at line 28 of file IxRectangle.h.

References mAnno, mDir, mExtra, mImageName, mRect, and mSection.

00029     {
00030         return ((mImageName == r.mImageName) && (mSection == r.mSection) &&
00031                 (mDir == r.mDir) && (mRect == r.mRect) && (mAnno == r.mAnno)
00032                 && (mExtra == r.mExtra));
00033     }


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