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

void OglGui::Cluster::InitClusterViewers (  )  [inline]

Definition at line 25 of file Cluster.h.

References OglGui::OglWindow::GetOGLWND(), and Impala::Application::DemoCamera2d::oglWnd.

Referenced by OglGui::OglDemo::BuildTab_Regions(), and OglGui::ClusterApp::InitViewers().

00026     {
00027             LIST*       obj;
00028         OGLWND*     oglWnd = GetOGLWND();
00029             OGLVIEW*    view;
00030 
00031             ForAllElements(obj, oglWnd->objectList)
00032         {
00033                     view = (OGLVIEW*) obj->info;
00034                     view->OnDrawView = RgnOnDrawView;
00035         }
00036     }

Here is the call graph for this function:


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