Optional
baseSpecifies offset for use by backend.ts:GenericVolumeChunkSource.computeChunkBounds in calculating chunk voxel coordinates. The calculated chunk coordinates will be equal to the voxel position (in chunkLayout coordinates) plus this value.
Defaults to kZeroVec if not specified.
Optional
chunkChunk sizes in voxels.
Optional
chunkPreferred chunk layout, which determines chunk sizes to use if chunkDataSizes is not specified.
Transform from chunk space to the multiscale volume space.
Homogeneous (rank + 1) * (rank + 1)
matrix in column-major order.
Optional
chunkIf specified, must be equal to the product of chunkToMultiscaleTransform
and
multiscaleToViewTransform
.
Optional
compressedIf set, indicates that the chunk is in compressed segmentation format with the specified block size.
Optional
lowerIf 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.
Optional
maxOptional
maxOptional
minExclusive upper bound in "chunk" coordinate space, in voxels. This determines upperChunkBound.
Volume type.
Generated using TypeDoc
Specifies parameters for
makeDefaultVolumeChunkSpecifications
.