Class DrawBox

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

    public class DrawBox
    extends AbstractCLIJ2Plugin
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, net.haesleinhuepf.clij2.utilities.IsCategorized
    DrawLine

    Author: @haesleinhuepf 08 2019

    • Constructor Detail

      • DrawBox

        public DrawBox()
    • Method Detail

      • getDefaultValues

        public Object[] getDefaultValues()
        Overrides:
        getDefaultValues in class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
      • getParameterHelpText

        public String getParameterHelpText()
        Specified by:
        getParameterHelpText in interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
      • executeCL

        public boolean executeCL()
        Specified by:
        executeCL in interface net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor
      • drawBox

        public static boolean drawBox​(CLIJ2 clij2,
                                      net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output,
                                      Float x,
                                      Float y,
                                      Float z,
                                      Float width,
                                      Float height,
                                      Float depth)
      • drawBox

        public static boolean drawBox​(CLIJ2 clij2,
                                      net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output,
                                      Float x,
                                      Float y,
                                      Float z,
                                      Float width,
                                      Float height,
                                      Float depth,
                                      Float value)
      • drawBox

        public static boolean drawBox​(CLIJ2 clij2,
                                      net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output,
                                      Float x,
                                      Float y,
                                      Float width,
                                      Float height)
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
      • getAvailableForDimensions

        public String getAvailableForDimensions()
        Specified by:
        getAvailableForDimensions in interface net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
      • getCategories

        public String getCategories()
        Specified by:
        getCategories in interface net.haesleinhuepf.clij2.utilities.IsCategorized