Interface SliceViewChunkSpecificationOptions<ChunkDataSize>

Common parameters for SliceView Chunks.

Type Parameters

  • ChunkDataSize extends Uint32Array | Float32Array = Uint32Array | Float32Array

Hierarchy

Properties

chunkDataSize: ChunkDataSize
lowerVoxelBound?: Float32Array

If not specified, defaults to an all-zero vector. This determines lowerChunkBound. If this is not a multiple of chunkDataSize, then voxels at lower positions may still be requested.

rank: number
upperVoxelBound: Float32Array

Exclusive upper bound in "chunk" coordinate space, in voxels. This determines upperChunkBound.

Generated using TypeDoc