31 PersistentPredictionDataSegmentBase()
39 PredictionEntityBaseList entities;
45 if (entity->ice_isA(PredictionEntityBase::ice_staticId()))
47 entities.push_back(PredictionEntityBasePtr::dynamicCast(entity));
57 PredictionTaskEntityBaseList entities;
59 for (
const std::string&
id : getAllEntityIds())
61 EntityBasePtr entity = getEntityById(
id);
63 if (entity->ice_isA(PredictionTaskEntityBase::ice_staticId()))
65 entities.push_back(PredictionTaskEntityBasePtr::dynamicCast(entity));