Modifier and Type | Method and Description |
---|---|
abstract NativeImg<T,? extends CharAccess> |
NativeImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharArray<A extends AbstractCharArray<A>> |
class |
CharArray |
class |
DirtyCharArray |
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileCharAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileCharArray<A extends AbstractVolatileCharArray<A>> |
class |
DirtyVolatileCharArray
A
CharArray with an DirtyVolatileCharArray.isDirty() and an AbstractVolatileCharArray.isValid()
flag. |
class |
VolatileCharArray
A
CharArray with an AbstractVolatileCharArray.isValid() flag. |
Modifier and Type | Class and Description |
---|---|
class |
CharNtree
CharAccess based on a
Ntree . |
Modifier and Type | Field and Description |
---|---|
protected CharAccess |
BasePairCharType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends CharAccess> |
BasePairCharType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<BasePairCharType,? extends CharAccess> |
BasePairCharType.createSuitableNativeImg(NativeImgFactory<BasePairCharType> storageFactory,
long[] dim) |
Constructor and Description |
---|
BasePairCharType(NativeImg<?,? extends CharAccess> charStorage) |
Copyright © 2009–2017 ImgLib2. All rights reserved.