Class CountNonZeroVoxels3DSphere

  • 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 CountNonZeroVoxels3DSphere
    extends AbstractCLIJ2Plugin
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, net.haesleinhuepf.clij2.utilities.IsCategorized, HasClassifiedInputOutput
    Author: @haesleinhuepf December 2018
    • Constructor Detail

      • CountNonZeroVoxels3DSphere

        public CountNonZeroVoxels3DSphere()
    • Method Detail

      • getCategories

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

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

        @Deprecated
        public static boolean countNonZeroVoxelsLocally​(CLIJ2 clij2,
                                                        net.haesleinhuepf.clij.clearcl.ClearCLBuffer src,
                                                        net.haesleinhuepf.clij.clearcl.ClearCLBuffer dst,
                                                        Integer radiusX,
                                                        Integer radiusY,
                                                        Integer radiusZ)
        Deprecated.
      • countNonZeroVoxels3DSphere

        public static boolean countNonZeroVoxels3DSphere​(CLIJ2 clij2,
                                                         net.haesleinhuepf.clij.clearcl.ClearCLBuffer src,
                                                         net.haesleinhuepf.clij.clearcl.ClearCLBuffer dst,
                                                         Integer radiusX,
                                                         Integer radiusY,
                                                         Integer radiusZ)
      • getParameterHelpText

        public String getParameterHelpText()
        Specified by:
        getParameterHelpText in interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
      • 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