| Package | Description |
|---|---|
| net.imglib2.converter.readwrite.longaccess | |
| net.imglib2.img.unsafe | |
| net.imglib2.type.numeric.complex |
| Modifier and Type | Method and Description |
|---|---|
ComplexDoubleType |
ComplexDoubleLongAccessTypeComplexDoubleTypeConverter.convert(Sampler<? extends ComplexDoubleLongAccessType> sampler) |
| Constructor and Description |
|---|
ConvertedAccess(ComplexDoubleLongAccessType type) |
| Modifier and Type | Method and Description |
|---|---|
static UnsafeImg<ComplexDoubleLongAccessType,DoubleLongAccess> |
UnsafeImgs.complexDoubles(DoubleLongAccess access,
long... dim)
|
static UnsafeImg<ComplexDoubleLongAccessType,DoubleLongAccess> |
UnsafeImgs.complexDoubles(long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
ComplexDoubleLongAccessType |
ComplexDoubleLongAccessType.copy() |
ComplexDoubleLongAccessType |
ComplexDoubleLongAccessType.createVariable() |
ComplexDoubleLongAccessType |
ComplexDoubleLongAccessType.duplicateTypeOnSameNativeImg() |
| Modifier and Type | Method and Description |
|---|---|
NativeLongAccessImg<ComplexDoubleLongAccessType,? extends DoubleLongAccess> |
ComplexDoubleLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<ComplexDoubleLongAccessType> storageFactory,
long[] dim) |
NativeLongAccessTypeFactory<ComplexDoubleLongAccessType,?> |
ComplexDoubleLongAccessType.getNativeLongAccessTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexDoubleLongAccessType.set(ComplexDoubleLongAccessType c) |
boolean |
ComplexDoubleLongAccessType.valueEquals(ComplexDoubleLongAccessType t) |
| Modifier and Type | Method and Description |
|---|---|
NativeLongAccessImg<ComplexDoubleLongAccessType,? extends DoubleLongAccess> |
ComplexDoubleLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<ComplexDoubleLongAccessType> storageFactory,
long[] dim) |
Copyright © 2015–2022 ImgLib2. All rights reserved.