public PointCloudOfXYZL(PointCloudOfXYZL cloud, Std.VectorOfInt indices) : this(Invoke.pointcloud_xyzl_ctor_indices(cloud.Ptr, indices.Ptr)) { }
public PointCloudOfNormal(PointCloudOfNormal cloud, Std.VectorOfInt indices) : this(Invoke.pointcloud_normal_ctor_indices(cloud.Ptr, indices.Ptr)) { }
public PointCloudOfXYZRGBA(PointCloudOfXYZRGBA cloud, Std.VectorOfInt indices) : this(Invoke.pointcloud_xyzrgba_ctor_indices(cloud.Ptr, indices.Ptr)) { }