, including all inherited members.
| AddChild(BasePtr child) | Base | |
| AddType(EntityType _type) | Base | |
| animation (defined in Entity) | Entity | [protected] |
| animationConnection (defined in Entity) | Entity | [protected] |
| animationStartPose (defined in Entity) | Entity | [protected] |
| attachedModels (defined in Model) | Model | [protected] |
| attachedModelsOffset (defined in Model) | Model | [protected] |
| AttachStaticModel(ModelPtr &_model, math::Pose _offset) | Model | |
| BALL_JOINT enum value (defined in Base) | Base | |
| Base(BasePtr parent) | Base | |
| BASE enum value (defined in Base) | Base | |
| BOX_SHAPE enum value (defined in Base) | Base | |
| children | Base | [protected] |
| childrenEnd (defined in Base) | Base | [protected] |
| COLLISION enum value (defined in Base) | Base | |
| connections (defined in Entity) | Entity | [protected] |
| CYLINDER_SHAPE enum value (defined in Base) | Base | |
| DetachStaticModel(const std::string &_model) (defined in Model) | Model | |
| dirtyPose (defined in Entity) | Entity | [protected] |
| Entity(BasePtr parent) | Entity | |
| ENTITY enum value (defined in Base) | Base | |
| EntityType enum name (defined in Base) | Base | |
| FillModelMsg(msgs::Model &_msg) | Model | |
| Fini() | Model | [virtual] |
| GetBoundingBox() const | Model | [virtual] |
| GetById(unsigned int _id) const | Base | |
| GetByName(const std::string &name) | Base | |
| GetChild(unsigned int i) const | Base | |
| GetChild(const std::string &name) | Base | |
| GetChildCollision(const std::string &_name) | Entity | |
| GetChildCount() const | Base | |
| GetChildLink(const std::string &_name) | Entity | |
| GetCollisionBoundingBox() const (defined in Entity) | Entity | |
| GetCompleteScopedName() const | Base | |
| GetDirtyPose() const (defined in Entity) | Entity | |
| GetId() const | Base | |
| GetJoint(unsigned int index) const | Model | |
| GetJoint(const std::string &name) | Model | |
| GetJointCount() const | Model | |
| GetLink(const std::string &name="canonical") const | Model | |
| GetLinkById(unsigned int _id) const | Model | |
| GetName() const | Base | |
| GetNearestEntityBelow(double &_distBelow, std::string &_entityName) | Entity | |
| GetParent() const | Base | |
| GetParentId() const | Base | |
| GetParentModel() | Entity | |
| GetRelativeAngularAccel() const | Model | [virtual] |
| GetRelativeAngularVel() const | Model | [virtual] |
| GetRelativeLinearAccel() const | Model | [virtual] |
| GetRelativeLinearVel() const | Model | [virtual] |
| GetRelativePose() const | Entity | |
| GetSaveable() const | Base | |
| GetScopedName() const | Base | |
| GetSDF() | Model | [virtual] |
| GetShowInGui() const | Base | |
| GetType() const | Base | |
| GetWorld() const | Base | |
| GetWorldAngularAccel() const | Model | [virtual] |
| GetWorldAngularVel() const | Model | [virtual] |
| GetWorldLinearAccel() const | Model | [virtual] |
| GetWorldLinearVel() const | Model | [virtual] |
| GetWorldPose() const | Entity | [inline] |
| HasType(const EntityType &_t) const | Base | |
| HEIGHTMAP_SHAPE enum value (defined in Base) | Base | |
| HINGE2_JOINT enum value (defined in Base) | Base | |
| HINGE_JOINT enum value (defined in Base) | Base | |
| Init() | Model | [virtual] |
| IsCanonicalLink() const | Entity | [inline] |
| IsSelected() const | Base | |
| IsStatic() const | Entity | |
| JOINT enum value (defined in Base) | Base | |
| LIGHT enum value (defined in Base) | Base | |
| LINK enum value (defined in Base) | Base | |
| Load(sdf::ElementPtr &_sdf) | Model | [virtual] |
| MAP_SHAPE enum value (defined in Base) | Base | |
| MODEL enum value (defined in Base) | Base | |
| Model(BasePtr parent) | Model | |
| MULTIRAY_SHAPE enum value (defined in Base) | Base | |
| node (defined in Entity) | Entity | [protected] |
| OnPoseChange() | Model | [protected, virtual] |
| operator==(const Base &ent) const | Base | |
| parent | Base | [protected] |
| parentEntity | Entity | [protected] |
| PlaceOnNearestEntityBelow() | Entity | |
| PLANE_SHAPE enum value (defined in Base) | Base | |
| poseMsg (defined in Entity) | Entity | [protected] |
| Print(std::string prefix) (defined in Base) | Base | |
| ProcessMsg(const msgs::Model &_msg) | Model | |
| RAY_SHAPE enum value (defined in Base) | Base | |
| RemoveChild(EntityPtr child) | Model | [virtual] |
| gazebo::physics::Entity::RemoveChild(unsigned int id) | Base | [virtual] |
| gazebo::physics::Entity::RemoveChild(const std::string &_name) | Base | |
| RemoveChildren() | Base | |
| requestPub (defined in Entity) | Entity | [protected] |
| Reset() | Model | [virtual] |
| SCREW_JOINT enum value (defined in Base) | Base | |
| sdf (defined in Base) | Base | [protected] |
| SetAngularAccel(const math::Vector3 &vel) | Model | |
| SetAngularVel(const math::Vector3 &vel) | Model | |
| SetAnimation(const common::PoseAnimationPtr &_anim, boost::function< void()> _onComplete) | Entity | |
| SetAnimation(const common::PoseAnimationPtr &_anim) (defined in Entity) | Entity | |
| SetCanonicalLink(bool _value) | Entity | |
| SetCollideMode(const std::string &m) | Model | |
| SetGravityMode(const bool &v) | Model | |
| SetInitialRelativePose(const math::Pose &p) | Entity | |
| SetJointAnimation(const std::map< std::string, common::NumericAnimationPtr > anim, boost::function< void()> _onComplete) (defined in Model) | Model | |
| SetJointPositions(const std::map< std::string, double > &_jointPositions) | Model | |
| SetLaserRetro(const float &retro) | Model | |
| SetLinearAccel(const math::Vector3 &vel) | Model | |
| SetLinearVel(const math::Vector3 &vel) | Model | |
| SetName(const std::string &name) | Entity | [virtual] |
| SetParent(BasePtr parent) | Base | |
| SetRelativePose(const math::Pose &pose, bool notify=true) | Entity | |
| SetSaveable(bool v) | Base | |
| SetSelected(bool s) | Base | [virtual] |
| SetShowInGui(bool v) | Base | |
| SetStatic(const bool &s) | Entity | |
| SetWorld(const WorldPtr &_newWorld) | Base | |
| SetWorldPose(const math::Pose &pose, bool notify=true) | Entity | |
| SetWorldTwist(const math::Vector3 &linear, const math::Vector3 &angular, bool updateChildren=true) (defined in Entity) | Entity | |
| SHAPE enum value (defined in Base) | Base | |
| SLIDER_JOINT enum value (defined in Base) | Base | |
| SPHERE_SHAPE enum value (defined in Base) | Base | |
| TRIMESH_SHAPE enum value (defined in Base) | Base | |
| UNIVERSAL_JOINT enum value (defined in Base) | Base | |
| Update() | Model | [virtual] |
| UpdateParameters(sdf::ElementPtr &_sdf) | Model | [virtual] |
| visPub (defined in Entity) | Entity | [protected] |
| VISUAL enum value (defined in Base) | Base | |
| visualMsg (defined in Entity) | Entity | [protected] |
| world (defined in Base) | Base | [protected] |
| ~Base() | Base | [virtual] |
| ~Entity() | Entity | [virtual] |
| ~Model() | Model | [virtual] |