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
ProcessPointbut also retrieves twoVoxelBuffers for the current z-slice.Processes a 3D point likeProcessVoxelBufferBinarybut rather has oneVoxelBufferand one buffer, and also exposes aPoint3i.Processes two voxel-buffers for each z-slice jointly, without any offset or point.Processes a 3D point likeProcessPointbut also retrieves aVoxelBufferfor the current z-slice.ProcessVoxelBufferUnaryWithPoint<T,E extends Exception> Processes a 3D point likeProcessVoxelBufferUnarybut also exposes aPoint3i.