Hierarchy

  • DataSubsourceEntry

Properties

default: boolean

Specifies whether this associated data source is enabled by default.

id: string

Unique identifier (within the group) for this subsource. Stored in the JSON state representation to indicate which subsources are enabled. The empty string "" should be used for the first/primary subsource.

modelSubspaceDimensionIndices?: number[]

Specifies the model dimensions corresponding to this subsource. If unspecified, defaults to [0, ..., modelSpace.rank).

subsource: DataSubsource
subsourceToModelSubspaceTransform?: Float32Array

Homoegeneous transformation from the subsource to the model subspace corresponding to modelSubspceDimensionIndices. The rank is equal to the length of modelSubspaceDimensionIndices. If this is greater than the subsource rank, the subsource coordinate space is implicitly padded at the end with additional dummy dimensions with a range of [0, 1]. If unspecified, defaults to the identity transform.

Generated using TypeDoc