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

Impala::Core::Tracking::Rect::Rect ( int  l,
int  t,
int  r,
int  b 
) [inline]

Definition at line 88 of file BasicTypes.h.

00089         :left(l),
00090         top(t),
00091         right(r),
00092         bottom(b)
00093     {
00094     }


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