Generic specification for SliceView chunks specifying a layout and voxel size.

Hierarchy

Properties

baseVoxelOffset: Float32Array
chunkDataSize: Uint32Array

Size of chunk in voxels.

compressedSegmentationBlockSize: undefined | vec3
dataType: DataType
lowerChunkBound: Float32Array

All valid chunks are in the range [lowerChunkBound, upperChunkBound).

These are specified in units of chunks (not voxels).

lowerVoxelBound: Float32Array
rank: number
upperChunkBound: Float32Array
upperVoxelBound: Float32Array

Generated using TypeDoc