Expand description
E57 (ASTM E2807) readers and writers. E57 (ASTM E2807) readers and writers for point clouds.
Structs§
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.