Function psyiage_metric_record_pointcloud¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_metric_record_pointcloud
(psyiage_handle handle, char *name, psyiage_pointcloud_data *value, int numpoints)¶ Push point cloud metric values.
Record new point cloud metric values into the current session.
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle
: - A handle to the psyiage instancename
: - string identifying the metric to pushvalue
: - Array of point cloud points to pushnumpoints
: - Number of points in the point cloud