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

ImageSet* Impala::Core::ImageSet::ImageSetRepository::GetImageSet ( int  id  )  [inline]

Definition at line 62 of file ImageSetRepository.h.

References ILOG_INFO, and mSetMap.

Referenced by GetImageSet().

00063     {
00064         ImageSet* res = 0;
00065         if (! mSetMap.Get(id, res))
00066             ILOG_INFO("Couldn't find ImageSet with id = " << id);
00067         return res;
00068     }


Generated on Fri Mar 19 11:14:34 2010 for ImpalaSrc by  doxygen 1.5.1