Skip to main content

export_point_cloud_c_data

Function export_point_cloud_c_data 

Source
pub fn export_point_cloud_c_data(
    cloud: &PointCloud,
) -> ArrowBridgeResult<(ExportedArrowSchema, ExportedArrowArray)>
Expand description

Exports a point cloud as an Arrow struct array plus matching schema.