38 #ifndef PCL_COMMON_COPY_POINT_H_ 39 #define PCL_COMMON_COPY_POINT_H_ 54 template <
typename Po
intInT,
typename Po
intOutT>
void 55 copyPoint (
const PointInT& point_in, PointOutT& point_out);
59 #include <pcl/common/impl/copy_point.hpp> 61 #endif // PCL_COMMON_COPY_POINT_H_ This file defines compatibility wrappers for low level I/O functions.
void copyPoint(const PointInT &point_in, PointOutT &point_out)
Copy the fields of a source point into a target point.