Class AlgorithmConvert4Dto3D

java.lang.Object
java.lang.Thread
gov.nih.mipav.model.algorithms.AlgorithmBase
gov.nih.mipav.model.algorithms.utilities.AlgorithmConvert4Dto3D
All Implemented Interfaces:
ActionListener, WindowListener, Runnable, EventListener

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

    • copyAlInfo

      private boolean copyAlInfo
  • Constructor Details

    • 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 Details

    • finalize

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

      public void runAlgorithm()
      Starts the program.
      Specified by:
      runAlgorithm in class AlgorithmBase
    • convert4Dto3D

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