Class PaddingLUT
Inheritance
System.Object
PaddingLUT
Implements
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 PaddingLUT : ILUT
Constructors
PaddingLUT(Int32, Int32, Int32)
Declaration
public PaddingLUT(int minValue, int maxValue, int paddingValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minValue | |
System.Int32 | maxValue | |
System.Int32 | paddingValue |
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 |
PixelPaddingValue
Declaration
public double PixelPaddingValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Recalculate()
Declaration
public void Recalculate()