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:
|