EPointCloud::AddPointAndAttributesTo

Adds a point and its attributes to another EPointCloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void AddPointAndAttributesTo(
   EPointCloud& dstCloud,
   OEV_UINT32 srcIndex,
   bool addAttributeIfNotPresent
)

Parameters

dstCloud

The EPointCloud where the attributes are copied.

srcIndex

The index of the element to copy from the source EPointCloud.

addAttributeIfNotPresent

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

EPointCloud.AddPointAndAttributesTo

Adds a point and its attributes to another EPointCloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void AddPointAndAttributesTo(
   Euresys.Open_eVision.Easy3D.EPointCloud dstCloud,
   uint srcIndex,
   bool addAttributeIfNotPresent
)

Parameters

dstCloud

The EPointCloud where the attributes are copied.

srcIndex

The index of the element to copy from the source EPointCloud.

addAttributeIfNotPresent

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