opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
component_abs_path_decoration_tagger.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace OpenSim { class Component; }
6namespace osc { struct SceneDecoration; }
7
8namespace opyn
9{
10 // functor class that sets a decoration's ID the component's abs path
12 public:
13 void operator()(const OpenSim::Component&, osc::SceneDecoration&);
14 private:
15 const OpenSim::Component* m_LastComponent = nullptr;
16 osc::StringName m_ID;
17 };
18}
Definition component_abs_path_decoration_tagger.h:11
void operator()(const OpenSim::Component &, osc::SceneDecoration &)
Definition string_name.h:14
Definition static_component_registries.h:3
Definition component_registry.h:14
Definition custom_decoration_generator.h:5
Definition scene_decoration.h:15