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

RotorBrowserContext* Impala::Visualization::RotorBrowser::RotorBrowser::FindContextForPosition ( int  ID  )  [inline, private]

Definition at line 2340 of file RotorBrowser.h.

References mActiveContext, mContexts, and Impala::Visualization::RotorBrowser::RotorBrowserContext::ShowsPosition().

Referenced by MouseFunc().

02341     {
02342         if (mActiveContext->ShowsPosition(ID))
02343             return mActiveContext;
02344 
02345         RotorBrowserContextList::iterator context;
02346         for (context=mContexts.begin(); context!=mContexts.end(); context++)
02347         {
02348             if ((*context)->ShowsPosition(ID))
02349                 return *context;
02350         }
02351         return NULL;
02352     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:55:14 2010 for ImpalaSrc by  doxygen 1.5.1