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

void Impala::Application::TagsLife::HistogramBars::Clear (  )  [inline]

Definition at line 25 of file HistogramBars.h.

References mEndBar, mHistogram, mMaxFreq, and mStartBar.

00026     {
00027         mStartBar = mEndBar = -1;
00028         mMaxFreq = 0;
00029         mHistogram.clear();
00030     }


Generated on Thu Jan 13 09:16:20 2011 for ImpalaSrc by  doxygen 1.5.1