Package org.anchoranalysis.image.voxel.iterator.predicate
package org.anchoranalysis.image.voxel.iterator.predicate
Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
These interfaces are called from the iterators within
org.anchoranalysis.image.voxel.iterator.
See org.anchoranalysis.image.voxel.iterator.process for similar interfaces that do not
return a value
-
InterfacesClassDescriptionLike
ProcessBufferBinarybut returns a boolean.Processes aKernelPointCursorand evaluates a predicate on the current position.LikePredicatebut takes two bytes as argument.