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

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

Definition at line 50 of file ImageSetsRepository.h.

References GetMapName(), and mIdMap.

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:07 2011 for ImpalaSrc by  doxygen 1.5.1