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

Impala::Core::Tracking::Rect::Rect ( const Point p  )  [inline]

Definition at line 110 of file BasicTypes.h.

00111         :left(p.x),
00112         top(p.y),
00113         right(p.x),
00114         bottom(p.y)
00115     {
00116     }


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