Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.buffer.ProcessBufferUnary
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
-
Uses of ProcessBufferUnary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessBufferUnary Modifier and Type Method Description static <T> voidIterateVoxelsAll. withBuffer(Voxels<T> voxels, ProcessBufferUnary<T> process)Iterate over each voxel - with one associated buffer for each slice.static <T> voidIterateVoxelsBoundingBox. withBuffer(BoundingBox box, Voxels<T> voxels, ProcessBufferUnary<T> process)Iterate over each voxel in a bounding-box - with one associated buffer for each slicestatic <T> voidIterateVoxelsObjectMask. withBuffer(ObjectMask object, Voxels<T> voxels, ProcessBufferUnary<T> process)Iterate over each voxel in an object-mask - with one associated buffer for each slice fromVoxels.static <T> voidIterateVoxelsObjectMaskOptional. withBuffer(Optional<ObjectMask> objectMask, Voxels<T> voxels, ProcessBufferUnary<T> process)Iterate over each voxel (or optionally only on object-mask) with one associated buffer.