All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.haesleinhuepf.implementations.generated.CLIJ2_MaximumXYZProjectionBlock Maven / Gradle / Ivy

The newest version!
package plugins.haesleinhuepf.implementations.generated;
import plugins.haesleinhuepf.AbstractCLIJ2Block;
import net.haesleinhuepf.clij.macro.modules.MaximumXYZProjection;
// this is generated code. See src/test/java/net/haesleinhuepf/clicy/codegenerator for details
public class CLIJ2_MaximumXYZProjectionBlock extends AbstractCLIJ2Block {
   
    /**
     * Determines the maximum projection of an image along a given dimension. Furthermore, the X and Y
     *  dimesions of the resulting image must be specified by the user according to its definition:
     * X = 0
     * Y = 1
     * Z = 2
     * 
     * 
     * DEPRECATED: This method is deprecated. Use CLIJ2 instead.
     */
    public CLIJ2_MaximumXYZProjectionBlock() {
        super(new MaximumXYZProjection());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy