Hierarchy

  • DisplayDimensionRenderInfo

Properties

canonicalVoxelFactors: Float64Array

Array of length 3. Amount by which the voxel coordinates of each display dimensions must be multiplied to convert to canonical voxels. canonicalVoxelFactors[i] = voxelPhysicalScales[d] / canonicalVoxelPhysicalSize, where d = dimensionIndices[i], or 1 for i >= rank.

canonicalVoxelPhysicalSize: number

Physical scale corresponding to the canonical voxel. Equal to minimum of voxelPhysicalScales.slice(0, rank), or 1 if rank == 0.

displayDimensionIndices: Int32Array

Array of length 3. The first displayRank elements specify the indices of the the global dimensions that are displayed. The remaining elements are -1.

displayDimensionScales: Float64Array

Scale corresponding to each dimension in displayDimensionIndices. displayDimensionScales[i] is equal to coordinateSpace.scales[displayDimensionIndices[i]], or 1 if displayDimensionIndices[i] == -1.

displayDimensionUnits: readonly string[]

Unit corresponding to each dimension in displayDimensionIndices. displayDimensionUnits[i] is equal to coordinateSpace.units[displayDimensionIndices[i]], or '' if displayDimensionIndices[i] == -1.

displayRank: number

Number of displayed dimensions. Must be <= 3.

globalDimensionNames: readonly string[]

Array of length globalRank specifying global dimension names.

globalRank: number

Number of global dimensions.

voxelPhysicalScales: Float64Array

Array of length 3. voxelPhysicalScales[i] equals relativeDisplayScales[d] * coordinateSpace.scales[d], where d = displayDimensionIndices[i], or 1 for i >= rank.

Generated using TypeDoc