$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-vision_visp/doc_stacks/2013-03-02_14-13-07.148743/vision_visp/visp_camera_calibration/msg/ImagePoint.msg */ 00002 #ifndef VISP_CAMERA_CALIBRATION_MESSAGE_IMAGEPOINT_H 00003 #define VISP_CAMERA_CALIBRATION_MESSAGE_IMAGEPOINT_H 00004 #include <string> 00005 #include <vector> 00006 #include <map> 00007 #include <ostream> 00008 #include "ros/serialization.h" 00009 #include "ros/builtin_message_traits.h" 00010 #include "ros/message_operations.h" 00011 #include "ros/time.h" 00012 00013 #include "ros/macros.h" 00014 00015 #include "ros/assert.h" 00016 00017 00018 namespace visp_camera_calibration 00019 { 00020 template <class ContainerAllocator> 00021 struct ImagePoint_ { 00022 typedef ImagePoint_<ContainerAllocator> Type; 00023 00024 ImagePoint_() 00025 : x(0) 00026 , y(0) 00027 { 00028 } 00029 00030 ImagePoint_(const ContainerAllocator& _alloc) 00031 : x(0) 00032 , y(0) 00033 { 00034 } 00035 00036 typedef int32_t _x_type; 00037 int32_t x; 00038 00039 typedef int32_t _y_type; 00040 int32_t y; 00041 00042 00043 private: 00044 static const char* __s_getDataType_() { return "visp_camera_calibration/ImagePoint"; } 00045 public: 00046 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00047 00048 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00049 00050 private: 00051 static const char* __s_getMD5Sum_() { return "bd7b43fd41d4c47bf5c703cc7d016709"; } 00052 public: 00053 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00054 00055 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00056 00057 private: 00058 static const char* __s_getMessageDefinition_() { return "# a point (pixel coordinates) selected in an image\n\ 00059 \n\ 00060 int32 x\n\ 00061 int32 y\n\ 00062 \n\ 00063 "; } 00064 public: 00065 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00066 00067 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00068 00069 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00070 { 00071 ros::serialization::OStream stream(write_ptr, 1000000000); 00072 ros::serialization::serialize(stream, x); 00073 ros::serialization::serialize(stream, y); 00074 return stream.getData(); 00075 } 00076 00077 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00078 { 00079 ros::serialization::IStream stream(read_ptr, 1000000000); 00080 ros::serialization::deserialize(stream, x); 00081 ros::serialization::deserialize(stream, y); 00082 return stream.getData(); 00083 } 00084 00085 ROS_DEPRECATED virtual uint32_t serializationLength() const 00086 { 00087 uint32_t size = 0; 00088 size += ros::serialization::serializationLength(x); 00089 size += ros::serialization::serializationLength(y); 00090 return size; 00091 } 00092 00093 typedef boost::shared_ptr< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > Ptr; 00094 typedef boost::shared_ptr< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> const> ConstPtr; 00095 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00096 }; // struct ImagePoint 00097 typedef ::visp_camera_calibration::ImagePoint_<std::allocator<void> > ImagePoint; 00098 00099 typedef boost::shared_ptr< ::visp_camera_calibration::ImagePoint> ImagePointPtr; 00100 typedef boost::shared_ptr< ::visp_camera_calibration::ImagePoint const> ImagePointConstPtr; 00101 00102 00103 template<typename ContainerAllocator> 00104 std::ostream& operator<<(std::ostream& s, const ::visp_camera_calibration::ImagePoint_<ContainerAllocator> & v) 00105 { 00106 ros::message_operations::Printer< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> >::stream(s, "", v); 00107 return s;} 00108 00109 } // namespace visp_camera_calibration 00110 00111 namespace ros 00112 { 00113 namespace message_traits 00114 { 00115 template<class ContainerAllocator> struct IsMessage< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > : public TrueType {}; 00116 template<class ContainerAllocator> struct IsMessage< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> const> : public TrueType {}; 00117 template<class ContainerAllocator> 00118 struct MD5Sum< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > { 00119 static const char* value() 00120 { 00121 return "bd7b43fd41d4c47bf5c703cc7d016709"; 00122 } 00123 00124 static const char* value(const ::visp_camera_calibration::ImagePoint_<ContainerAllocator> &) { return value(); } 00125 static const uint64_t static_value1 = 0xbd7b43fd41d4c47bULL; 00126 static const uint64_t static_value2 = 0xf5c703cc7d016709ULL; 00127 }; 00128 00129 template<class ContainerAllocator> 00130 struct DataType< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > { 00131 static const char* value() 00132 { 00133 return "visp_camera_calibration/ImagePoint"; 00134 } 00135 00136 static const char* value(const ::visp_camera_calibration::ImagePoint_<ContainerAllocator> &) { return value(); } 00137 }; 00138 00139 template<class ContainerAllocator> 00140 struct Definition< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > { 00141 static const char* value() 00142 { 00143 return "# a point (pixel coordinates) selected in an image\n\ 00144 \n\ 00145 int32 x\n\ 00146 int32 y\n\ 00147 \n\ 00148 "; 00149 } 00150 00151 static const char* value(const ::visp_camera_calibration::ImagePoint_<ContainerAllocator> &) { return value(); } 00152 }; 00153 00154 template<class ContainerAllocator> struct IsFixedSize< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > : public TrueType {}; 00155 } // namespace message_traits 00156 } // namespace ros 00157 00158 namespace ros 00159 { 00160 namespace serialization 00161 { 00162 00163 template<class ContainerAllocator> struct Serializer< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > 00164 { 00165 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00166 { 00167 stream.next(m.x); 00168 stream.next(m.y); 00169 } 00170 00171 ROS_DECLARE_ALLINONE_SERIALIZER; 00172 }; // struct ImagePoint_ 00173 } // namespace serialization 00174 } // namespace ros 00175 00176 namespace ros 00177 { 00178 namespace message_operations 00179 { 00180 00181 template<class ContainerAllocator> 00182 struct Printer< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > 00183 { 00184 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::visp_camera_calibration::ImagePoint_<ContainerAllocator> & v) 00185 { 00186 s << indent << "x: "; 00187 Printer<int32_t>::stream(s, indent + " ", v.x); 00188 s << indent << "y: "; 00189 Printer<int32_t>::stream(s, indent + " ", v.y); 00190 } 00191 }; 00192 00193 00194 } // namespace message_operations 00195 } // namespace ros 00196 00197 #endif // VISP_CAMERA_CALIBRATION_MESSAGE_IMAGEPOINT_H 00198