C# Class Dicom.Imaging.Render.GrayscalePixelDataU16

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

Public Methods

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

Method Details

GrayscalePixelDataU16() public method

public GrayscalePixelDataU16 ( int width, int height, ushort data ) : System
width int
height int
data ushort
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