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

void Impala::Persistency::ImageSetsRepository::Register ( ImageSet vs,
String  setName 
) [inline]

Definition at line 66 of file ImageSetsRepository.h.

References GetId(), ILOG_ERROR, and mSetMap.

Referenced by Impala::Core::ImageSet::ImageSet::ImageSet().

00067     {
00068         int id = GetId(setName);
00069         if (id == 0)
00070         {
00071             ILOG_ERROR("Cannot find " << setName);
00072             return;
00073         }
00074         mSetMap.Add(id, vs);
00075     }

Here is the call graph for this function:


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