gz/sim/components/PerformerLevels.hh
Go to the documentation of this file.
77 serializers::PerformerLevelsSerializer>;
This library is part of the Ignition Robotics project.
static std::istream & Deserialize(std::istream &_in, std::set< Entity > &_set)
Deserialization for std::set<Entity>.
Definition: gz/sim/components/PerformerLevels.hh:56
#define IGN_GAZEBO_REGISTER_COMPONENT(_compType, _classname)
Static component registration macro.
Definition: gz/sim/components/Factory.hh:331
static std::ostream & Serialize(std::ostream &_out, const std::set< Entity > &_set)
Serialization for std::set<Entity>.
Definition: gz/sim/components/PerformerLevels.hh:42
IGN_GAZEBO_REGISTER_COMPONENT("ign_gazebo_components.AngularAcceleration", AngularAcceleration) using WorldAngularAcceleration
A component type that contains angular acceleration of an entity in the world frame represented by gz...
T clear(T... args)
STL class.
Component< std::set< Entity >, class PerformerLevelsTag, serializers::PerformerLevelsSerializer > PerformerLevels
Holds all the levels which a performer is in.
Definition: gz/sim/components/PerformerLevels.hh:77
T setf(T... args)
Definition: gz/sim/components/PerformerLevels.hh:36
T insert(T... args)
STL class.