5 #ifndef GEOMETRY_MSGS_MESSAGE_POLYGON_H 6 #define GEOMETRY_MSGS_MESSAGE_POLYGON_H 22 template <
class ContainerAllocator>
37 typedef std::vector< ::geometry_msgs::Point32_<ContainerAllocator> ,
typename ContainerAllocator::template rebind< ::geometry_msgs::Point32_<ContainerAllocator> >::other >
_points_type;
43 typedef std::shared_ptr< ::geometry_msgs::Polygon_<ContainerAllocator> >
Ptr;
44 typedef std::shared_ptr< ::geometry_msgs::Polygon_<ContainerAllocator>
const>
ConstPtr;
48 typedef ::geometry_msgs::Polygon_<std::allocator<void> >
Polygon;
50 typedef std::shared_ptr< ::geometry_msgs::Polygon >
PolygonPtr;
57 template<
typename ContainerAllocator>
58 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::Polygon_<ContainerAllocator> &
v)
68 namespace message_traits
81 template <
class ContainerAllocator>
86 template <
class ContainerAllocator>
91 template <
class ContainerAllocator>
96 template <
class ContainerAllocator>
101 template <
class ContainerAllocator>
106 template <
class ContainerAllocator>
112 template<
class ContainerAllocator>
117 return "cd60a26494a087f577976f0329fa120e";
120 static const char*
value(const ::geometry_msgs::Polygon_<ContainerAllocator>&) {
return value(); }
121 static const uint64_t static_value1 = 0xcd60a26494a087f5ULL;
122 static const uint64_t static_value2 = 0x77976f0329fa120eULL;
125 template<
class ContainerAllocator>
130 return "geometry_msgs/Polygon";
133 static const char*
value(const ::geometry_msgs::Polygon_<ContainerAllocator>&) {
return value(); }
136 template<
class ContainerAllocator>
141 return "#A specification of a polygon where the first and last points are assumed to be connected\n\ 144 ================================================================================\n\ 145 MSG: geometry_msgs/Point32\n\ 146 # This contains the position of a point in free space(with 32 bits of precision).\n\ 147 # It is recommeded to use Point wherever possible instead of Point32. \n\ 149 # This recommendation is to promote interoperability. \n\ 151 # This message is designed to take up less space when sending\n\ 152 # lots of points at once, as in the case of a PointCloud. \n\ 160 static const char*
value(const ::geometry_msgs::Polygon_<ContainerAllocator>&) {
return value(); }
168 namespace serialization
175 stream.next(m.points);
186 namespace message_operations
189 template<
class ContainerAllocator>
192 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::Polygon_<ContainerAllocator>&
v)
194 s << indent <<
"points[]" << std::endl;
195 for (
size_t i = 0;
i < v.points.size(); ++
i)
197 s << indent <<
" points[" <<
i <<
"]: ";
208 #endif // GEOMETRY_MSGS_MESSAGE_POLYGON_H
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static const char * value()
static const char * value(const ::geometry_msgs::Polygon_< ContainerAllocator > &)
Specialize to provide the md5sum for a message.
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static const char * value(const ::geometry_msgs::Polygon_< ContainerAllocator > &)
GLsizei const GLchar *const * string
static const char * value(const ::geometry_msgs::Polygon_< ContainerAllocator > &)
Specialize to provide the datatype for a message.
std::shared_ptr< ::geometry_msgs::Polygon > PolygonPtr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
std::shared_ptr< ::geometry_msgs::Polygon_< ContainerAllocator > const > ConstPtr
Stream base-class, provides common functionality for IStream and OStream.
Polygon_< ContainerAllocator > Type
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::Polygon_< ContainerAllocator > &v)
static void allInOne(Stream &stream, T m)
std::shared_ptr< ::geometry_msgs::Polygon_< ContainerAllocator > > Ptr
Polygon_(const ContainerAllocator &_alloc)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
std::shared_ptr< ::geometry_msgs::Polygon const > PolygonConstPtr
static const char * value()
::geometry_msgs::Polygon_< std::allocator< void > > Polygon
static const char * value()
GLdouble GLdouble GLint GLint const GLdouble * points
std::vector< ::geometry_msgs::Point32_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point32_< ContainerAllocator > >::other > _points_type