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

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

Definition at line 103 of file BasicTypes.h.

00104         :left(r.left),
00105         top(r.top),
00106         right(r.right),
00107         bottom(r.bottom)
00108     {
00109     }


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