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

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

Definition at line 30 of file VxRectangle.h.

References mAnno, mDir, mEndFrame, mExtra, mRect, mSection, mStartFrame, and mVideoName.

00031     {
00032         return ((mVideoName == r.mVideoName) && (mSection == r.mSection) &&
00033                 (mDir == r.mDir) && (mStartFrame == r.mStartFrame) &&
00034                 (mEndFrame == r.mEndFrame) && (mRect == r.mRect) &&
00035                 (mAnno == r.mAnno) && (mExtra == r.mExtra));
00036     }


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