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

View* Impala::Visualization::Window::GetView ( int  index  )  [inline]

Definition at line 243 of file Window.h.

References GetView(), and mOglView.

Referenced by GetView(), GetViewWithRect(), SetViewPos(), SetViewText(), and SetViewVisible().

00244     {
00245         if ((index < 0) || (index >= mOglView.size()))
00246             return 0;
00247         return mOglView[index];
00248     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:32 2010 for ImpalaSrc by  doxygen 1.5.1