Class BinaryValuesInt

Object
org.anchoranalysis.image.voxel.binary.values.BinaryValuesInt

public final class BinaryValuesInt
extends Object
Two values representing int binary states in an unsigned-byte buffer.

By default, these states are 0 for off and 255 for on.

This class is immutable.

See BinaryValuesByte for an equivalent class that stores these states as byte

Author:
Owen Feehan