63 using InT =
typename pcl::traits::datatype<PointInT, Key>::type;
64 using OutT =
typename pcl::traits::datatype<PointOutT, Key>::type;
65 *
reinterpret_cast<OutT*
>(
reinterpret_cast<std::uint8_t*
>(&p2_) + pcl::traits::offset<PointOutT, Key>::value) =
66 *
reinterpret_cast<const InT*
>(
reinterpret_cast<const std::uint8_t*
>(&p1_) + pcl::traits::offset<PointInT, Key>::value);