Uses of Interface
org.anchoranalysis.image.voxel.iterator.neighbor.ProcessVoxelNeighborAbsolute
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator.neighbor |
Iterating over a point's neighboring voxels.
|
-
Uses of ProcessVoxelNeighborAbsolute in org.anchoranalysis.image.voxel.iterator.neighbor
Classes in org.anchoranalysis.image.voxel.iterator.neighbor that implement ProcessVoxelNeighborAbsolute Modifier and Type Class Description classProcessVoxelNeighborAbsoluteWithSlidingBuffer<T>LikeProcessVoxelNeighborAbsolutebut additionally includes aSlidingBuffer.Methods in org.anchoranalysis.image.voxel.iterator.neighbor with parameters of type ProcessVoxelNeighborAbsolute Modifier and Type Method Description static <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.