Class UnsignedIntVoxelType
Object
org.anchoranalysis.image.voxel.datatype.VoxelDataType
org.anchoranalysis.image.voxel.datatype.UnsignedVoxelType
org.anchoranalysis.image.voxel.datatype.UnsignedIntVoxelType
public class UnsignedIntVoxelType extends UnsignedVoxelType
A 32-bit voxel data-type representing unsigned-int numbers.
- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description static intBIT_DEPTHHow many bits to represent this voxel-type.static UnsignedIntVoxelTypeINSTANCEA singleton instance of the type.static longMAX_VALUEMaximum 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:
- Constant Field Values
-
MAX_VALUE
public static final long MAX_VALUEMaximum supported value for the type.- See Also:
- Constant Field Values
-
INSTANCE
A singleton instance of the type.
-