Class InverseLookUpTable

Class InverseLookUpTable

Namespace: Aspose.Medical.Dicom.LookUpTables
Assembly: Aspose.Medical.dll (25.11.0)

Look-Up Table that describes the Presentation LUT with ‘INVERSE’ Presentation LUT Shape. ‘INVERSE’ Presentation LUT Shape: output values after inversion are P-Values. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.6.html for details.

public sealed class InverseLookUpTable : ILookUpTable

Inheritance

object InverseLookUpTable

Implements

ILookUpTable

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

InverseLookUpTable(double, double)

Look-Up Table that describes the Presentation LUT with ‘INVERSE’ Presentation LUT Shape. ‘INVERSE’ Presentation LUT Shape: output values after inversion are P-Values. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.6.html for details.

public InverseLookUpTable(double minimum, double maximum)

Parameters

minimum double

maximum double

Properties

IsValid

Indicates whether the Look-Up Table is valid (true) or not. Read-only System.Boolean.

public bool IsValid { get; }

Property Value

bool

Maximum

The maximum output value. Read-only System.Boolean.

public double Maximum { get; }

Property Value

double

Minimum

The minimum output value. Read-only System.Double.

public double Minimum { get; }

Property Value

double

this[double]

Indexer to transform input value into output value.

public double this[double input] { get; }

Property Value

double

Methods

Recalculate()

Recalculates (recalculation is forced) LUT data.

public void Recalculate()