Package net.imglib2.img.sparse
Class ShortNtree
java.lang.Object
net.imglib2.img.sparse.ShortNtree
- All Implemented Interfaces:
ShortAccess,NtreeAccess<Short,ShortNtree>
- Author:
- Tobias Pietzsch
-
Constructor Summary
ConstructorsConstructorDescriptionShortNtree(long[] dimenions, long[] position, short value) ShortNtree(Ntree<Short> data, long[] position) -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(long[] pos) shortgetValue(int index) voidsetValue(int index, short value)
-
Constructor Details
-
ShortNtree
public ShortNtree(long[] dimenions, long[] position, short value) -
ShortNtree
-
-
Method Details
-
getValue
public short getValue(int index) - Specified by:
getValuein interfaceShortAccess
-
setValue
public void setValue(int index, short value) - Specified by:
setValuein interfaceShortAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtreein interfaceNtreeAccess<Short,ShortNtree>
-
createInstance
- Specified by:
createInstancein interfaceNtreeAccess<Short,ShortNtree>
-