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

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

Definition at line 159 of file ImageSetIdxGrid.h.

References ClampViewIdx(), and mViews.

Referenced by Clear(), and DisplayFunc().

00160     {
00161         ClampViewIdx(start);
00162         ClampViewIdx(end);
00163         for (int i=start; i<end; i++)
00164         {
00165             viewSys.SetImage(mViews[i], 0);
00166             viewSys.ClearTags(mViews[i], visibleTag);
00167             mViews[i]->UserData1 = (void*)-1;
00168         }
00169     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:43 2011 for ImpalaSrc by  doxygen 1.5.1