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

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

Definition at line 33 of file ViewListenerWithRectangles.h.

References AddRectangle(), and Clear().

Referenced by Impala::TrackVisualiser::operator()().

00034     {
00035         Clear();
00036         AddRectangle(left, top, right, bottom);
00037     }

Here is the call graph for this function:


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