C# Class Dicom.Imaging.Render.GrayscalePixelDataS16

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

Public Methods

Method Description
GrayscalePixelDataS16 ( int width, int height, short data ) : System
Render ( ILUT lut, int output ) : void
Rescale ( double scale ) : IPixelData

Method Details

GrayscalePixelDataS16() public method

public GrayscalePixelDataS16 ( int width, int height, short data ) : System
width int
height int
data short
return System

Render() public method

public Render ( ILUT lut, int output ) : void
lut ILUT
output int
return void

Rescale() public method

public Rescale ( double scale ) : IPixelData
scale double
return IPixelData