public static void SetIndices(this PclBase <PointXYZ> _ptr, VectorOfInt indices) => Invoke.pclbase_xyz_setIndices(_ptr, indices);
public static ref PointXYZ Index(this PclBase <PointXYZ> _ptr, int idx) => ref Unsafe.AsRef <PointXYZ>(Invoke.pclbase_xyz_indexGet(_ptr, idx));
public static void SetInputCloud(this PclBase <PointXYZ> _ptr, PointCloud <PointXYZ> cloud) => Invoke.pclbase_xyz_setInputCloud(_ptr, cloud);