ignition/msgs/PointCloudPackedUtils.hh
Go to the documentation of this file.
19 // https://github.com/ros/common_msgs/blob/275b09a/sensor_msgs/include/sensor_msgs/point_cloud2_iterator.h
Same as a PointCloudPackedIterator but for const data.
Definition: ignition/msgs/PointCloudPackedUtils.hh:89
PointCloudPackedConstIterator(const PointCloudPacked &_cloudMsg, const std::string &_fieldName)
Definition: ignition/msgs/PointCloudPackedUtils.hh:90
Class that can iterate over a PointCloudPacked message.
Definition: ignition/msgs/PointCloudPackedUtils.hh:71
PointCloudPackedIterator(PointCloudPacked &_cloudMsg, const std::string &_fieldName)
Definition: ignition/msgs/PointCloudPackedUtils.hh:73
T endl(T... args)
int sizeOfPointField(PointCloudPacked::Field::DataType _dataType)
Return the size of a datatype (which is an enum of ignition::msgs::PointCloudPacked::Field) in bytes.
Definition: ignition/msgs/PointCloudPackedUtils.hh:106