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 TypeClassDescriptionclass
VoxelBufferUnsigned<T extends UnsignedBuffer>
A parent class forVoxelBuffer
that 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 TypeClassDescriptionclass
AUnsignedBuffer
that exposes its internal types asint
.final class
Wraps aByteBuffer
but automatically performs conversion toint
.final class
Wraps anIntBuffer
but automatically performs conversion tolong
.final class
Wraps aShortBuffer
but automatically performs conversion toint
.