Class ToUnsignedInt
- Direct Known Subclasses:
UnsignedIntFromUnsignedInt
Base class for implementations of
ConvertTo
that convert to unsigned int 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
-
ToUnsignedInt
protected ToUnsignedInt()Constructor populating super-class with necessary values.
-