C# 클래스 ClearCanvas.ImageViewer.Graphics.MammographyImageSpatialTransform

상속: ClearCanvas.ImageViewer.Graphics.ImageSpatialTransform
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
MammographyImageSpatialTransform ( IGraphic ownerGraphic, int rows, int columns, double pixelSpacingX, double pixelSpacingY, double pixelAspectRatioX, double pixelAspectRatioY, PatientOrientation patientOrientation, string laterality ) : System

Initializes a new instance of MammographyImageSpatialTransform with the specified image plane details.

보호된 메소드들

메소드 설명
CalculatePreTransform ( System.Drawing.Drawing2D.Matrix cumulativeTransform ) : void
MammographyImageSpatialTransform ( MammographyImageSpatialTransform source, ICloningContext context ) : System

Cloning constructor.

ResetCore ( ) : void

비공개 메소드들

메소드 설명
GetCurrentPosteriorVector ( Vector3D imagePosterior, int sourceWidth, float adjustedSourceHeight, int rotation, float scaleX, float scaleY, bool flipX, bool flipY ) : Vector3D
GetEffectivePosteriorPatientOrientation ( string &row, string &column ) : void

Gets the effective posterior (or anterior) patient orientation after transforms have been applied.

GetNormativeOrientationVectors ( string laterality, Vector3D &headVector, Vector3D &leftVector, Vector3D &posteriorVector ) : void
GetPatientOrientationVectors ( PatientOrientation patientOrientation, Vector3D &headVector, Vector3D &leftVector, Vector3D &posteriorVector ) : void

메소드 상세

CalculatePreTransform() 보호된 메소드

protected CalculatePreTransform ( System.Drawing.Drawing2D.Matrix cumulativeTransform ) : void
cumulativeTransform System.Drawing.Drawing2D.Matrix
리턴 void

MammographyImageSpatialTransform() 공개 메소드

Initializes a new instance of MammographyImageSpatialTransform with the specified image plane details.
public MammographyImageSpatialTransform ( IGraphic ownerGraphic, int rows, int columns, double pixelSpacingX, double pixelSpacingY, double pixelAspectRatioX, double pixelAspectRatioY, PatientOrientation patientOrientation, string laterality ) : System
ownerGraphic IGraphic
rows int
columns int
pixelSpacingX double
pixelSpacingY double
pixelAspectRatioX double
pixelAspectRatioY double
patientOrientation PatientOrientation
laterality string
리턴 System

MammographyImageSpatialTransform() 보호된 메소드

Cloning constructor.
protected MammographyImageSpatialTransform ( MammographyImageSpatialTransform source, ICloningContext context ) : System
source MammographyImageSpatialTransform The source object from which to clone.
context ICloningContext The cloning context object.
리턴 System

ResetCore() 보호된 메소드

protected ResetCore ( ) : void
리턴 void