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
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.
Exclusive upper bound in "chunk" coordinate space, in voxels. This determines upperChunkBound.
Generated using TypeDoc
Specifies constructor parameters for VolumeChunkSpecification.