Class LongNtree

java.lang.Object
net.imglib2.img.sparse.LongNtree
All Implemented Interfaces:
LongAccess, NtreeAccess<Long,LongNtree>

public final class LongNtree extends Object implements LongAccess, NtreeAccess<Long,LongNtree>
LongAccess based on a Ntree<Longeger>.
Author:
Tobias Pietzsch
  • Constructor Details

    • LongNtree

      public LongNtree(long[] dimensions, long[] position, long value)
      Standard constructor called by factory
      Parameters:
      dimensions - The dimensions of the tree
      value - Uniform value of created nodes of the tree
    • LongNtree

      public LongNtree(Ntree<Long> data, long[] position)
  • Method Details