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

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

The newest version!
package plugins.haesleinhuepf.implementations.generated;
import plugins.haesleinhuepf.AbstractCLIJ2Block;
import net.haesleinhuepf.clij2.plugins.GetSumOfAllPixels;
// this is generated code. See src/test/java/net/haesleinhuepf/clicy/codegenerator for details
public class CLIJ2_GetSumOfAllPixelsBlock extends AbstractCLIJ2Block {
   
    /**
     * Determines the sum of all pixels in a given image. 
     * 
     * It will be stored in the variable sum_of_all_pixels.
     */
    public CLIJ2_GetSumOfAllPixelsBlock() {
        super(new GetSumOfAllPixels());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy