Class AlgorithmConcatMult3Dto4D

All Implemented Interfaces:
ActionListener, WindowListener, Runnable, EventListener

public class AlgorithmConcatMult3Dto4D extends AlgorithmConcatMult
Author:
senseneyj This algorithm concats multiple 3D images of same type to a 4D image
  • Constructor Details

    • AlgorithmConcatMult3Dto4D

      public AlgorithmConcatMult3Dto4D(ModelImage[] images, ModelImage destImage, boolean copyAllInfo)
      constructor
      Parameters:
      images -
      destImage -
      copyAllInfo -
    • AlgorithmConcatMult3Dto4D

      public AlgorithmConcatMult3Dto4D(ModelImage[] images, ModelImage destImage)
      constructor
      Parameters:
      images -
      destImage -
  • Method Details