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

int Impala::Visualization::Window::GetViewIdx ( View view  )  [inline]

Definition at line 257 of file Window.h.

References GetViewIdx(), and mOglView.

Referenced by GetViewIdx().

00258     {
00259         for (int i=0 ; i<mOglView.size() ; i++)
00260             if (mOglView[i] == view)
00261                 return i;
00262         return -1;
00263     }

Here is the call graph for this function:


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