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

int Impala::Application::IDash::DossierEntry::FindShot ( int  s  )  [inline]

Definition at line 67 of file DossierEntry.h.

References shots.

Referenced by AddShot(), and DelShot().

00068     {
00069         for (int i = 0; i < shots.size();i++) {
00070             if (shots[i] == s) return i;
00071         }       
00072         return -1;
00073     }


Generated on Thu Jan 13 09:14:43 2011 for ImpalaSrc by  doxygen 1.5.1