Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LUTStateOptions

Interface to define a LUT options which were recomputed after each LUT update.

Index

Properties

isValid

isValid : boolean

Validation flag which describes that the LUT is configured correctly.

length

length : number

Amount of LUT steps.

max

max : number

Maximal value of the entire LUT.

min

min : number

Minimal value of the entire LUT.

subranges

subranges : SubRange[]

Collection of subranges.

valueRangeMax

valueRangeMax : number

Maximum value that needs to be interpretable when using the LUT.

By default this is automatically assigned to a slightly higher value than max.

In some rare cases, it might be useful to define explicitly if look up precision errors occur.

valueRangeMin

valueRangeMin : number

Minimum value that needs to be interpretable when using the LUT.

By default this is automatically assigned to a slightly lower value than min.

In some rare cases, it might be useful to define explicitly if look up precision errors occur.