Package net.imglib2.img.sparse
Class ByteNtree
java.lang.Object
net.imglib2.img.sparse.ByteNtree
- All Implemented Interfaces:
ByteAccess,NtreeAccess<Byte,ByteNtree>
ByteAccess based on a
Ntree<Byte>.- Author:
- Tobias Pietzsch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(long[] pos) bytegetValue(int index) voidsetValue(int index, byte value)
-
Constructor Details
-
ByteNtree
-
-
Method Details
-
getValue
public byte getValue(int index) - Specified by:
getValuein interfaceByteAccess
-
setValue
public void setValue(int index, byte value) - Specified by:
setValuein interfaceByteAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtreein interfaceNtreeAccess<Byte,ByteNtree>
-
createInstance
- Specified by:
createInstancein interfaceNtreeAccess<Byte,ByteNtree>
-