Interface SliceViewSingleResolutionSource<Source>

Type Parameters

Hierarchy

  • SliceViewSingleResolutionSource

Properties

chunkSource: Source
chunkToMultiscaleTransform: Float32Array

(rank + 1)*(rank + 1) homogeneous transformation matrix from the "chunk" coordinate space to the MultiscaleSliceViewChunkSource space.

lowerClipBound?: Float32Array

Lower clipping bound in voxels within the "chunk" coordinate space. If not specified, defaults to chunkSource.spec.lowerVoxelBound. Non-integer values are supported.

Both lowerClipBound and upperClipBound are applied during rendering but do not affect which chunks/voxels are actually retrieved. That is determined by lowerVoxelBound and upperVoxelBound of chunkSource.spec.

upperClipBound?: Float32Array

Upper clipping bound in voxels within the "chunk" coordinate space. If not specified, defaults to chunkSource.spec.upperVoxelBound.

Generated using TypeDoc