Class SignedShortVoxelType
Object
VoxelDataType
SignedVoxelType
SignedShortVoxelType
A 16-bit voxel data-type representing signed-short numbers.
- Author:
- Owen Feehan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHow many bits to represent this voxel-type.static final SignedShortVoxelTypeA singleton instance of the type.static final longMaximum supported value for the type.static final longMinimum 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.SignedVoxelType
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:
-
MIN_VALUE
public static final long MIN_VALUEMinimum supported value for the 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.
-