Interface SliceViewChunkSpecificationBaseOptions

Common parameters for SliceView Chunks.

Hierarchy

Properties

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