Package org.anchoranalysis.image.voxel.datatype
package org.anchoranalysis.image.voxel.datatype
The different data-types that can be used to represent voxels.
-
ClassDescriptionCalculates which
VoxelDataTypeto use when combining two other voxel-data types, but without losing precision.Finds a common voxel-data type to represent two types.A 32-bit voxel data-type representing floating-point numbers, as per the Java primitive float type.When an unexpectedVoxelDataTypeis encountered.A 16-bit voxel data-type representing signed-short numbers.Base class for voxel-data-types that are signed and integral.A 8-bit voxel data-type representing unsigned-byte numbers.A 32-bit voxel data-type representing unsigned-int numbers.A 16-bit voxel data-type representing unsigned-short numbers.Base class for voxel-data-types that are unsigned and integral.The type of data that a single voxel represents in an image or related buffer.Multiplexes between factories for the variousVoxelDataTypes.