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) byte
getValue
(int index) void
setValue
(int index, byte value)
-
Constructor Details
-
ByteNtree
-
-
Method Details
-
getValue
public byte getValue(int index) - Specified by:
getValue
in interfaceByteAccess
-
setValue
public void setValue(int index, byte value) - Specified by:
setValue
in interfaceByteAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtree
in interfaceNtreeAccess<Byte,
ByteNtree>
-
createInstance
- Specified by:
createInstance
in interfaceNtreeAccess<Byte,
ByteNtree>
-