Module pointcloud::points[][src]

Point Cloud

Abstracts data access over several files and glues metadata files to vector data files

Structs

Converteri8

Helper iterator for converting one type into another. Cleans up a really messy map.

Converteri16

Helper iterator for converting one type into another. Cleans up a really messy map.

Converteri32

Helper iterator for converting one type into another. Cleans up a really messy map.

Converteru8

Helper iterator for converting one type into another. Cleans up a really messy map.

Converteru16

Helper iterator for converting one type into another. Cleans up a really messy map.

Converteru32

Helper iterator for converting one type into another. Cleans up a really messy map.

RawSparse

The core element of the sparse reference. This has no lifetime information, and you should not build it directly. SparseRef derefences into this, which as the derefrence is borrowed, has a strictly shorter lifespan, and doesn’t implement clone or copy, is safe.

SparseDenseIter

Enables iterating thru a sparse vector, like a dense vector without allocating anything

SparseRef

A sparse refrence to a pair of buffers, one for indexes and one for the data.