Class AlgorithmConcatMult3Dto4D

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

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

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