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

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

Definition at line 30 of file RectAnno.h.

References mAnno, and mRect.

00031     {
00032         return ((mRect == r.mRect) && (mAnno == r.mAnno));
00033     }


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