Helper class to store part data. More...
#include <ModelCreator.hh>


| Public Attributes | |
| std::vector < physics::CollisionPtr > | collisions | 
| Name of part.  More... | |
| bool | gravity | 
| True to enable gravity on part.  More... | |
| physics::Inertial * | inertial | 
| Name of part.  More... | |
| bool | kinematic | 
| True to make part kinematic.  More... | |
| std::string | name | 
| Name of part.  More... | |
| math::Pose | pose | 
| Pose of part.  More... | |
| bool | selfCollide | 
| True to allow self collision.  More... | |
| SensorData * | sensorData | 
| Sensor data.  More... | |
| std::vector< rendering::VisualPtr > | visuals | 
| Visuals of the part.  More... | |
Helper class to store part data.
| std::vector<physics::CollisionPtr> gazebo::gui::PartData::collisions | 
Name of part.
| bool gazebo::gui::PartData::gravity | 
True to enable gravity on part.
| physics::Inertial* gazebo::gui::PartData::inertial | 
Name of part.
| bool gazebo::gui::PartData::kinematic | 
True to make part kinematic.
| std::string gazebo::gui::PartData::name | 
Name of part.
| math::Pose gazebo::gui::PartData::pose | 
Pose of part.
| bool gazebo::gui::PartData::selfCollide | 
True to allow self collision.
| SensorData* gazebo::gui::PartData::sensorData | 
Sensor data.
| std::vector<rendering::VisualPtr> gazebo::gui::PartData::visuals | 
Visuals of the part.