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

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

Definition at line 200 of file BasicTypes.h.

References bottom, left, right, and top.

00201     {
00202         if(left==r.left && top==r.top && right==r.right && bottom==r.bottom)
00203             return true;
00204         return false;
00205     }


Generated on Thu Jan 13 09:21:01 2011 for ImpalaSrc by  doxygen 1.5.1