Package org.anchoranalysis.image.voxel.datatype
The different data-types that can be used to represent voxels.
-
Class Summary Class Description CombineTypes Calculates whichVoxelDataTypeto use when combining two other voxel-data types, but without losing precision.FindCommonVoxelType Finds a common voxel-data type to represent two types.FloatVoxelType A 32-bit voxel data-type representing floating-point numbers, as per the Java primitive float type.SignedShortVoxelType A 16-bit voxel data-type representing signed-short numbers.SignedVoxelType Base class for voxel-data-types that are signed and integral.UnsignedByteVoxelType A 8-bit voxel data-type representing unsigned-byte numbers.UnsignedIntVoxelType A 32-bit voxel data-type representing unsigned-int numbers.UnsignedShortVoxelType A 16-bit voxel data-type representing unsigned-short numbers.UnsignedVoxelType Base class for voxel-data-types that are unsigned and integral.VoxelDataType The type of data that a single voxel represents in an image or related buffer.VoxelDataTypeFactoryMultiplexer<T> Multiplexes between factories for the variousVoxelDataTypes. -
Exception Summary Exception Description IncorrectVoxelTypeException When an unexpectedVoxelDataTypeis encountered.