Class SignedShortVoxelType

Object
VoxelDataType
SignedVoxelType
SignedShortVoxelType

public class SignedShortVoxelType extends SignedVoxelType
A 16-bit voxel data-type representing signed-short numbers.
Author:
Owen Feehan
  • Field Details

    • BIT_DEPTH

      public static final int BIT_DEPTH
      How many bits to represent this voxel-type.
      See Also:
    • MIN_VALUE

      public static final long MIN_VALUE
      Minimum supported value for the type.
      See Also:
    • MAX_VALUE

      public static final long MAX_VALUE
      Maximum supported value for the type.
      See Also:
    • INSTANCE

      public static final SignedShortVoxelType INSTANCE
      A singleton instance of the type.