Class VoxelsUnsignedInt

Object
Voxels<UnsignedIntBuffer>
VoxelsUnsignedInt

public final class VoxelsUnsignedInt extends Voxels<UnsignedIntBuffer>
Implementation of Voxels whose voxels are of type unsigned int (32-bit).
Author:
Owen Feehan
  • Constructor Details

  • Method Details

    • assignValue

      public VoxelsAssigner assignValue(int valueToAssign)
      Description copied from class: Voxels
      Interface that allows assignment of a particular value to all or subsets of the voxels.
      Specified by:
      assignValue in class Voxels<UnsignedIntBuffer>
      Parameters:
      valueToAssign - the value to assign.
      Returns:
      the interface.
    • extract

      Description copied from class: Voxels
      Interface that allows read/copy/duplication operations to be performed regarding the voxels intensities.
      Specified by:
      extract in class Voxels<UnsignedIntBuffer>
      Returns:
      the interface.