Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
CalculatePreTransform ( System.Drawing.Drawing2D.Matrix cumulativeTransform ) : void | ||
MammographyImageSpatialTransform ( |
Cloning constructor.
|
|
ResetCore ( ) : void |
Method | Description | |
---|---|---|
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 |
protected CalculatePreTransform ( System.Drawing.Drawing2D.Matrix cumulativeTransform ) : void | ||
cumulativeTransform | System.Drawing.Drawing2D.Matrix | |
return | void |
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 | |
return | System |
protected MammographyImageSpatialTransform ( |
||
source | The source object from which to clone. | |
context | ICloningContext | The cloning context object. |
return | System |