C# 클래스 Dicom.Imaging.Render.GrayscalePixelDataS16

상속: IPixelData
파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
GrayscalePixelDataS16 ( int width, int height, short data ) : System
Render ( ILUT lut, int output ) : void
Rescale ( double scale ) : IPixelData

메소드 상세

GrayscalePixelDataS16() 공개 메소드

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

Render() 공개 메소드

public Render ( ILUT lut, int output ) : void
lut ILUT
output int
리턴 void

Rescale() 공개 메소드

public Rescale ( double scale ) : IPixelData
scale double
리턴 IPixelData