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

void Impala::Visualization::RotorBrowser::RotorBrowserContext::MatchContextTo ( RotorBrowserContext other  )  [inline]

Definition at line 118 of file RotorBrowserContext.h.

References GetCenter(), mPosition, mThread, and Impala::Core::Trec::Thread::SetOrigin().

Referenced by UpdateViewsToContext().

00119     {
00120         int otherCenter = other->GetCenter();
00121         if (otherCenter != -1)
00122         {
00123             mPosition = otherCenter;
00124             mThread->SetOrigin(mPosition);
00125         }
00126     }

Here is the call graph for this function:


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