Class NamedChannelsInputPart
Object
org.anchoranalysis.image.io.channel.input.NamedChannelsInput
org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart
- All Implemented Interfaces:
ProvidesStackInput,InputFromManager
public abstract class NamedChannelsInputPart extends NamedChannelsInput
One part of a
NamedChannelsInput that can be combined with others.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description NamedChannelsInputPart() -
Method Summary
Methods inherited from class org.anchoranalysis.image.io.channel.input.NamedChannelsInput
addToStoreInferNames, addToStoreWithName, bitDepth, createChannelsForSeries, dimensions, metadata, numberChannels, numberFrames, numberSeriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.anchoranalysis.io.input.InputFromManager
allAssociatedPaths, asFile, close, identifier, identifierAsPath, pathForBinding, pathForBindingRequiredMethods inherited from interface org.anchoranalysis.image.io.stack.input.ProvidesStackInput
addToStoreInferNames, asSet, asStack
-
Constructor Details
-
NamedChannelsInputPart
public NamedChannelsInputPart()
-