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

RotorViewList Impala::Visualization::RotorBrowser::RotorViewCache::GetViews ( String  name  )  [inline]

Definition at line 88 of file RotorViewCache.h.

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

00089     {
00090         RotorViewList views;
00091 
00092         for(LIST* o=mWnd->GetOGLWND()->objectList ; o ; o=o->next)
00093         {
00094             RotorView* v = OGLVIEW3DToRotorView((OGLVIEW3D*) o->info);
00095             if (v && v->GetName() == name)
00096                 views.push_back(v);
00097         }
00098         return views;
00099     }

Here is the call graph for this function:


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