EPointCloud::FillPointsBuffer

Copies an external points buffer into the internal points buffer.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void FillPointsBuffer(
   void* pointsBuffer,
   int numPoints
)

Parameters

pointsBuffer

Address of the external points buffer.

numPoints

Number of points in the external points buffer.

Remarks

The buffer must contain points in the form of triplets of 32bits floats stored in the (X,Y,Z) order.

EPointCloud.FillPointsBuffer

Copies an external points buffer into the internal points buffer.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void FillPointsBuffer(
   IntPtr pointsBuffer,
   int numPoints
)

Parameters

pointsBuffer

Address of the external points buffer.

numPoints

Number of points in the external points buffer.

Remarks

The buffer must contain points in the form of triplets of 32bits floats stored in the (X,Y,Z) order.