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_
void copyPoint(const PointInT &point_in, PointOutT &point_out)
Copy the fields of a source point into a target point.