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

int Impala::Core::VideoSet::VideoSetRepository::GetId ( String  setName  )  [inline]

Definition at line 34 of file VideoSetRepository.h.

References Impala::FileNameBase(), and mIdMap.

Referenced by Register().

00035     {
00036         int id = 0;
00037         mIdMap.GetIdx(FileNameBase(setName), id);
00038         return id;
00039     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:33:00 2010 for ImpalaSrc by  doxygen 1.5.1