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

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

Definition at line 78 of file ImageSetsRepository.h.

References ILOG_INFO, and mSetMap.

Referenced by GetImageSet().

00079     {
00080         ImageSet* res = 0;
00081         if (! mSetMap.Get(id, res))
00082             ILOG_INFO("Couldn't find ImageSet with id = " << id);
00083         return res;
00084     }


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