Package org.anchoranalysis.image.voxel.buffer
package org.anchoranalysis.image.voxel.buffer
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels
.-
ClassDescriptionA buffer to which slices may be added to form a projection.An index that places a particular z-slice in local context.VoxelBuffer<T>A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels
.Creating voxel-buffers and arrays of voxel-buffers of various types.VoxelBufferUnsigned<T extends UnsignedBuffer>A parent class forVoxelBuffer
that accepts unsigned-buffers and implements some common operations.Wraps arrays and buffers of primitive-types intoVoxelBuffer
.