Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / TransferContext

Interface: TransferContext

Defined in: transfer-function.ts:59

Precomputed transfer-function context for efficient per-value alpha mapping.

Properties

config

config: RequiredTransferFunction

Defined in: transfer-function.ts:71

Fully resolved transfer-function configuration used during evaluation.


max

max: number

Defined in: transfer-function.ts:63

Maximum scalar value found among valid source values.


maxAbsDistance

maxAbsDistance: number

Defined in: transfer-function.ts:67

Maximum absolute distance from config.zeroCenter.


min

min: number

Defined in: transfer-function.ts:61

Minimum scalar value found among valid source values.


range

range: number

Defined in: transfer-function.ts:65

Difference between max and min.


validCount

validCount: number

Defined in: transfer-function.ts:69

Number of valid scalar values used to build the context.

Released under the MIT License.