1 #ifndef PCL_SENSOR_MSGS_MESSAGE_POINTFIELD_H
2 #define PCL_SENSOR_MSGS_MESSAGE_POINTFIELD_H
6 #include <boost/shared_ptr.hpp>
32 typedef boost::shared_ptr< ::sensor_msgs::PointField>
Ptr;
33 typedef boost::shared_ptr< ::sensor_msgs::PointField const>
ConstPtr;
39 inline std::ostream&
operator<<(std::ostream& s, const ::sensor_msgs::PointField & v)
42 s <<
" " << v.name << std::endl;
44 s <<
" " << v.offset << std::endl;
46 s <<
" " << v.datatype << std::endl;
48 s <<
" " << v.count << std::endl;
53 #endif // PCL_SENSOR_MSGS_MESSAGE_POINTFIELD_H