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

void Impala::Application::TagsLife::HistogramBars::AddToHistogram ( int  val  )  [inline]

Definition at line 32 of file HistogramBars.h.

References mHistogram, and mMaxFreq.

00033     {
00034         if (val > mMaxFreq)
00035             mMaxFreq = val;
00036 
00037         mHistogram.push_back(val);
00038     }


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