Hierarchy

Properties

channelSpaceShape: Uint32Array
channelToChunkDimensionIndices: readonly number[]

Maps channel dimension indices in the layer channel coordinate space to the corresponding chunk dimension index, or -1 if there is no correpsonding chunk dimension.

chunkChannelCoordinates: Uint32Array

Row-major array of shape [numChannels, chunkChannelDimensionIndices.length], specifies the coordinates within the chunk channel dimensions corresponding to each flat channel index.

chunkChannelDimensionIndices: readonly number[]

Equal to the values in channelToChunkDimensionIndices not equal to -1.

chunkToLayerTransform: Float32Array
chunkToLayerTransformDet: number
combinedGlobalLocalRank: number
combinedGlobalLocalToChunkTransform: Float32Array
layerRank: number
layerToChunkTransform: Float32Array
modelTransform: RenderLayerTransform
numChannels: number

Product of modelTransform.channelSpaceShape.

Generated using TypeDoc