Class UnsignedIntVoxelType
Object
VoxelDataType
UnsignedVoxelType
UnsignedIntVoxelType
A 32-bit voxel data-type representing unsigned-int numbers.
- Author:
- Owen Feehan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHow many bits to represent this voxel-type.static final UnsignedIntVoxelTypeA singleton instance of the type.static final longMaximum supported value for the type.Fields inherited from class org.anchoranalysis.image.voxel.datatype.VoxelDataType
VALUE_NOT_COMPATIBLE -
Method Summary
Methods inherited from class org.anchoranalysis.image.voxel.datatype.UnsignedVoxelType
isInteger, isUnsignedMethods inherited from class org.anchoranalysis.image.voxel.datatype.VoxelDataType
bitDepth, equals, hashCode, maxValue, minValue, numberBytes, toString
-
Field Details
-
BIT_DEPTH
public static final int BIT_DEPTHHow many bits to represent this voxel-type.- See Also:
-
MAX_VALUE
public static final long MAX_VALUEMaximum supported value for the type.- See Also:
-
INSTANCE
A singleton instance of the type.
-