17 #ifndef GZ_SIM_MARKERMANAGER_HH_
18 #define GZ_SIM_MARKERMANAGER_HH_
23 #include <gz/sim/config.hh>
24 #include <gz/sim/rendering/Export.hh>
26 #include "gz/rendering/RenderTypes.hh"
32 inline namespace GZ_SIM_VERSION_NAMESPACE {
34 class MarkerManagerPrivate;
48 public:
void SetSimTime(
const std::chrono::steady_clock::duration &_time);
52 public:
void SetScene(rendering::ScenePtr _scene);
56 public: rendering::ScenePtr
Scene()
const;
59 public:
void Update();
64 public:
bool Init(
const gz::rendering::ScenePtr &_scene);