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

Hierarchy

Properties

chunkDataSize: Uint32Array | Float32Array

Size of chunk in voxels.

chunkToMultiscaleTransform: Float32Array

Must equal the chunkToMultiscaleTransform in the SliceViewSingleResolutionSource.

limit: number

Specifies the maximum density of annotations provided by this chunk source, as limit per the chunk volume. The higher the value, the sooner chunks from this source will be subsampled. To disable subsampling completely, set limit to 0.

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