Uses of Class
org.anchoranalysis.plugin.image.task.grouped.GroupedSharedState
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.grouped |
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
|
-
Uses of GroupedSharedState in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return GroupedSharedState Modifier and Type Method Description GroupedSharedState<S,T>GroupedStackBase. beforeAnyJobIsExecuted(org.anchoranalysis.io.output.outputter.Outputter outputter, org.anchoranalysis.inference.concurrency.ConcurrencyPlan concurrencyPlan, List<org.anchoranalysis.image.io.stack.input.ProvidesStackInput> inputs, org.anchoranalysis.experiment.task.ParametersExperiment parameters)Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type GroupedSharedState Modifier and Type Method Description voidGroupedStackBase. afterAllJobsAreExecuted(GroupedSharedState<S,T> sharedState, org.anchoranalysis.io.output.outputter.InputOutputContext context)Method parameters in org.anchoranalysis.plugin.image.task.bean.grouped with type arguments of type GroupedSharedState Modifier and Type Method Description voidGroupedStackBase. doJobOnInput(org.anchoranalysis.experiment.task.InputBound<org.anchoranalysis.image.io.stack.input.ProvidesStackInput,GroupedSharedState<S,T>> input)