Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer.ProcessVoxelBufferUnaryWithPoint
Packages that use ProcessVoxelBufferUnaryWithPoint
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of ProcessVoxelBufferUnaryWithPoint in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessVoxelBufferUnaryWithPointModifier and TypeMethodDescriptionstatic <T,
E extends Exception>
voidIterateVoxelsAll.withVoxelBuffer
(Voxels<T> voxels, ProcessVoxelBufferUnaryWithPoint<T, E> process) Iterate over each voxel - with one associated voxel-buffer for each slice.