Package org.anchoranalysis.image.voxel.iterator.process.buffer
package org.anchoranalysis.image.voxel.iterator.process.buffer
Functional-interfaces for processing different combinations of points and raw buffers, but not
VoxelBuffer
.
These interfaces are called from the iterators within
org.anchoranalysis.image.voxel.iterator
.
-
InterfacesClassDescriptionProcessBufferBinary<S,
T> Processes a 3D point likeProcessPoint
but also retrieves twoBuffer
for the current z-slice.Processes a 3D point likeProcessPoint
but also retrieves both oneVoxelBuffer
for the current z-slice and oneBuffer
for the current z-slice.Processes two buffers for each z-slice jointly, without any offset or point.Processes a 3D point likeProcessPoint
but also retrieves three buffers for the current z-slice.Processes a 3D point likeProcessPoint
but also retrieves a buffer for the current z-slice.