Class ConvertChannelTo<T>
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,ImageInitialization>
org.anchoranalysis.image.bean.ImageBean<ConvertChannelTo<T>>
org.anchoranalysis.image.bean.channel.ConvertChannelTo<T>
- Type Parameters:
T- destination voxel type to convert to
public abstract class ConvertChannelTo<T> extends ImageBean<ConvertChannelTo<T>>
Creates a
ChannelConverter for converting a channel to a particular type.-
Constructor Summary
Constructors Modifier Constructor Description protectedConvertChannelTo() -
Method Summary
Modifier and Type Method Description abstract ChannelConverter<T>createConverter()Creates the converter.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ConvertChannelTo
protected ConvertChannelTo()
-
-
Method Details
-
createConverter
Creates the converter.- Returns:
- the created converter.
- Throws:
CreateException- if the converter cannot be successfully created.
-