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

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

Definition at line 154 of file DirImViewer.h.

References ClampViewIdx(), and mViews.

Referenced by DisplayFunc().

00155     {
00156         ClampViewIdx(start);
00157         ClampViewIdx(end);
00158         for (int i=start; i<end; i++)
00159         {
00160             viewSys.SetImage(mViews[i], 0);
00161             viewSys.ClearTags(mViews[i], visibleTag);
00162             mViews[i]->UserData1 = (void*)-1;
00163         }
00164     }

Here is the call graph for this function:


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