15template<
typename ObjectT = Object>
18 std::shared_ptr<ObjectT>
obj;
34 std::vector<ObjectPtr>
objs;
Definition MRCameraOrientationPlugin.h:8
std::shared_ptr< Object > ObjectPtr
Definition MRLoadedObjects.h:12
result of loading (e.g. from a file) as one object (with possible subobjects)
Definition MRLoadedObjects.h:17
std::optional< LengthUnit > lengthUnit
units of object coordinates and transformations (if known)
Definition MRLoadedObjects.h:22
std::shared_ptr< ObjectT > obj
Definition MRLoadedObjects.h:18
std::string warnings
Definition MRLoadedObjects.h:19
result of loading (e.g. from a file) as a number of objects
Definition MRLoadedObjects.h:33
std::string warnings
Definition MRLoadedObjects.h:35
std::optional< LengthUnit > lengthUnit
units of object coordinates and transformations (if known)
Definition MRLoadedObjects.h:38
std::vector< ObjectPtr > objs
Definition MRLoadedObjects.h:34