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

int OglGui::Carousel3D::IndexOf ( OGLVIEW3D *  v  )  [inline]

Definition at line 111 of file Carousel3D.h.

References mOglViews.

00112     {
00113         for (int i=0; i<mOglViews.size(); i++)
00114         {
00115             if (v == mOglViews[i])
00116                 return i;
00117         }
00118         return -1;
00119     }


Generated on Fri Mar 19 11:58:41 2010 for ImpalaSrc by  doxygen 1.5.1