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

void Impala::Visualization::ViewListenerWithRectangles::AddRectangle ( int  left,
int  top,
int  right,
int  bottom 
) [inline]

Definition at line 39 of file ViewListenerWithRectangles.h.

References mList.

Referenced by SetRectangle().

00040     {
00041         mList->push_back(Core::Geometry::Rectangle(left,top,right,bottom));
00042     }


Generated on Fri Mar 19 11:51:08 2010 for ImpalaSrc by  doxygen 1.5.1