13 std::shared_ptr<ObjectMesh>
obj;
named object in the data model
Definition MRObject.h:60
Definition MRCameraOrientationPlugin.h:8
Helper class to manage ancillary visual mesh used by plugins.
Definition MRAncillaryMesh.h:12
MRVIEWER_API void make(Object &parent)
Make not-pickable object, link it to parent object.
~AncillaryMesh()
detach owned object from parent, stops owning it
Definition MRAncillaryMesh.h:31
AncillaryMesh(Object &parent)
Make not-pickable object, link it to parent object.
Definition MRAncillaryMesh.h:22
AncillaryMesh(AncillaryMesh &&b) noexcept
since this uniquely owns an ancillary object, we provide only move operations, not copy
Definition MRAncillaryMesh.h:18
MRVIEWER_API void reset()
detach owned object from parent, stops owning it
std::shared_ptr< ObjectMesh > obj
Definition MRAncillaryMesh.h:13