10 template<
typename PC1,
typename PC2>
13 target.header = source.header;
14 target.height = source.height;
15 target.width = source.width;
16 target.fields = source.fields;
17 target.is_bigendian = source.is_bigendian;
18 target.point_step = source.point_step;
19 target.row_step = source.row_step;
20 target.is_dense = source.is_dense;
void copyCloudMetadata(PC1 &target, const PC2 &source)
copies header, width, ... between clouds