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

void Impala::Visualization::TimeLineViewStrip::ViewStripClearViews ( int  start = 0,
int  end = 10000 
) [inline]

Definition at line 193 of file TimeLineViewStrip.h.

References mViewers, and ViewStripClearView().

Referenced by InitDisplayFunc(), ViewStripRgbDataSrc(), and ViewStripShow().

00194     {
00195         if (start < 0)
00196             start = 0;
00197         if (end >= mViewers.size())
00198             end = mViewers.size();
00199 
00200         for (int i=start; i<end; i++)
00201             ViewStripClearView(i);
00202     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:49:17 2010 for ImpalaSrc by  doxygen 1.5.1