EPointCloud::HasAttributeBuffer

Returns true if a buffer of the given E3DAttribute exists in the point cloud

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool HasAttributeBuffer(
   int attribute
)

Parameters

attribute

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

EPointCloud.HasAttributeBuffer

Returns true if a buffer of the given E3DAttribute exists in the point cloud

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool HasAttributeBuffer(
   int attribute
)

Parameters

attribute

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