17 #ifndef _GAZEBO_MODEL_SNAP_HH_ 18 #define _GAZEBO_MODEL_SNAP_HH_ 36 class ModelSnapPrivate;
68 public:
void Snap(
const std::vector<math::Vector3> &_triangleSrc,
69 const std::vector<math::Vector3> &_triangleDest,
82 public:
void GetSnapTransform(
83 const std::vector<math::Vector3> &_triangleSrc,
84 const std::vector<math::Vector3> &_triangleDest,
105 private:
void Update();
112 private: ModelSnapPrivate *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
A gui tool for snapping one model to another.
Definition: ModelSnap.hh:40
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
Singleton template class.
Definition: SingletonT.hh:33
A quaternion class.
Definition: Quaternion.hh:42
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:112
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.