NativeImg<ByteType,? extends ByteAccess> |
ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory,
long[] dim) |
|
NativeImg<IntType,? extends IntAccess> |
IntType.createSuitableNativeImg(NativeImgFactory<IntType> storageFactory,
long[] dim) |
|
NativeImg<LongType,? extends LongAccess> |
LongType.createSuitableNativeImg(NativeImgFactory<LongType> storageFactory,
long[] dim) |
|
NativeImg<ShortType,? extends ShortAccess> |
ShortType.createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory,
long[] dim) |
|
NativeImg<Unsigned128BitType,? extends LongAccess> |
Unsigned128BitType.createSuitableNativeImg(NativeImgFactory<Unsigned128BitType> storageFactory,
long[] dim) |
|
NativeImg<Unsigned12BitType,? extends LongAccess> |
Unsigned12BitType.createSuitableNativeImg(NativeImgFactory<Unsigned12BitType> storageFactory,
long[] dim) |
|
NativeImg<Unsigned2BitType,? extends LongAccess> |
Unsigned2BitType.createSuitableNativeImg(NativeImgFactory<Unsigned2BitType> storageFactory,
long[] dim) |
|
NativeImg<Unsigned4BitType,? extends LongAccess> |
Unsigned4BitType.createSuitableNativeImg(NativeImgFactory<Unsigned4BitType> storageFactory,
long[] dim) |
|
NativeImg<UnsignedByteType,? extends ByteAccess> |
UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory,
long[] dim) |
|
NativeImg<UnsignedIntType,? extends IntAccess> |
UnsignedIntType.createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory,
long[] dim) |
|
NativeImg<UnsignedLongType,? extends LongAccess> |
UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory,
long[] dim) |
|
NativeImg<UnsignedShortType,? extends ShortAccess> |
UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory,
long[] dim) |
|
NativeImg<UnsignedVariableBitLengthType,? extends LongAccess> |
UnsignedVariableBitLengthType.createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory,
long[] dim) |
|