Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedBuffer
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.buffer |
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels. |
| org.anchoranalysis.image.voxel.buffer.primitive |
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 UnsignedBuffer Modifier and Type Class Description classVoxelBufferUnsigned<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.primitive Modifier and Type Class Description classUnsignedBufferAsIntAUnsignedBufferthat exposes its internal types asint.classUnsignedByteBufferWraps aByteBufferbut automatically performs conversion toint.classUnsignedIntBufferWraps anIntBufferbut automatically performs conversion tolong.classUnsignedShortBufferWraps aShortBufferbut automatically performs conversion toint.