コード例 #1
0
 public static void SetIndices(this PclBase <PointXYZ> _ptr, VectorOfInt indices)
 => Invoke.pclbase_xyz_setIndices(_ptr, indices);
コード例 #2
0
 public static ref PointXYZ Index(this PclBase <PointXYZ> _ptr, int idx)
 => ref Unsafe.AsRef <PointXYZ>(Invoke.pclbase_xyz_indexGet(_ptr, idx));
コード例 #3
0
 public static void SetInputCloud(this PclBase <PointXYZ> _ptr, PointCloud <PointXYZ> cloud)
 => Invoke.pclbase_xyz_setInputCloud(_ptr, cloud);