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 VoxelsAssignerVoxels.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 VoxelsAssignerVoxelsAssignerFactory.createFloat(Voxels<FloatBuffer> voxels, int valueToAssign) Create aVoxelsAssignerfor aFloatBuffer.static VoxelsAssignerVoxelsAssignerFactory.createUnsignedByte(Voxels<UnsignedByteBuffer> voxels, int valueToAssign) Create aVoxelsAssignerfor aUnsignedByteBuffer.static VoxelsAssignerVoxelsAssignerFactory.createUnsignedInt(Voxels<UnsignedIntBuffer> voxels, int valueToAssign) Create a aVoxelsAssignerfor aUnsignedIntBuffer.static VoxelsAssignerVoxelsAssignerFactory.createUnsignedShort(Voxels<UnsignedShortBuffer> voxels, int valueToAssign) Create aVoxelsAssignerfor aUnsignedShortBuffer.static VoxelsAssignerVoxelsAssignerFactory.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 VoxelsAssignerVoxelsAssignerFactory.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