HomePhabricator
Diffusion MITK 513e872beb07

Replace ViewDirection with AnatomicalPlane

Description

Replace ViewDirection with AnatomicalPlane

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

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

Details

Provenance
kalaliAuthored on Nov 9 2022, 4:03 PM
kalaliPushed on Nov 24 2022, 10:38 AM
Differential Revision
Restricted Differential Revision
Parents
rMITKc0f6326f8503: Use anatomical plane in depending classes
Branches
Unknown
Tags
Unknown
Tasks
T26543: Enum for AXIAL, SAGITTAL, CORONAL 3D/ORIGINAL/NONE is provided at many different locations