Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:51:25 2010 for ImpalaSrc by  doxygen 1.5.1