Class NamedChannels
Object
AnchorBean<InputManager<NamedChannelsInputPart>>
InputManager<NamedChannelsInputPart>
InputManagerWithStackReader<NamedChannelsInputPart>
NamedChannelsBase
NamedChannels
An image viewed as a set of channels, each with a unique name.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChannelMapCreatorInputManager<FileInput> InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) booleanvoidsetChannelMap(ChannelMapCreator channelMap) voidsetFileInput(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
-
NamedChannels
public NamedChannels()
-
-
Method Details
-
inputs
public InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) throws InputReadFailedException - Specified by:
inputsin classInputManager<NamedChannelsInputPart>- Throws:
InputReadFailedException
-
getFileInput
public InputManager<FileInput> getFileInput() -
setFileInput
public void setFileInput(InputManager<FileInput> fileInput) -
getChannelMap
public ChannelMapCreator getChannelMap() -
setChannelMap
public void setChannelMap(ChannelMapCreator channelMap) -
isUseLastSeriesIndexOnly
public boolean isUseLastSeriesIndexOnly() -
setUseLastSeriesIndexOnly
public void setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)
-