Class VOISequenceLUT
Inheritance
VOISequenceLUT
Assembly: cs.temp.dll.dll
Syntax
public class VOISequenceLUT : ILUT
Constructors
VOISequenceLUT(GrayscaleRenderOptions)
Initialize new instance of VOISequenceLUT using the specified VOI LUT Descriptor and Data
Declaration
public VOISequenceLUT(GrayscaleRenderOptions options)
Parameters
Properties
IsValid
Declaration
public bool IsValid { get; }
Property Value
Item[Int32]
Declaration
public int this[int value] { get; }
Parameters
Type |
Name |
Description |
Int32 |
value |
|
Property Value
MaximumOutputValue
Declaration
public int MaximumOutputValue { get; }
Property Value
MinimumOutputValue
Declaration
public int MinimumOutputValue { get; }
Property Value
NumberOfBitsPerEntry
Declaration
public int NumberOfBitsPerEntry { get; }
Property Value
NumberOfEntries
Declaration
public int NumberOfEntries { get; }
Property Value
Methods
Recalculate()
Declaration
public void Recalculate()
Implements