EPointCloud::AddPointCloud

Adds the points of another point cloud to EPointCloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void AddPointCloud(
   const EPointCloud& cloud,
   bool addAttributeIfNotPresent
)

Parameters

cloud

Point cloud whose points will be added to the point cloud.

addAttributeIfNotPresent

Whether to initialize a buffer if it is present cloud but not in EPointCloud. this could result in the creation of an attribute filled with default values.

EPointCloud.AddPointCloud

Adds the points of another point cloud to EPointCloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void AddPointCloud(
   Euresys.Open_eVision.Easy3D.EPointCloud cloud,
   bool addAttributeIfNotPresent
)

Parameters

cloud

Point cloud whose points will be added to the point cloud.

addAttributeIfNotPresent

Whether to initialize a buffer if it is present cloud but not in EPointCloud. this could result in the creation of an attribute filled with default values.