Package net.imglib2.img.sparse
Class NtreeIntAccess
- java.lang.Object
-
- net.imglib2.img.sparse.NtreeIntAccess
-
-
Constructor Summary
Constructors Constructor Description NtreeIntAccess(Ntree<java.lang.Integer> ntree, long[] position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue(int index)
void
setValue(int index, int value)
-
-
-
Constructor Detail
-
NtreeIntAccess
public NtreeIntAccess(Ntree<java.lang.Integer> ntree, long[] position)
-
-