Package org.anchoranalysis.image.voxel.iterator.process
Functional-interfaces for processing different combinations of points and buffers that do not
return a value.
These interfaces are called from the iterators within
org.anchoranalysis.image.voxel.iterator.
See org.anchoranalysis.image.voxel.iterator.predicate for similar interfaces that
return a boolean.
-
Interface Summary Interface Description ProcessKernelPointCursor Processes aKernelPointCursorwhich includes aPoint3i.ProcessPoint Processes a 3D point.ProcessPointAndIndex Processes aPoint3ialso including an index.ProcessTwoBytes Processes two bytes.