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

int Impala::Persistency::ImageSetsRepository::GetId ( String  setName  )  [inline]

Definition at line 50 of file ImageSetsRepository.h.

References Impala::FileNameBase(), and mIdMap.

Referenced by Impala::Core::ImageSet::ImageSet::GetSetId(), and Register().

00051     {
00052         int id = 0;
00053         mIdMap.GetIdx(FileNameBase(setName), id);
00054         return id;
00055     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:50 2010 for ImpalaSrc by  doxygen 1.5.1