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

void Impala::Visualization::SimilarityTimeLine::Init ( int  w,
int  h 
) [inline, private]

Reimplemented from OglGui::RepeatTimer.

Definition at line 316 of file SimilarityTimeLine.h.

References mAverages, mCurrentConcept, mHelpLineActive, mListener, mNrColors, mPercMax, mPercMaxMean, mShowClassify, mSimColors, mSimSet, sColorNamesSTL, OglGui::ZoomShiftRuler::SetNeedleColor(), OglGui::ZoomShiftRuler::SetNeedleUpDownHeight(), OglGui::ZoomShiftRuler::SetSpan(), OglGui::ZoomShiftRuler::SetStart(), and OglGui::ZoomShiftRuler::ShowNeedle().

00317     {
00318         mListener = 0;
00319         mSimSet = 0;
00320         SetStart(0);
00321         SetSpan(60000);
00322         mCurrentConcept = 0;
00323         mShowClassify = true;
00324         ShowNeedle(false); // We handle the needle ourselves
00325         SetNeedleColor(oglBLACK);
00326         SetNeedleUpDownHeight(1000,4);
00327         mNrColors = 0;
00328         while( sColorNamesSTL[mNrColors][0] != 0 )
00329             mSimColors.push_back(OglColorStr(sColorNamesSTL[mNrColors++]));
00330         mAverages = 0;
00331         mPercMax = 0.66f;
00332         mPercMaxMean = 0.25f;
00333         mHelpLineActive = false;
00334     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:15 2011 for ImpalaSrc by  doxygen 1.5.1