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

plugins.haesleinhuepf.VarClearCLBuffer Maven / Gradle / Ivy

The newest version!
package plugins.haesleinhuepf;

import net.haesleinhuepf.clij.clearcl.ClearCLBuffer;
import plugins.adufour.vars.lang.Var;

public class VarClearCLBuffer extends Var {
    public VarClearCLBuffer(String name) {
        super(name, ClearCLBuffer.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy