Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.ProcessPointAndIndex
Packages that use ProcessPointAndIndex
Package
Description
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 ProcessPointAndIndexModifier and TypeMethodDescriptionstatic void
IterateVoxelsAll.withPointAndIndex
(Extent extent, ProcessPointAndIndex process) Iterate over each voxel in anExtent
.static void
IterateVoxelsBoundingBox.withPointAndIndex
(BoundingBox box, ProcessPointAndIndex process) Iterate over each voxel in a bounding-box