Class UnsignedShortVoxelType
Object
VoxelDataType
UnsignedVoxelType
UnsignedShortVoxelType
A 16-bit voxel data-type representing unsigned-short numbers.
- Author:
- Owen Feehan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHow many bits to represent this voxel-type.static final UnsignedShortVoxelTypeA singleton instance of the type.static final longMinimum supported value for the type, as along.static final intMaximum supported value for the type, as anint.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_VALUEMinimum supported value for the type, as along.- See Also:
-
MAX_VALUE_INT
public static final int MAX_VALUE_INTMaximum supported value for the type, as anint.- See Also:
-
INSTANCE
A singleton instance of the type.
-