EPointCloud::RemovePoint

Removes a point and its corresponding attributes from the EPointCloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void RemovePoint(
   OEV_UINT32 index
)

Parameters

index

The index of the point to remove.

EPointCloud.RemovePoint

Removes a point and its corresponding attributes from the EPointCloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void RemovePoint(
   uint index
)

Parameters

index

The index of the point to remove.