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

Impala::Visualization::RotorBrowser::RotorBrowserContext::RotorBrowserContext ( RotorViewCache cache,
Thread thread,
int  initialposition,
double  direction = 0.0,
int  depth = 4 
) [inline]

Definition at line 20 of file RotorBrowserContext.h.

References depth, DIRECTION_BOTH, Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetInt(), Impala::Core::Trec::Thread::GetName(), GoFirst(), mCache, mContextName, mContextNiceName, mDepth, mDirection, mDrawDirection, mHighResDistance, mPosition, mSkip, mSwallowMode, mThread, Impala::Core::Trec::Thread::SetOrigin(), and SWALLOW_NONE.

00022     {
00023         CmdOptions &options = CmdOptions::GetInstance();
00024         mHighResDistance    = options.GetInt("mdBrowserHighResDistance");
00025 
00026         mContextName        = thread->GetName();
00027         mContextNiceName    = "";
00028         mCache              = cache;
00029         mDirection          = direction;
00030         mDrawDirection      = DIRECTION_BOTH;
00031         mDepth              = depth;
00032         mSwallowMode        = SWALLOW_NONE; 
00033 
00034         mSkip               = NULL;
00035         mThread             = thread;
00036         mThread->SetOrigin(mPosition = initialposition);
00037 
00038         if (mPosition == 0)
00039             GoFirst();
00040     }

Here is the call graph for this function:


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