Class ToUnsignedByte
- Direct Known Subclasses:
ToUnsignedByteWithScaling
,UnsignedByteFromFloat
,UnsignedByteFromUnsignedByte
Base class for implementations of
ConvertTo
that convert to unsigned byte buffers.- Author:
- Owen Feehan
-
Field Summary
Fields inherited from class org.anchoranalysis.io.bioformats.copyconvert.ConvertTo
destinationSize, extent, sourceIncrement, sourceSize
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor populating super-class with necessary values. -
Method Summary
Methods inherited from class org.anchoranalysis.io.bioformats.copyconvert.ConvertTo
bytesPerVoxel, convert, convertSliceOfSingleChannel, copyAllChannels, copyChangeOrientation, copyKeepOrientation, setupBefore, supportsMultipleChannelsPerSourceBuffer
-
Constructor Details
-
ToUnsignedByte
protected ToUnsignedByte()Constructor populating super-class with necessary values.
-