public class ChannelConverterMulti
extends Object
Converts a channel from one voxel data-type to one of multiple other types.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors
-
Method Summary
Converts a
Channel's voxels to another type.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChannelConverterMulti
public ChannelConverterMulti()
-
Method Details
-
convert
Converts a
Channel's voxels to another type.
- Parameters:
channel - the channel to convert.
outputVoxelType - the data-type to convert to.
- Returns:
- a
Channel with voxel's of type outputVoxelType.