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

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

The newest version!
package plugins.haesleinhuepf.implementations.generated;
import plugins.haesleinhuepf.AbstractCLIJ2Block;
import net.haesleinhuepf.clij2.plugins.Create3D;
// this is generated code. See src/test/java/net/haesleinhuepf/clicy/codegenerator for details
public class CLIJ2_Create3DBlock extends AbstractCLIJ2Block {
   
    /**
     * Allocated memory for a new 3D image in the GPU memory.
     * 
     * Parameters
     * ----------
     * destination : Image
     *     The new image will be stored in this variable.
     * width : Number
     *     The width of the new image.
     * height : Number
     *     The height of the new image.
     * depth : Number
     *     The depth of the new image.
     * bit-depth : Number
     *     The bit-depth of the new image. Can be either 8, 16 or 32, to create an image of unsigned-byte, unsigned-short or float type.
     * 
     */
    public CLIJ2_Create3DBlock() {
        super(new Create3D());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy