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