13template<
typename ObjectT = Object>
16 std::shared_ptr<ObjectT>
obj;
29 std::vector<ObjectPtr>
objs;
std::shared_ptr< Object > ObjectPtr
Definition MRLoadedObjects.h:10
result of loading (e.g. from a file) as one object (with possible subobjects)
Definition MRLoadedObjects.h:15
std::shared_ptr< ObjectT > obj
Definition MRLoadedObjects.h:16
std::string warnings
Definition MRLoadedObjects.h:17
result of loading (e.g. from a file) as a number of objects
Definition MRLoadedObjects.h:28
std::string warnings
Definition MRLoadedObjects.h:30
std::vector< ObjectPtr > objs
Definition MRLoadedObjects.h:29