Uses of Interface
org.anchoranalysis.image.voxel.iterator.neighbor.ProcessVoxelNeighborAbsolute
Packages that use ProcessVoxelNeighborAbsolute
Package
Description
Iterating over a point's neighboring voxels.
- 
Uses of ProcessVoxelNeighborAbsolute in org.anchoranalysis.image.voxel.iterator.neighborClasses in org.anchoranalysis.image.voxel.iterator.neighbor that implement ProcessVoxelNeighborAbsoluteModifier and TypeClassDescriptionclassLikeProcessVoxelNeighborAbsolutebut additionally includes aSlidingBuffer.Methods in org.anchoranalysis.image.voxel.iterator.neighbor with parameters of type ProcessVoxelNeighborAbsoluteModifier and TypeMethodDescriptionstatic <T> ProcessVoxelNeighbor<T> ProcessVoxelNeighborFactory.within(Optional<ObjectMask> containingMask, Extent extentFallback, ProcessVoxelNeighborAbsolute<T> process) Creates to process neighbors that must lie within either an object-mask or an extent (as a fallback).static <T> ProcessVoxelNeighbor<T> ProcessVoxelNeighborFactory.withinMask(ObjectMask object, ProcessVoxelNeighborAbsolute<T> process) Creates to process neighbors that must lie within anObjectMask.