Package | Description |
---|---|
net.imglib2.converter.readwrite.longaccess | |
net.imglib2.img.unsafe | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
LongType |
LongLongAccessTypeLongTypeConverter.convert(Sampler<? extends LongLongAccessType> sampler) |
Constructor and Description |
---|
ConvertedAccess(LongLongAccessType type) |
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<LongLongAccessType,OwningLongUnsafe> |
UnsafeImgs.longs(long... dim)
|
static UnsafeImg<LongLongAccessType,LongLongAccess> |
UnsafeImgs.longs(LongLongAccess access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
LongLongAccessType |
LongLongAccessType.copy() |
LongLongAccessType |
LongLongAccessType.createVariable() |
LongLongAccessType |
LongLongAccessType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<LongLongAccessType,? extends LongLongAccess> |
LongLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<LongLongAccessType> storageFactory,
long[] dim) |
NativeLongAccessTypeFactory<LongLongAccessType,?> |
LongLongAccessType.getNativeLongAccessTypeFactory() |
Modifier and Type | Method and Description |
---|---|
int |
LongLongAccessType.compareTo(LongLongAccessType c) |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<LongLongAccessType,? extends LongLongAccess> |
LongLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<LongLongAccessType> storageFactory,
long[] dim) |
Copyright © 2015–2022 ImgLib2. All rights reserved.