Uses of Class
org.anchoranalysis.io.bioformats.copyconvert.tobyte.ToUnsignedByte
Packages that use ToUnsignedByte
-
Uses of ToUnsignedByte in org.anchoranalysis.io.bioformats.copyconvert.tobyte
Subclasses of ToUnsignedByte in org.anchoranalysis.io.bioformats.copyconvert.tobyteModifier and TypeClassDescriptionclassLikeToUnsignedBytebut applies scaling, if necessary, to map the original value to 8-bits.classConverts aByteBufferencoding a float type to unsigned byte type, as expected in an AnchorVoxelBuffer.classLikeToUnsignedByteand provides common functionality when converting to an unsigned byte.classConverts aByteBufferencoding unsigned bytes (with interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer.classConverts aByteBufferencoding unsigned bytes (no interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer.classConverts data of type unsigned byte to unsigned byte.classConverts data of type unsigned int to unsigned byte.classConverts data of type unsigned short to unsigned byte.