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

ImageSet* Impala::Persistency::ImageSetsRepository::GetImageSet ( int  id  )  [inline]

Definition at line 83 of file ImageSetsRepository.h.

References ILOG_INFO, and mSetMap.

Referenced by GetImageSet().

00084     {
00085         ImageSet* res = 0;
00086         if (! mSetMap.Get(id, res))
00087             ILOG_INFO("Couldn't find ImageSet with id = " << id);
00088         return res;
00089     }


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