Class ModalityRescaleLUT
Modality Rescale LUT implementation of IModalityLUT and ILUT
Inheritance
System.Object
ModalityRescaleLUT
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.LUT
Assembly: fo-dicom.core.dll
Syntax
public class ModalityRescaleLUT : IModalityLUT, ILUT
Constructors
ModalityRescaleLUT(GrayscaleRenderOptions)
Initialize new instance of ModalityRescaleLUT using the specified slope and intercept parameters
Declaration
public ModalityRescaleLUT(GrayscaleRenderOptions options)
Parameters
Type | Name | Description |
---|---|---|
GrayscaleRenderOptions | options | Render options |
Properties
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item[Double]
Declaration
public double this[double value] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Property Value
Type | Description |
---|---|
System.Double |
MaximumOutputValue
Declaration
public double MaximumOutputValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumOutputValue
Declaration
public double MinimumOutputValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
RescaleIntercept
The modality rescale intercept
Declaration
public double RescaleIntercept { get; }
Property Value
Type | Description |
---|---|
System.Double |
RescaleSlope
The modality rescale slope
Declaration
public double RescaleSlope { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Recalculate()
Declaration
public void Recalculate()