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

RotorView* Impala::Visualization::RotorBrowser::RotorViewCache::FindViewFor ( String  thread,
int  pos 
) [inline]

Definition at line 151 of file RotorViewCache.h.

References OglGui::OglWindow::GetOGLWND(), mHits, mWnd, and OGLVIEW3DToRotorView().

Referenced by Impala::Visualization::RotorBrowser::RotorBrowser::GetCenterRotorView(), GetViewFor(), Impala::Visualization::RotorBrowser::RotorBrowser::StartStopStills(), Impala::Visualization::RotorBrowser::RotorBrowser::ToggleEnableVideoStream(), and Impala::Visualization::RotorBrowser::RotorBrowser::TogglePlayUntilEnd().

00152     { 
00153         for(LIST* o=mWnd->GetOGLWND()->objectList ; o ; o=o->next)
00154         {
00155             RotorView* v = OGLVIEW3DToRotorView((OGLVIEW3D *) o->info);
00156             if (v && v->IsSameAs(thread, pos))
00157             {
00158                 mHits++;
00159                 return v;
00160             }
00161         }
00162         return NULL;
00163     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:56:48 2010 for ImpalaSrc by  doxygen 1.5.1