Uses of Class
org.anchoranalysis.image.voxel.iterator.neighbor.ProcessVoxelNeighborAbsoluteWithSlidingBuffer
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator.neighbor |
Iterating over a point's neighboring voxels.
|
-
Uses of ProcessVoxelNeighborAbsoluteWithSlidingBuffer in org.anchoranalysis.image.voxel.iterator.neighbor
Methods in org.anchoranalysis.image.voxel.iterator.neighbor with parameters of type ProcessVoxelNeighborAbsoluteWithSlidingBuffer Modifier and Type Method Description static <T> ProcessVoxelNeighbor<T>ProcessVoxelNeighborFactory. withinExtent(ProcessVoxelNeighborAbsoluteWithSlidingBuffer<T> process)Creates to process neighbors that must lie within an extent.