Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:12 2011 for ImpalaSrc by  doxygen 1.5.1