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

void Impala::Core::VideoSet::VideoSetRepository::Register ( VideoSet vs,
String  setName 
) [inline]

Definition at line 50 of file VideoSetRepository.h.

References GetId(), ILOG_ERROR, and mSetMap.

00051     {
00052         int id = GetId(setName);
00053         if (id == 0)
00054         {
00055             ILOG_ERROR("Cannot find " << setName);
00056             return;
00057         }
00058         mSetMap.Add(id, vs);
00059     }

Here is the call graph for this function:


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