// Generated by gencpp from file robot_geometry_msgs/Point.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_POINT_H #define GEOMETRY_MSGS_MESSAGE_POINT_H #include #include #include #include namespace robot_geometry_msgs { template struct Point_ { typedef Point_ Type; Point_() : x(0.0), y(0.0), z(0.0) { } Point_(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::Point_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::Point_ const> ConstPtr; }; // struct Point_ typedef ::robot_geometry_msgs::Point_> Point; typedef boost::shared_ptr<::robot_geometry_msgs::Point> PointPtr; typedef boost::shared_ptr<::robot_geometry_msgs::Point const> PointConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::Point_ &lhs, const ::robot_geometry_msgs::Point_ &rhs) { return lhs.x == rhs.x && lhs.y == rhs.y && lhs.z == rhs.z; } template bool operator!=(const ::robot_geometry_msgs::Point_ &lhs, const ::robot_geometry_msgs::Point_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_POINT_H