Skip to main content

Module ply

Module ply 

Source
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.
PlyPropertyKind
Supported PLY scalar property types.
PlyWriteFormat
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.