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 instance
- name: - string identifying the metric to push
- value: - Array of point cloud points to push
- numpoints: - Number of points in the point cloud