17 #ifndef _GAZEBO_GUI_MODEL_MANIPULATOR_HH_ 18 #define _GAZEBO_GUI_MODEL_MANIPULATOR_HH_ 38 class ModelManipulatorPrivate;
59 public:
void Detach();
63 public:
void SetManipulationMode(
const std::string &_mode);
102 bool _local =
false);
110 bool _local =
false);
121 double _interval = 1.0,
double _sensitivity = 0.4);
180 private: ModelManipulatorPrivate *dataPtr;
Generic description of a mouse event.
Definition: MouseEvent.hh:35
Forward declarations for the common classes.
Definition: Animation.hh:33
Encapsulates a position and rotation in three space.
Definition: Pose.hh:37
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
Generic integer x, y vector.
Definition: Vector2i.hh:36
Generic description of a keyboard event.
Definition: KeyEvent.hh:32
Singleton template class.
Definition: SingletonT.hh:33
Manipulator tool for translating/rotating/scaling models and links.
Definition: ModelManipulator.hh:43
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:112
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
boost::shared_ptr< Camera > CameraPtr
Definition: RenderTypes.hh:88