Expand description
PLY (Polygon File Format) readers and writers. PLY (Polygon File Format) readers and writers for point clouds.
Structs§
- PlyHeader
- Parsed PLY header for vertex-only point clouds.
- PlyProperty
- One vertex property in a PLY header.
- PlyReader
- Reads point clouds from PLY files or streams.
- PlyWriter
- Writes point clouds to PLY files or streams.
Enums§
- PlyFormat
- PLY payload encoding.
- PlyProperty
Kind - Supported PLY scalar property types.
- PlyWrite
Format - Output encoding for PLY writers.
Functions§
- infer_
property_ semantic - Maps a PLY property name to a SpatialRust semantic.
- ply_
property_ from_ field - Builds a PLY property description from a SpatialRust field.
- read_
ply - Reads a complete PLY file from any buffered reader.
- read_
ply_ file - Reads a PLY file from disk.
- schema_
from_ ply_ properties - Builds a SpatialRust schema from PLY vertex properties.
- write_
ply - Writes a point cloud to a PLY stream.
- write_
ply_ file - Writes a point cloud to a PLY file on disk.