EPointCloud::GetAttributeBuffer

Retrieves a pointer to the internal attribute buffer.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const void* GetAttributeBuffer(
   int attribute
)

Parameters

attribute

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

Remarks

If the attribute has not been initialized, it throws an EException.

EPointCloud.GetAttributeBuffer

Retrieves a pointer to the internal attribute buffer.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

IntPtr GetAttributeBuffer(
   int attribute
)

Parameters

attribute

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

Remarks

If the attribute has not been initialized, it throws an EException.