Package net.imglib2.img.sparse
Class CharNtree
java.lang.Object
net.imglib2.img.sparse.CharNtree
- All Implemented Interfaces:
CharAccess
,NtreeAccess<Character,
CharNtree>
CharAccess based on a
Ntree
<Char>
.- Author:
- Tobias Pietzsch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance
(long[] pos) char
getValue
(int index) void
setValue
(int index, char value)
-
Constructor Details
-
CharNtree
-
-
Method Details
-
getValue
public char getValue(int index) - Specified by:
getValue
in interfaceCharAccess
-
setValue
public void setValue(int index, char value) - Specified by:
setValue
in interfaceCharAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtree
in interfaceNtreeAccess<Character,
CharNtree>
-
createInstance
- Specified by:
createInstance
in interfaceNtreeAccess<Character,
CharNtree>
-