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 likeProcessPointbut also retrieves twoBufferfor the current z-slice.Processes a 3D point likeProcessPointbut also retrieves both oneVoxelBufferfor the current z-slice and oneBufferfor the current z-slice.Processes two buffers for each z-slice jointly, without any offset or point.Processes a 3D point likeProcessPointbut also retrieves three buffers for the current z-slice.Processes a 3D point likeProcessPointbut also retrieves a buffer for the current z-slice.