Package org.anchoranalysis.image.voxel.iterator.process.voxelbuffer
package org.anchoranalysis.image.voxel.iterator.process.voxelbuffer
Functional-interfaces for processing different combinations of points and
VoxelBuffer
but not raw buffers.
These interfaces are called from the iterators within
org.anchoranalysis.image.voxel.iterator
.
-
InterfacesClassDescriptionProcesses a 3D point like
ProcessPoint
but also retrieves twoVoxelBuffer
s for the current z-slice.Processes a 3D point likeProcessVoxelBufferBinary
but rather has oneVoxelBuffer
and one buffer, and also exposes aPoint3i
.Processes two voxel-buffers for each z-slice jointly, without any offset or point.Processes a 3D point likeProcessPoint
but also retrieves aVoxelBuffer
for the current z-slice.ProcessVoxelBufferUnaryWithPoint<T,E extends Exception> Processes a 3D point likeProcessVoxelBufferUnary
but also exposes aPoint3i
.