Class AlgorithmDicomOrder

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListener

    public class AlgorithmDicomOrder
    extends AlgorithmBase
    Put 3D dataset into dicom order.
    • Field Detail

      • orient

        private int[] orient
        Axis orientations of image.
    • Constructor Detail

      • AlgorithmDicomOrder

        public AlgorithmDicomOrder​(ModelImage srcImg,
                                   int[] orient)
        In place constructor.
        Parameters:
        srcImg - source image model
        orient - 3 integer codes describing the spatial orientation of the axes
    • Method Detail

      • finalize

        public void finalize()
        Prepares this class for destruction.
        Overrides:
        finalize in class AlgorithmBase
      • returnImage

        public ModelImage returnImage()
        Returns the dicom-ordered image.
        Returns:
        DOCUMENT ME!
      • calcInPlace

        private void calcInPlace()
        Calculates the dicom ordered image and replaces the original image with the dicom ordered image.