Class SignedShortVoxelType
Object
org.anchoranalysis.image.voxel.datatype.VoxelDataType
org.anchoranalysis.image.voxel.datatype.SignedVoxelType
org.anchoranalysis.image.voxel.datatype.SignedShortVoxelType
public class SignedShortVoxelType extends SignedVoxelType
A 16-bit voxel data-type representing signed-short numbers.
- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description static intBIT_DEPTHHow many bits to represent this voxel-type.static SignedShortVoxelTypeINSTANCEA singleton instance of the type.static longMAX_VALUEMaximum supported value for the type.static longMIN_VALUEMinimum 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:
- Constant Field Values
-
MIN_VALUE
public static final long MIN_VALUEMinimum supported value for the 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.
-