C# 클래스 Dicom.Imaging.LUT.RescaleLUT

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

공개 메소드들

메소드 설명
Recalculate ( ) : void
RescaleLUT ( int minValue, int maxValue, double slope, double intercept ) : System
this ( int value ) : int

메소드 상세

Recalculate() 공개 메소드

public Recalculate ( ) : void
리턴 void

RescaleLUT() 공개 메소드

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

this() 공개 메소드

public this ( int value ) : int
value int
리턴 int