Set point cloud data to FindSurface context.
int setPointCloudFloat(
[in] FIND_SURFACE_CONTEXT context,
[in] const void *pointer,
[in] unsigned int count,
[in] unsigned int stride
);
int setPointCloudDouble(
[in] FIND_SURFACE_CONTEXT context,
[in] const void *pointer,
[in] unsigned int count,
[in] unsigned int stride
);
If the function succeeds, the return value is FS_NO_ERROR. If the function fails, the return value can be one of the following: FS_OUT_OF_MEMORY, FS_INVALID_VALUE.