Class InputManagerWithStackReader<T extends InputFromManager>
- Type Parameters:
T- input-type
- Direct Known Subclasses:
AnnotationComparisonInputManager,GroupFiles,MultiInputManager,NamedChannelsBase,Stacks
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 -
Method Summary
Modifier and TypeMethodDescriptionHow 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.io.input.bean.InputManager
inputsMethods 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.
-