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

Impala::Visualization::RotorBrowser::ThreadClusterSelector::ThreadClusterSelector ( RotorViewCache cache  )  [inline]

Definition at line 30 of file ThreadClusterSelector.h.

References InitKeyBindings(), mCache, mPaginated, mSelectionSize, mShowing, mThresholdDelta, and mThresholdDissim.

00031     {
00032         InitKeyBindings();
00033         mCache              = cache;
00034         mShowing            = false;
00035         mSelectionSize      = 36;
00036         mPaginated          = true;
00037 
00038         mThresholdDelta     = 0.2;
00039         mThresholdDissim    = true;
00040     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:01 2011 for ImpalaSrc by  doxygen 1.5.1