Transform from dimensions of layer space to dimensions of chunk space.
Matrix has dimensions (globalRank + localRank + 1) * layerRank
.
Input space is [global dimensions, local dimensions]
. Output space is the "chunk clip"
coordinate space, in units of voxels.
When computeVisibleChunks
invokes the addChunk
callback, this is set to the position of the
chunk.
Approximate voxel size in each of the display dimensions.
Transform from non-display dimensions of layer space to non-display dimensions of chunk space.
Same as combinedGlobalLocalToChunkTransform
, except that rows corresponding to "display"
chunk dimensions are all 0.
Matrix has dimensions (globalRank + localRank + 1) * layerRank
.
Input space is [global dimensions, local dimensions]
. Output space is the "chunk clip"
coordinate space, in units of voxels.
Rank of "layer" space and the "chunk clip" space, which is >= rank of chunk space.
Arrays of length rank
specifying the clip bounds (in voxels) for all dimensions.
Arrays of length rank
specifying the clip bounds (in voxels) for dimensions not in
chunkDisplayDimensionIndices
and not channel dimensions. The values for display/channel
dimensions are set to -/+infinity.
Generated using TypeDoc
Dimensions of the chunk corresponding to the 3 display dimensions of the slice view.