EPointCloud::ClearAttributeBuffer

Empties the attribute buffer.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void ClearAttributeBuffer(
   int attribute
)

Parameters

attribute

The attribute buffer id. Either an E3DAttribute or an id returned by EPointCloud::AddCustomAttributeBuffer.

Remarks

If the attribute buffer was a custom attribute, the id is not valid after the call to the method as the buffer will have been deallocated.

EPointCloud.ClearAttributeBuffer

Empties the attribute buffer.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void ClearAttributeBuffer(
   int attribute
)

Parameters

attribute

The attribute buffer id. Either an E3DAttribute or an id returned by EPointCloud::AddCustomAttributeBuffer.

Remarks

If the attribute buffer was a custom attribute, the id is not valid after the call to the method as the buffer will have been deallocated.