Class ConvertChannelTo<T>
- Type Parameters:
T
- destination voxel type to convert to
- Direct Known Subclasses:
ScaleByDictionary
,ScaleByMinMaxValue
,ScaleByTypeToByte
,ToByte
Creates a
ChannelConverter
for converting a channel to a particular type.-
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
-
ConvertChannelTo
protected ConvertChannelTo()
-
-
Method Details
-
createConverter
Creates the converter.- Returns:
- the created converter.
- Throws:
CreateException
- if the converter cannot be successfully created.
-