Class ByteNtree
java.lang.Object
net.imglib2.img.sparse.ByteNtree
- All Implemented Interfaces:
ByteAccess, DataAccess, NtreeAccess<Byte, ByteNtree>
ByteAccess based on a
Ntree<Byte>.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(long[] pos) bytegetValue(int index) voidsetValue(int index, byte value) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NtreeAccess
createView
-
Field Details
-
position
private final long[] position -
data
-
-
Constructor Details
-
ByteNtree
public ByteNtree(long[] dimensions, long[] position, byte value) -
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>
-