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