Class BinaryIntersection

  • All Implemented Interfaces:
    PlugInFilter, net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, HasClassifiedInputOutput, net.haesleinhuepf.clij2.utilities.IsCategorized, SciJavaPlugin

    public class BinaryIntersection
    extends BinaryAnd
    • Constructor Detail

      • BinaryIntersection

        public BinaryIntersection()
    • Method Detail

      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
        Overrides:
        getDescription in class BinaryAnd
      • binaryIntersection

        public static boolean binaryIntersection​(CLIJ2 clij2,
                                                 net.haesleinhuepf.clij.clearcl.ClearCLBuffer input1,
                                                 net.haesleinhuepf.clij.clearcl.ClearCLBuffer input2,
                                                 net.haesleinhuepf.clij.clearcl.ClearCLBuffer destination)