Class NtreeIntAccess

java.lang.Object
net.imglib2.img.sparse.NtreeIntAccess
All Implemented Interfaces:
IntAccess

public final class NtreeIntAccess extends Object implements IntAccess
IntAccess based on a Ntree<Integer>.
Author:
Tobias Pietzsch
  • Constructor Details

    • NtreeIntAccess

      public NtreeIntAccess(Ntree<Integer> ntree, long[] position)
  • Method Details

    • getValue

      public int getValue(int index)
      Specified by:
      getValue in interface IntAccess
    • setValue

      public void setValue(int index, int value)
      Specified by:
      setValue in interface IntAccess