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

void Impala::Application::TagsLife::HistogramBars::Init ( int  w,
int  h 
) [inline, private]

Definition at line 77 of file HistogramBars.h.

References mEndBar, mHighlightColor, mMaxFreq, mNormalColor, and mStartBar.

00078     {
00079         mStartBar = mEndBar = -1;
00080         mNormalColor = oglRED;
00081         mHighlightColor = 0xff800000;
00082         mMaxFreq = 0;
00083     }


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