17 #ifndef _RENDERINGIFACE_HH_
18 #define _RENDERINGIFACE_HH_
54 bool _enableVisualizations,
55 bool _isServer =
false);
GAZEBO_VISIBLE bool fini()
teardown rendering engine.
GAZEBO_VISIBLE bool init()
init rendering engine.
GAZEBO_VISIBLE rendering::ScenePtr create_scene(const std::string &_name, bool _enableVisualizations, bool _isServer=false)
create rendering::Scene by name.
GAZEBO_VISIBLE rendering::ScenePtr get_scene(const std::string &_name="")
get pointer to rendering::Scene by name.
GAZEBO_VISIBLE bool load()
load rendering engine.
GAZEBO_VISIBLE void remove_scene(const std::string &_name)
remove a rendering::Scene by name
boost::shared_ptr< Scene > ScenePtr
Definition: RenderTypes.hh:72
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48