Package org.anchoranalysis.image.voxel.iterator.process
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.
-
InterfacesClassDescriptionProcesses a
KernelPointCursor
which includes aPoint3i
.Processes a 3D point.Processes aPoint3i
also including an index.Processes two bytes.