C# Класс ClearCanvas.ImageViewer.Graphics.MammographyImageSpatialTransform

Наследование: ClearCanvas.ImageViewer.Graphics.ImageSpatialTransform
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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