Uses of Class
org.anchoranalysis.image.io.channel.input.NamedChannelsInput
Packages that use NamedChannelsInput
Package
Description
Non-bean classes for reading a
Channel
from the
filesystem.A parent package for many different kinds of tasks.
Tasks for converting image-formats.
Tasks that process on one or more slices from a z-stack.
Grouping files together so that they collectively represent a single entity.
Implementations of
InputManager
that process Stack
s.Converting from
NamedChannelsInput
to the
input-type expected by a Task
.Shared-state use across tasks in this JAR.
-
Uses of NamedChannelsInput in org.anchoranalysis.image.io.channel.input
Subclasses of NamedChannelsInput in org.anchoranalysis.image.io.channel.inputModifier and TypeClassDescriptionclass
One part of aNamedChannelsInput
that can be combined with others. -
Uses of NamedChannelsInput in org.anchoranalysis.plugin.image.task.bean
Method parameters in org.anchoranalysis.plugin.image.task.bean with type arguments of type NamedChannelsInputModifier and TypeMethodDescriptionvoid
RasterTask.doJobOnInput
(InputBound<NamedChannelsInput, S> input) abstract void
RasterTask.doStack
(InputBound<NamedChannelsInput, S> input, U sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) Processes one stack from a series. -
Uses of NamedChannelsInput in org.anchoranalysis.plugin.image.task.bean.format
Method parameters in org.anchoranalysis.plugin.image.task.bean.format with type arguments of type NamedChannelsInputModifier and TypeMethodDescriptionConvertImageFormat.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) void
ConvertImageFormat.doStack
(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) -
Uses of NamedChannelsInput in org.anchoranalysis.plugin.image.task.bean.slice
Method parameters in org.anchoranalysis.plugin.image.task.bean.slice with type arguments of type NamedChannelsInputModifier and TypeMethodDescriptionExtractSlice.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) void
ExtractSlice.doJobOnInput
(InputBound<NamedChannelsInput, SharedStateSelectedSlice> input) -
Uses of NamedChannelsInput in org.anchoranalysis.plugin.io.bean.file.group
Methods in org.anchoranalysis.plugin.io.bean.file.group that return types with arguments of type NamedChannelsInput -
Uses of NamedChannelsInput in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack that return types with arguments of type NamedChannelsInputMethod parameters in org.anchoranalysis.plugin.io.bean.input.stack with type arguments of type NamedChannelsInputModifier and TypeMethodDescriptionvoid
ConvertNamedChannelsToStack.setInput
(InputManager<NamedChannelsInput> input) Constructors in org.anchoranalysis.plugin.io.bean.input.stack with parameters of type NamedChannelsInputModifierConstructorDescriptionConvertNamedChannelsInputToStack
(NamedChannelsInput input, int timeIndex, Optional<String> channelName, ExecutionTimeRecorder executionTimeRecorder) Create with an input.ConvertNamedChannelsInputToStack
(NamedChannelsInput input, ExecutionTimeRecorder executionTimeRecorder) Create with an input. -
Uses of NamedChannelsInput in org.anchoranalysis.plugin.mpp.bean.convert
Classes in org.anchoranalysis.plugin.mpp.bean.convert with type parameters of type NamedChannelsInputModifier and TypeClassDescriptionclass
ConvertNamedChannels<T extends NamedChannelsInput,
S, U extends InputFromManager> ConvertsNamedChannelsInput
to a variety of others to match a delegate task.