Uses of Class
org.anchoranalysis.core.index.GetOperationFailedException
Packages that use GetOperationFailedException
Package
Description
Caching (memozing) calls to a method so an operation does not need to be repeated.
Data objects for the names of features.
Scaling object-collections, or lists of elements with object-representations.
Non-bean classes for reading a
Channel
from the
filesystem.Non-bean classes for a mapping of names to
Channel
s.Non-bean classes pertaining to stacks and channels as used in tasks.
-
Uses of GetOperationFailedException in org.anchoranalysis.core.cache
Methods in org.anchoranalysis.core.cache that throw GetOperationFailedException -
Uses of GetOperationFailedException in org.anchoranalysis.feature.name
Methods in org.anchoranalysis.feature.name that throw GetOperationFailedException -
Uses of GetOperationFailedException in org.anchoranalysis.image.core.object.scale
Methods in org.anchoranalysis.image.core.object.scale that throw GetOperationFailedExceptionModifier and TypeMethodDescriptionScaledElements.scaledObjectFor
(T unscaledElement) Gets the scaled version of an element given the unscaled element. -
Uses of GetOperationFailedException in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input that throw GetOperationFailedExceptionModifier and TypeMethodDescriptionChannelGetter.getChannel
(String channelName, int timeIndex, Logger logger) Retrieve theChannel
corresponding tochannelName
at a particular time-frame. -
Uses of GetOperationFailedException in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map that throw GetOperationFailedExceptionModifier and TypeMethodDescriptionNamedChannelsConcatenate.getChannel
(String channelName, int timeIndex, Logger logger) OpenedNamedChannels.getChannel
(String channelName, int timeIndex, Logger logger) NamedChannelsConcatenate.getChannelOptional
(String channelName, int timeIndex, Logger logger) NamedChannelsMap.getChannelOptional
(String channelName, int timeIndex, Logger logger) Gets a channel if it exists, returning empty if it doesn't.OpenedNamedChannels.getChannelOptional
(String channelName, int timeIndex, Logger logger) -
Uses of GetOperationFailedException in org.anchoranalysis.plugin.image.task.stack
Methods in org.anchoranalysis.plugin.image.task.stack that throw GetOperationFailedExceptionModifier and TypeMethodDescriptionChannelGetterForTimepoint.getChannel
(String channelName, Logger logger) Retrieves a channel with the given name for the specified timepoint.