Class IntNtree

java.lang.Object
net.imglib2.img.sparse.IntNtree
All Implemented Interfaces:
IntAccess, NtreeAccess<Integer,IntNtree>

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

    • IntNtree

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