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

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

Definition at line 96 of file BasicTypes.h.

00097         :left(l),
00098         top(t),
00099         right(r),
00100         bottom(b)
00101     {
00102     }


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