Uses of Interface
org.anchoranalysis.image.voxel.assigner.VoxelsAssigner
Packages that use VoxelsAssigner
Package
Description
The
Channel
core data-class and related operations
and converters.An image with only two permissible states.
Data-structures to store and manipulate image raster-data or voxels.
Assigns values to some or all voxels.
The
BinaryVoxels
class and related operations.The fundamental data class that is an
ObjectMask
and related structures.-
Uses of VoxelsAssigner in org.anchoranalysis.image.core.channel
Methods in org.anchoranalysis.image.core.channel that return VoxelsAssignerModifier and TypeMethodDescriptionChannel.assignValue
(int valueToAssign) Interface that allows assignment of a particular value to all or subsets of the voxels. -
Uses of VoxelsAssigner in org.anchoranalysis.image.core.mask
Methods in org.anchoranalysis.image.core.mask that return VoxelsAssigner -
Uses of VoxelsAssigner in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return VoxelsAssignerModifier and TypeMethodDescriptionBoundedVoxels.assignValue
(int valueToAssign) Assigns a value to a bounded-voxels accepting global coordinates for objects, boxes etc.abstract VoxelsAssigner
Voxels.assignValue
(int valueToAssign) Interface that allows assignment of a particular value to all or subsets of the voxels.VoxelsFloat.assignValue
(int valueToAssign) VoxelsUnsignedByte.assignValue
(int valueToAssign) VoxelsUnsignedInt.assignValue
(int valueToAssign) VoxelsUnsignedShort.assignValue
(int valueToAssign) VoxelsUntyped.assignValue
(int valueToAssign) Interface that allows assignment of a particular value to all or subsets of the voxels. -
Uses of VoxelsAssigner in org.anchoranalysis.image.voxel.assigner
Methods in org.anchoranalysis.image.voxel.assigner that return VoxelsAssignerModifier and TypeMethodDescriptionstatic VoxelsAssigner
VoxelsAssignerFactory.createFloat
(Voxels<FloatBuffer> voxels, int valueToAssign) Create aVoxelsAssigner
for aFloatBuffer
.static VoxelsAssigner
VoxelsAssignerFactory.createUnsignedByte
(Voxels<UnsignedByteBuffer> voxels, int valueToAssign) Create aVoxelsAssigner
for aUnsignedByteBuffer
.static VoxelsAssigner
VoxelsAssignerFactory.createUnsignedInt
(Voxels<UnsignedIntBuffer> voxels, int valueToAssign) Create a aVoxelsAssigner
for aUnsignedIntBuffer
.static VoxelsAssigner
VoxelsAssignerFactory.createUnsignedShort
(Voxels<UnsignedShortBuffer> voxels, int valueToAssign) Create aVoxelsAssigner
for aUnsignedShortBuffer
.static VoxelsAssigner
VoxelsAssignerFactory.shiftBackBy
(VoxelsAssigner voxelsAssigner, ReadableTuple3i shift) Shifts all coordinates backwards before passing to anotherVoxelsAssigner
.Methods in org.anchoranalysis.image.voxel.assigner with parameters of type VoxelsAssignerModifier and TypeMethodDescriptionstatic VoxelsAssigner
VoxelsAssignerFactory.shiftBackBy
(VoxelsAssigner voxelsAssigner, ReadableTuple3i shift) Shifts all coordinates backwards before passing to anotherVoxelsAssigner
. -
Uses of VoxelsAssigner in org.anchoranalysis.image.voxel.binary
Methods in org.anchoranalysis.image.voxel.binary that return VoxelsAssigner -
Uses of VoxelsAssigner in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object that return VoxelsAssigner