Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.ProcessPointAndIndex
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
-
Uses of ProcessPointAndIndex in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessPointAndIndex Modifier and Type Method Description static voidIterateVoxelsAll. withPointAndIndex(Extent extent, ProcessPointAndIndex process)Iterate over each voxel in anExtent.static voidIterateVoxelsBoundingBox. withPointAndIndex(BoundingBox box, ProcessPointAndIndex process)Iterate over each voxel in a bounding-box