Skip to main content

Crate copc_streaming

Crate copc_streaming 

Source

Structs§

Aabb
Axis-aligned bounding box.
CopcHeader
Parsed COPC file header.
CopcInfo
COPC info VLR payload (160 bytes). This is COPC-specific — not part of the LAS standard.
CopcStreamingReader
Async streaming COPC reader.
DecompressedChunk
A decompressed point data chunk.
FileSource
A ByteSource backed by a local file.
HierarchyCache
Incrementally-loaded hierarchy cache.
HierarchyEntry
A single hierarchy entry: metadata for one octree node.
VoxelKey
Octree node key: (level, x, y, z).

Enums§

CopcError

Traits§

ByteSource
Async random-access byte source.