Package org.anchoranalysis.image.voxel.buffer
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels.-
Interface Summary Interface Description ProjectableBuffer<T> A buffer to which slices may be added to form a projection. -
Class Summary Class Description SlidingBuffer<T> 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 inVoxels.VoxelBufferFactory Creating voxel-buffers and arrays of voxel-buffers of various types.VoxelBufferUnsigned<T extends UnsignedBuffer> A parent class forVoxelBufferthat accepts unsigned-buffers and implements some common operations.VoxelBufferWrap Wraps arrays and buffers of primitive-types intoVoxelBuffer.