17 #ifndef _GAZEBO_GUI_MODEL_ALIGN_HH_    18 #define _GAZEBO_GUI_MODEL_ALIGN_HH_    39     class ModelAlignPrivate;
    65       public: 
void AlignVisuals(std::vector<rendering::VisualPtr> _visuals,
    66           const std::string &_axis, 
const std::string &_config,
    67           const std::string &_target, 
const bool _publish = 
true,
    68           const bool _inverted = 
false);
    74       private: 
void GetMinMax(std::vector<math::Vector3> _vertices,
    83           std::vector<math::Vector3> &_vertices);
    97       private: ModelAlignPrivate *dataPtr;
 A gui tool for aligning models. 
Definition: ModelAlign.hh:43
 
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
 
Mathematical representation of a box and related functions. 
Definition: Box.hh:35
 
Singleton template class. 
Definition: SingletonT.hh:33
 
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:112
 
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.