Class Stacks
Object
AnchorBean<InputManager<StackSequenceInput>>
InputManager<StackSequenceInput>
InputManagerWithStackReader<StackSequenceInput>
Stacks
public class Stacks
extends InputManagerWithStackReader<StackSequenceInput>
An
InputManager where each file provides one or more
Stacks.
Specifically, each file provides either a single Stack or a time-series of Stack.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInputManager<FileInput> InputsWithDirectory<StackSequenceInput> inputs(InputManagerParameters parameters) booleanvoidsetFileInput(InputManager<FileInput> fileInput) voidsetUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly) 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
-
Stacks
public Stacks(InputManager<FileInput> fileInput) -
Stacks
public Stacks()
-
-
Method Details
-
inputs
public InputsWithDirectory<StackSequenceInput> inputs(InputManagerParameters parameters) throws InputReadFailedException - Specified by:
inputsin classInputManager<StackSequenceInput>- Throws:
InputReadFailedException
-
getFileInput
public InputManager<FileInput> getFileInput() -
setFileInput
public void setFileInput(InputManager<FileInput> fileInput) -
isUseLastSeriesIndexOnly
public boolean isUseLastSeriesIndexOnly() -
setUseLastSeriesIndexOnly
public void setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)
-