HomePhabricator
Diffusion MITK 4d4c91e4f9b5

Replace ViewDirection and PlaneOrientation with AnatomicalPlane

Description

Replace ViewDirection and PlaneOrientation with AnatomicalPlane

API-breaking changes:
Remove the ViewDirection enum from the SliceNavigationController
and use the new AnatomicalPlane enum class for the
different directions / planes.
Remove the PlaneOrientation enum from the PlaneGeometry
and use the new AnatomicalPlane enum class for the
different orientations / planes.

Migration should be easy, since the different directions / orientations
/ planes are the same and in the same order as before.
"PlaneOrientation::None" is now "AnatomicalPlane::Original".

Details

Provenance
kalaliAuthored on Nov 8 2022, 12:18 PM
kalaliPushed on Nov 24 2022, 10:38 AM
Differential Revision
Restricted Differential Revision
Parents
rMITK6cd2ce96452e: Show pixel value for mxnmultiwidget
Branches
Unknown
Tags
Unknown
Tasks
T26543: Enum for AXIAL, SAGITTAL, CORONAL 3D/ORIGINAL/NONE is provided at many different locations