|
Point Cloud Library (PCL)
1.15.1-dev
|
Used together with pcl::for_each_type, copies all point fields from cloud_data (respecting each field offset) to msg_data (tightly packed).
More...
#include <pcl/conversions.h>
Public Member Functions | |
| FieldCopier (std::uint8_t *&msg_data, const std::uint8_t *&cloud_data) | |
| template<typename U > | |
| void | operator() () |
Public Attributes | |
| std::uint8_t *& | msg_data_ |
| const std::uint8_t *& | cloud_data_ |
Used together with pcl::for_each_type, copies all point fields from cloud_data (respecting each field offset) to msg_data (tightly packed).
Definition at line 331 of file conversions.h.
|
inline |
Definition at line 332 of file conversions.h.
|
inline |
Definition at line 334 of file conversions.h.
References pcl::detail::FieldCopier< PointT >::cloud_data_, and pcl::detail::FieldCopier< PointT >::msg_data_.
| const std::uint8_t*& pcl::detail::FieldCopier< PointT >::cloud_data_ |
Definition at line 340 of file conversions.h.
Referenced by pcl::detail::FieldCopier< PointT >::operator()().
| std::uint8_t*& pcl::detail::FieldCopier< PointT >::msg_data_ |
Definition at line 339 of file conversions.h.
Referenced by pcl::detail::FieldCopier< PointT >::operator()().