4#include "MRMesh/MRMeshFwd.h"
16 std::shared_ptr<ObjectMesh>
obj;
named object in the data model
Definition MRObject.h:62
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:34
AncillaryMesh(Object &parent)
Make not-pickable object, link it to parent object.
Definition MRAncillaryMesh.h:25
AncillaryMesh(AncillaryMesh &&b) noexcept=default
since this uniquely owns an ancillary object, we provide only move operations, not copy
MRVIEWER_API void reset()
detach owned object from parent, stops owning it
std::shared_ptr< ObjectMesh > obj
Definition MRAncillaryMesh.h:16
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Helper class to manage ancillary visual mesh used by plugins.
Definition MRAncillaryMesh.h:15