C# Class Dicom.Imaging.LUT.RescaleLUT

Inheritance: ILUT
Mostrar archivo Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
Recalculate ( ) : void
RescaleLUT ( int minValue, int maxValue, double slope, double intercept ) : System
this ( int value ) : int

Method Details

Recalculate() public method

public Recalculate ( ) : void
return void

RescaleLUT() public method

public RescaleLUT ( int minValue, int maxValue, double slope, double intercept ) : System
minValue int
maxValue int
slope double
intercept double
return System

this() public method

public this ( int value ) : int
value int
return int