Class UnsignedIntVoxelType

Object
VoxelDataType
UnsignedVoxelType
UnsignedIntVoxelType

public class UnsignedIntVoxelType extends UnsignedVoxelType
A 32-bit voxel data-type representing unsigned-int numbers.
Author:
Owen Feehan
  • Field Details

    • BIT_DEPTH

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

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

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