Module building_blocks_storage::prelude[][src]

Re-exports

pub use super::copy_extent;
pub use super::Chunk;
pub use super::ChunkKey;
pub use super::ChunkKey2;
pub use super::ChunkKey3;
pub use super::ChunkMapBuilder;
pub use super::ChunkReadStorage;
pub use super::ChunkWriteStorage;
pub use super::Compressed;
pub use super::CompressibleChunkMap;
pub use super::CompressibleChunkMapReader;
pub use super::CompressibleChunkStorage;
pub use super::CompressibleChunkStorageReader;
pub use super::Compression;
pub use super::FastCompressibleChunkStorage;
pub use super::FillExtent;
pub use super::FromBytesCompression;
pub use super::Func;
pub use super::IsEmpty;
pub use super::IterChunkKeys;
pub use super::LocalChunkCache2;
pub use super::LocalChunkCache3;
pub use super::OctreeChunkIndex;
pub use super::OctreeNode;
pub use super::OctreeSet;
pub use super::PointDownsampler;
pub use super::Sd16;
pub use super::Sd8;
pub use super::SdfMeanDownsampler;
pub use super::SerializableChunks;
pub use super::SignedDistance;
pub use super::SmallKeyHashMap;
pub use super::TransformMap;
pub use super::VisitStatus;
pub use super::access_traits::*;
pub use super::array::multichannel_aliases::*;
pub use super::chunk::map::multichannel_aliases::*;
pub use super::chunk::storage::compressible::multichannel_aliases::*;
pub use super::chunk::storage::compressible_reader::multichannel_aliases::*;
pub use super::chunk::storage::hash_map::multichannel_aliases::*;

Structs

ChunkUnits

A newtype wrapper for PointN where each point represents exactly one chunk.

Local

Map-local coordinates.

Lz4

The LZ4 compression algorithm.

Snappy

The Snappy compression algorithm. Uses a pure Rust implementation, making it suitable for use with the WASM target.

Stride

The most efficient coordinates for slice-backed lattice maps. A single number that translates directly to a slice offset.

Traits

IndexedArray

When a lattice map implements IndexedArray, that means there is some underlying array with the location and shape dictated by the extent.

Type Definitions

ChunkUnits2
ChunkUnits3