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
-
Interface Summary Interface Description PredicateBufferBinary<T> LikeProcessBufferBinarybut returns a boolean.PredicateKernelPointCursor Processes aKernelPointCursorand evaluates a predicate on the current position.PredicateTwoBytes LikePredicatebut takes two bytes as argument.