Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:32 2011 for ImpalaSrc by  doxygen 1.5.1