Table of Contents

Class VOISequenceLUT

Namespace
FellowOakDicom.Imaging.LUT
Assembly
fo-dicom.core.dll
public class VOISequenceLUT : ILUT
Inheritance
VOISequenceLUT
Implements
Inherited Members
Extension Methods

Constructors

VOISequenceLUT(DicomDataset)

Initialize new instance of VOISequenceLUT using the specified VOI LUT Descriptor and Data

public VOISequenceLUT(DicomDataset voiLUTSequenceItem)

Parameters

voiLUTSequenceItem DicomDataset

Properties

IsValid

Returns true if the lookup table is valid

public bool IsValid { get; }

Property Value

bool

this[double]

Indexer to transform input value into output value

public double this[double value] { get; }

Parameters

value double

Property Value

double

Output value

MaximumOutputValue

Get the maximum output value

public double MaximumOutputValue { get; }

Property Value

double

MinimumOutputValue

Get the minimum output value

public double MinimumOutputValue { get; }

Property Value

double

NumberOfBitsPerEntry

public int NumberOfBitsPerEntry { get; }

Property Value

int

NumberOfEntries

public int NumberOfEntries { get; }

Property Value

int

Methods

Recalculate()

Forces the recalculation of LUT

public void Recalculate()