Package | Description |
---|---|
net.imglib2.cache.img | |
net.imglib2.img.basictypeaccess | |
net.imglib2.img.basictypeaccess.array | |
net.imglib2.img.basictypeaccess.volatiles.array |
Modifier and Type | Class and Description |
---|---|
static class |
AccessIo.AbstractByteArrayIo<A extends AbstractByteArray<A>> |
Modifier and Type | Method and Description |
---|---|
static AbstractByteArray<?> |
Accesses.asByteArray(long address,
int size,
boolean volatil) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteArray<A extends AbstractByteArray<A>> |
Modifier and Type | Class and Description |
---|---|
class |
ByteArray |
class |
DirtyByteArray |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileByteArray<A extends AbstractVolatileByteArray<A>> |
class |
DirtyVolatileByteArray
A
ByteArray with an DirtyVolatileByteArray.isDirty() and an AbstractVolatileByteArray.isValid()
flag. |
class |
VolatileByteArray
A
ByteArray with an AbstractVolatileByteArray.isValid() flag. |
Copyright © 2015–2022 ImgLib2. All rights reserved.