Class InputManagerWithStackReader<T extends InputFromManager>
Object
org.anchoranalysis.bean.AnchorBean<InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<T>
org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader<T>
- Type Parameters:
T- input-type
public abstract class InputManagerWithStackReader<T extends InputFromManager> extends InputManager<T>
Extends an
InputManager to add a StackReader bean property.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description InputManagerWithStackReader() -
Method Summary
Modifier and Type Method Description StackReadergetStackReader()How to read an image from the file-system.voidsetStackReader(StackReader stackReader)How to read an image from the file-system.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
InputManagerWithStackReader
public InputManagerWithStackReader()
-
-
Method Details
-
getStackReader
How to read an image from the file-system. -
setStackReader
How to read an image from the file-system.
-