Class ChannelProvider
- All Implemented Interfaces:
Provider<Channel>
,ProviderAsStack
- Direct Known Subclasses:
ChannelProviderBinary
,ChannelProviderTernary
,ChannelProviderUnary
,FromDimensionsBase
,FromInput
,FromMaskBase
,FromStack
,Reference
,ScoreVoxels
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ChannelProvider
protected ChannelProvider()
-
-
Method Details
-
getAsStack
Description copied from interface:ProviderAsStack
Retrieves or creates aStack
representation of an entity.- Returns:
- the stack.
- Throws:
ProvisionFailedException
- if an error occurs retrieving or getting the stack.
-