Package | Description |
---|---|
net.imglib2.img.sparse |
Modifier and Type | Interface and Description |
---|---|
interface |
NtreeAccess<L extends Comparable<L>,A extends NtreeAccess<L,A>> |
class |
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> |
Modifier and Type | Class and Description |
---|---|
class |
BooleanNtree
BitAccess based on a
Ntree . |
class |
ByteNtree
ByteAccess based on a
Ntree . |
class |
CharNtree
CharAccess based on a
Ntree . |
class |
DoubleNtree
DoubleAccess based on a
Ntree . |
class |
FloatNtree
FloatAccess based on a
Ntree . |
class |
IntNtree
IntAccess based on a
Ntree . |
class |
LongNtree
LongAccess based on a
Ntree . |
class |
ShortNtree |
Modifier and Type | Method and Description |
---|---|
static <A extends NtreeAccess<?,A>> |
NtreeImgFactory.createNtreeAccess(NativeTypeFactory<?,? super A> typeFactory,
long[] dimensions) |
Copyright © 2015–2022 ImgLib2. All rights reserved.