C# Class Dicom.Imaging.LUT.InvertLUT

Inheritance: ILUT
Datei anzeigen Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
InvertLUT ( int minValue, int maxValue ) : System
Recalculate ( ) : void
this ( int value ) : int

Method Details

InvertLUT() public method

public InvertLUT ( int minValue, int maxValue ) : System
minValue int
maxValue int
return System

Recalculate() public method

public Recalculate ( ) : void
return void

this() public method

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