Class ToUnsignedShort


public class ToUnsignedShort extends ChannelConverter<UnsignedShortBuffer>
Converts a Channel to have a voxel data type of UnsignedShortBuffer.
Author:
Owen Feehan
  • Constructor Details

    • ToUnsignedShort

      public ToUnsignedShort()
      Converting without scaling any values.
    • ToUnsignedShort

      public ToUnsignedShort(VoxelsConverter<UnsignedShortBuffer> voxelsConverter)
      Convert with a particular VoxelsConverter.
      Parameters:
      voxelsConverter - the converter.