Class Combine

    • Constructor Detail

      • Combine

        public Combine()
    • Method Detail

      • setElementType

        public void setElementType​(ArrayElementType value)
        Sets the type of the element in the array.
        Parameters:
        value - the type
      • getElementType

        public ArrayElementType getElementType()
        Returns the type of the element in the array.
        Returns:
        the type
      • elementTypeTipText

        public String elementTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • minNumMatricesRequired

        public int minNumMatricesRequired()
        Returns the minimum number of matrices that are required for the operation.
        Specified by:
        minNumMatricesRequired in class AbstractMultiMatrixOperation
        Returns:
        the number of matrices that are required, <= 0 means no lower limit
      • maxNumMatricesRequired

        public int maxNumMatricesRequired()
        Returns the maximum number of matrices that are required for the operation.
        Specified by:
        maxNumMatricesRequired in class AbstractMultiMatrixOperation
        Returns:
        the number of matrices that are required, <= 0 means no upper limit
      • doProcess

        protected us.hebi.matlab.mat.types.Matrix[] doProcess​(us.hebi.matlab.mat.types.Matrix[] matrices)
        Performs the actual processing of the matrices.
        Specified by:
        doProcess in class AbstractMultiMatrixOperation
        Parameters:
        matrices - the matrices to process
        Returns:
        the generated array(s)