Class NamedChannelsAppend
Object
AnchorBean<InputManager<NamedChannelsInputPart>>
InputManager<NamedChannelsInputPart>
InputManagerWithStackReader<NamedChannelsInputPart>
NamedChannelsBase
NamedChannelsAppend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInputManager<NamedChannelsInputPart> getInput()List<NamedBean<DerivePath>> InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) booleanbooleanbooleanvoidsetForceEagerEvaluation(boolean forceEagerEvaluation) voidsetIgnoreFileNotFoundAppend(boolean ignoreFileNotFoundAppend) voidsetInput(InputManager<NamedChannelsInputPart> input) voidsetListAppend(List<NamedBean<DerivePath>> listAppend) voidsetSkipMissingChannels(boolean skipMissingChannels) Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
getStackReader, setStackReaderMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
NamedChannelsAppend
public NamedChannelsAppend()
-
-
Method Details
-
inputs
public InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) throws InputReadFailedException - Specified by:
inputsin classInputManager<NamedChannelsInputPart>- Throws:
InputReadFailedException
-
getInput
public InputManager<NamedChannelsInputPart> getInput() -
setInput
public void setInput(InputManager<NamedChannelsInputPart> input) -
getListAppend
-
setListAppend
-
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)
-