Class AlgorithmConvert4Dto3D

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

    public class AlgorithmConvert4Dto3D
    extends AlgorithmBase
    The image is converted from a 4D to a 3D image.
    • Field Detail

      • copyAlInfo

        private boolean copyAlInfo
    • Constructor Detail

      • AlgorithmConvert4Dto3D

        public AlgorithmConvert4Dto3D​(ModelImage srcImg,
                                      boolean copyAllInfo)
        Constructs new algorithm and sets source.
        Parameters:
        srcImg - source image model
        copyAllInfo - has no effect right now since this is an in-place algorithm
      • AlgorithmConvert4Dto3D

        public AlgorithmConvert4Dto3D​(ModelImage srcImg)
        Constructs new algorithm and sets source.
        Parameters:
        srcImg - source image model
    • Method Detail

      • finalize

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

        private void convert4Dto3D()
        Converts the 4D image to a 3D image.