Class PaddingLUT
- Namespace
 - FellowOakDicom.Imaging.LUT
 
- Assembly
 - fo-dicom.core.dll
 
public class PaddingLUT : ILUT
  - Inheritance
 - 
      
      PaddingLUT
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
PaddingLUT(int, int, int)
public PaddingLUT(int minValue, int maxValue, int paddingValue)
  Parameters
Properties
IsValid
Returns true if the lookup table is valid
public bool IsValid { get; }
  Property Value
this[double]
Indexer to transform input value into output value
public double this[double value] { get; }
  Parameters
valuedouble
Property Value
- double
 Output value
MaximumOutputValue
Get the maximum output value
public double MaximumOutputValue { get; }
  Property Value
MinimumOutputValue
Get the minimum output value
public double MinimumOutputValue { get; }
  Property Value
PixelPaddingValue
public double PixelPaddingValue { get; }
  Property Value
Methods
Recalculate()
Forces the recalculation of LUT
public void Recalculate()