Skip to main content

Module e57

Module e57 

Source
Expand description

E57 (ASTM E2807) readers and writers. E57 (ASTM E2807) readers and writers for point clouds.

Structs§

E57Reader
Reads point clouds from E57 files.
E57Writer
Writes point clouds to E57 files.

Functions§

e57_prototype_from_schema
Builds an E57 point prototype from a SpatialRust schema.
read_e57
Reads all scans from an E57 file and merges them into one point cloud.
read_e57_file
Reads all scans from an E57 file and merges them into one point cloud.
schema_for_e57_pointcloud
Builds a SpatialRust schema for points read from an E57 scan descriptor.
schema_from_point_cloud
Selects an E57 prototype and export schema for writing a SpatialRust cloud.
write_e57
Writes a point cloud to an E57 file on disk.
write_e57_file
Writes a point cloud to an E57 file on disk.