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

VideoSet* Impala::Core::VideoSet::VideoSetRepository::GetVideoSet ( int  id  )  [inline]

Definition at line 62 of file VideoSetRepository.h.

References ILOG_INFO, and mSetMap.

Referenced by GetVideoSet().

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


Generated on Fri Mar 19 11:33:01 2010 for ImpalaSrc by  doxygen 1.5.1