16 std::shared_ptr<ObjectMesh>
obj;
named object in the data model
Definition MRObject.h:62
~AncillaryMesh()
detach owned object from parent, stops owning it
Definition MRAncillaryMesh.h:34
void make(Object &parent)
Make not-pickable object, link it to parent object.
AncillaryMesh(Object &parent)
Make not-pickable object, link it to parent object.
Definition MRAncillaryMesh.h:25
void reset()
detach owned object from parent, stops owning it
AncillaryMesh(AncillaryMesh &&b) noexcept=default
since this uniquely owns an ancillary object, we provide only move operations, not copy
std::shared_ptr< ObjectMesh > obj
Definition MRAncillaryMesh.h:16
only for bindings generation
Definition MRCameraOrientationPlugin.h:8