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

bool Impala::Core::Tracking::Rect::operator== ( const Rect r  )  [inline]

Definition at line 192 of file BasicTypes.h.

References bottom, left, right, and top.

00193     {
00194         if(left==r.left && top==r.top && right==r.right && bottom==r.bottom)
00195             return true;
00196         return false;
00197     }


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