// Generated by gencpp from file robot_geometry_msgs/Vector3.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_VECTOR3_H #define GEOMETRY_MSGS_MESSAGE_VECTOR3_H #include #include #include #include namespace robot_geometry_msgs { template struct Vector3_ { typedef Vector3_ Type; Vector3_() : x(0.0), y(0.0), z(0.0) { } Vector3_(const ContainerAllocator &_alloc) : x(0.0), y(0.0), z(0.0) { (void)_alloc; } typedef double _x_type; _x_type x; typedef double _y_type; _y_type y; typedef double _z_type; _z_type z; typedef boost::shared_ptr<::robot_geometry_msgs::Vector3_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::Vector3_ const> ConstPtr; }; // struct Vector3_ typedef ::robot_geometry_msgs::Vector3_> Vector3; typedef boost::shared_ptr<::robot_geometry_msgs::Vector3> Vector3Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::Vector3 const> Vector3ConstPtr; template bool operator==(const ::robot_geometry_msgs::Vector3_ &lhs, const ::robot_geometry_msgs::Vector3_ &rhs) { return lhs.x == rhs.x && lhs.y == rhs.y && lhs.z == rhs.z; } template bool operator!=(const ::robot_geometry_msgs::Vector3_ &lhs, const ::robot_geometry_msgs::Vector3_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_VECTOR3_H