Uses of Interface
org.anchoranalysis.image.voxel.arithmetic.VoxelsArithmetic
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel |
Data-structures to store and manipulate image raster-data or voxels.
|
| org.anchoranalysis.image.voxel.arithmetic |
Arithmetic operations for
Voxels. |
-
Uses of VoxelsArithmetic in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return VoxelsArithmetic Modifier and Type Method Description VoxelsArithmeticBoundedVoxels. arithmetic()Interface that allows manipulation of voxel intensities via arithmetic operations.VoxelsArithmeticVoxels. arithmetic()Interface that allows manipulation of voxel intensities via arithmetic operations.VoxelsArithmeticVoxelsUntyped. arithmetic()Interface that allows manipulation of voxel intensities via arithmetic operations.Constructors in org.anchoranalysis.image.voxel with parameters of type VoxelsArithmetic Constructor Description Voxels(SliceBufferIndex<T> slices, VoxelsFactoryTypeBound<T> factory, VoxelsArithmetic arithmetic) -
Uses of VoxelsArithmetic in org.anchoranalysis.image.voxel.arithmetic
Methods in org.anchoranalysis.image.voxel.arithmetic that return VoxelsArithmetic Modifier and Type Method Description static VoxelsArithmeticVoxelsArithmeticFactory. createFloat(Extent extent, IntFunction<FloatBuffer> bufferForSlice)Create aVoxelsArithmeticforFloatBuffer.static VoxelsArithmeticVoxelsArithmeticFactory. createUnsignedByte(Extent extent, IntFunction<UnsignedByteBuffer> bufferForSlice)Create aVoxelsArithmeticforUnsignedByteBuffer.static VoxelsArithmeticVoxelsArithmeticFactory. createUnsignedInt(Extent extent, IntFunction<UnsignedIntBuffer> bufferForSlice)Create aVoxelsArithmeticforUnsignedIntBuffer.static VoxelsArithmeticVoxelsArithmeticFactory. createUnsignedShort(Extent extent, IntFunction<UnsignedShortBuffer> bufferForSlice)Create aVoxelsArithmeticforUnsignedShortBuffer.