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

String Impala::Persistency::ImageSetsRepository::GetSetName ( int  id  )  [inline]

Definition at line 58 of file ImageSetsRepository.h.

References mIdMap.

00059     {
00060         String res = "unknown";
00061         mIdMap.Get(id, res);
00062         return res;
00063     }


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