Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedBuffer
Packages that use UnsignedBuffer
Package
Description
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels.Conversion of both primitive data types and image structures between Anchor's data-structures and
other representations.
-
Uses of UnsignedBuffer in org.anchoranalysis.image.voxel.buffer
Classes in org.anchoranalysis.image.voxel.buffer with type parameters of type UnsignedBufferModifier and TypeClassDescriptionclassVoxelBufferUnsigned<T extends UnsignedBuffer>A parent class forVoxelBufferthat accepts unsigned-buffers and implements some common operations. -
Uses of UnsignedBuffer in org.anchoranalysis.image.voxel.buffer.primitive
Subclasses of UnsignedBuffer in org.anchoranalysis.image.voxel.buffer.primitiveModifier and TypeClassDescriptionclassAUnsignedBufferthat exposes its internal types asint.final classWraps aByteBufferbut automatically performs conversion toint.final classWraps anIntBufferbut automatically performs conversion tolong.final classWraps aShortBufferbut automatically performs conversion toint.