Uses of Interface
org.anchoranalysis.image.voxel.factory.VoxelsFactoryTypeBound
Packages that use VoxelsFactoryTypeBound
Package
Description
Data-structures to store and manipulate image raster-data or voxels.
Converting
Voxels to different data-types.Creates new instances of
Voxels and VoxelsUntyped with specific data-types.Classes for calculating differnet kind of projections of voxel values across multiple buffers.
-
Uses of VoxelsFactoryTypeBound in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return VoxelsFactoryTypeBoundModifier and TypeMethodDescriptionVoxels.factory()A factory for creating voxels with a particular buffer-type.Methods in org.anchoranalysis.image.voxel with parameters of type VoxelsFactoryTypeBoundModifier and TypeMethodDescriptionBoundedVoxels.growBuffer(Point3i growthNegative, Point3i growthPositive, Optional<Extent> clipRegion, VoxelsFactoryTypeBound<T> factory) Grows the voxel buffer in the positive and negative directions by a certain amount.BoundedVoxels.growToZ(int sizeZ, VoxelsFactoryTypeBound<T> factory) Grows a single z-slicedBoundedVoxelsby duplicating the slice across the z-dimensionsizeZnumber of times.BoundedVoxels.regionZ(int zMin, int zMax, VoxelsFactoryTypeBound<T> factory) Creates an box with a subrange of the slices.Constructors in org.anchoranalysis.image.voxel with parameters of type VoxelsFactoryTypeBoundModifierConstructorDescriptionVoxels(SliceBufferIndex<T> slices, VoxelsFactoryTypeBound<T> factory, VoxelsArithmetic arithmetic) Creates a newVoxelsinstance. -
Uses of VoxelsFactoryTypeBound in org.anchoranalysis.image.voxel.convert
Methods in org.anchoranalysis.image.voxel.convert with parameters of type VoxelsFactoryTypeBoundModifier and TypeMethodDescription<S,T> Voxels <S> VoxelsConverterMulti.convert(VoxelsUntyped voxels, VoxelsFactoryTypeBound<T> outputVoxelsFactory) Converts aVoxelsto another type.VoxelsConverter.convertFrom(VoxelsUntyped from, VoxelsFactoryTypeBound<T> factory) Creates a new voxels of typeTand copies the voxels fromfrom. -
Uses of VoxelsFactoryTypeBound in org.anchoranalysis.image.voxel.factory
Subclasses with type arguments of type VoxelsFactoryTypeBound in org.anchoranalysis.image.voxel.factoryModifier and TypeClassDescriptionclassCreatesVoxelsUntypedand provides a singleton location for implementations ofVoxelsFactoryTypeBoundfor different types.Methods in org.anchoranalysis.image.voxel.factory that return VoxelsFactoryTypeBoundModifier and TypeMethodDescriptionstatic VoxelsFactoryTypeBound<FloatBuffer> VoxelsFactory.getFloat()A factory that creates voxels of type float.VoxelsFactory.getUnsignedByte()A factory that creates voxels of type unsigned byte.VoxelsFactory.getUnsignedInt()A factory that creates voxels of type unsigned int.VoxelsFactory.getUnsignedShort()A factory that creates voxels of type unsigned short. -
Uses of VoxelsFactoryTypeBound in org.anchoranalysis.image.voxel.projection
Constructors in org.anchoranalysis.image.voxel.projection with parameters of type VoxelsFactoryTypeBoundModifierConstructorDescriptionprotectedCountedProjectableBuffer(VoxelsFactoryTypeBound<T> flatType, Extent extent) Creates with minimal parameters, as no preprocessing is necessary.