Package net.haesleinhuepf.clij2.plugins
Class AffineTransform
- java.lang.Object
-
- net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
-
- net.haesleinhuepf.clij2.AbstractCLIJ2Plugin
-
- net.haesleinhuepf.clij2.plugins.AffineTransform3D
-
- net.haesleinhuepf.clij2.plugins.AffineTransform
-
- All Implemented Interfaces:
PlugInFilter,net.haesleinhuepf.clij.macro.CLIJMacroPlugin,net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor,net.haesleinhuepf.clij.macro.documentation.OffersDocumentation,net.haesleinhuepf.clij2.utilities.HasAuthor,HasClassifiedInputOutput,net.haesleinhuepf.clij2.utilities.HasLicense,net.haesleinhuepf.clij2.utilities.IsCategorized,SciJavaPlugin
@Deprecated public class AffineTransform extends AffineTransform3D implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, net.haesleinhuepf.clij2.utilities.IsCategorized
Deprecated.Author: @haesleinhuepf 12 2018
-
-
Field Summary
-
Fields inherited from class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
args, clij, default_values, name
-
Fields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
-
-
Constructor Summary
Constructors Constructor Description AffineTransform()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaffineTransform(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output, AffineTransform2D at)Deprecated.booleanaffineTransform(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output, AffineTransform3D at)Deprecated.booleanexecuteCL()Deprecated.StringgetAvailableForDimensions()Deprecated.StringgetCategories()Deprecated.-
Methods inherited from class net.haesleinhuepf.clij2.plugins.AffineTransform3D
affineTransform3D, affineTransform3D, affineTransform3D, affineTransform3D, affineTransform3D, getAuthorName, getDescription, getInputType, getLicense, getOutputType, getParameterHelpText
-
Methods inherited from class net.haesleinhuepf.clij2.AbstractCLIJ2Plugin
getCLIJ2, setClij, setCLIJ2
-
Methods inherited from class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
asBoolean, asFloat, asInteger, containsCLBufferArguments, containsCLImageArguments, createOutputBufferFromSource, getDefaultValues, getImageVariableName, getName, imageJ2Args, imageJArgs, openCLBufferArgs, openCLImageArgs, releaseBuffers, releaseImages, run, setArgs, setup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
executeCL
public boolean executeCL()
Deprecated.- Specified by:
executeCLin interfacenet.haesleinhuepf.clij.macro.CLIJOpenCLProcessor- Overrides:
executeCLin classAffineTransform3D
-
affineTransform
@Deprecated public boolean affineTransform(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output, AffineTransform2D at)
Deprecated.
-
affineTransform
@Deprecated public boolean affineTransform(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output, AffineTransform3D at)
Deprecated.
-
getAvailableForDimensions
public String getAvailableForDimensions()
Deprecated.- Specified by:
getAvailableForDimensionsin interfacenet.haesleinhuepf.clij.macro.documentation.OffersDocumentation- Overrides:
getAvailableForDimensionsin classAffineTransform3D
-
getCategories
public String getCategories()
Deprecated.- Specified by:
getCategoriesin interfacenet.haesleinhuepf.clij2.utilities.IsCategorized- Overrides:
getCategoriesin classAffineTransform3D
-
-