Class NamedChannelsAppend
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<T>
org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>
org.anchoranalysis.plugin.io.bean.input.channel.NamedChannelsBase
org.anchoranalysis.plugin.io.bean.input.channel.NamedChannelsAppend
public class NamedChannelsAppend extends NamedChannelsBase
-
Constructor Summary
Constructors Constructor Description NamedChannelsAppend() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>getInput()List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>>getListAppend()org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)booleanisForceEagerEvaluation()booleanisIgnoreFileNotFoundAppend()booleanisSkipMissingChannels()voidsetForceEagerEvaluation(boolean forceEagerEvaluation)voidsetIgnoreFileNotFoundAppend(boolean ignoreFileNotFoundAppend)voidsetInput(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> input)voidsetListAppend(List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> listAppend)voidsetSkipMissingChannels(boolean skipMissingChannels)Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
getStackReader, setStackReader
-
Constructor Details
-
NamedChannelsAppend
public NamedChannelsAppend()
-
-
Method Details
-
inputs
public org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters) throws org.anchoranalysis.io.input.InputReadFailedException- Specified by:
inputsin classorg.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>- Throws:
org.anchoranalysis.io.input.InputReadFailedException
-
getInput
public org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> getInput() -
setInput
public void setInput(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> input) -
getListAppend
public List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> getListAppend() -
setListAppend
public void setListAppend(List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> listAppend) -
isForceEagerEvaluation
public boolean isForceEagerEvaluation() -
setForceEagerEvaluation
public void setForceEagerEvaluation(boolean forceEagerEvaluation) -
isIgnoreFileNotFoundAppend
public boolean isIgnoreFileNotFoundAppend() -
setIgnoreFileNotFoundAppend
public void setIgnoreFileNotFoundAppend(boolean ignoreFileNotFoundAppend) -
isSkipMissingChannels
public boolean isSkipMissingChannels() -
setSkipMissingChannels
public void setSkipMissingChannels(boolean skipMissingChannels)
-