static UnsafeImg<ARGBLongAccessType,IntLongAccess> |
UnsafeImgs.argbs(IntLongAccess access,
long... dim)
|
static UnsafeImg<ARGBLongAccessType,OwningIntUnsafe> |
UnsafeImgs.argbs(long... dim)
|
static UnsafeImg<ByteLongAccessType,ByteLongAccess> |
UnsafeImgs.bytes(ByteLongAccess access,
long... dim)
|
static UnsafeImg<ByteLongAccessType,OwningByteUnsafe> |
UnsafeImgs.bytes(long... dim)
|
static UnsafeImg<ComplexDoubleLongAccessType,DoubleLongAccess> |
UnsafeImgs.complexDoubles(DoubleLongAccess access,
long... dim)
|
static UnsafeImg<ComplexDoubleLongAccessType,DoubleLongAccess> |
UnsafeImgs.complexDoubles(long... dim)
|
static UnsafeImg<ComplexFloatLongAccessType,FloatLongAccess> |
UnsafeImgs.complexFloats(FloatLongAccess access,
long... dim)
|
static UnsafeImg<ComplexFloatLongAccessType,FloatLongAccess> |
UnsafeImgs.complexFloats(long... dim)
|
UnsafeImg<T,?> |
UnsafeImg.copy() |
UnsafeImg<T,?> |
UnsafeImgFactory.create(long... dimensions) |
UnsafeImg<T,?> |
UnsafeImgFactory.create(long[] dim,
T type) |
UnsafeImg<T,OwningByteUnsafe> |
UnsafeImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningCharUnsafe> |
UnsafeImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningDoubleUnsafe> |
UnsafeImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningFloatUnsafe> |
UnsafeImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningIntUnsafe> |
UnsafeImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningLongUnsafe> |
UnsafeImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningShortUnsafe> |
UnsafeImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static UnsafeImg<DoubleLongAccessType,DoubleUnsafe> |
UnsafeImgs.doubles(DoubleUnsafe access,
long... dim)
|
static UnsafeImg<DoubleLongAccessType,OwningDoubleUnsafe> |
UnsafeImgs.doubles(long... dim)
|
static UnsafeImg<FloatLongAccessType,FloatUnsafe> |
UnsafeImgs.floats(FloatUnsafe access,
long... dim)
|
static UnsafeImg<FloatLongAccessType,OwningFloatUnsafe> |
UnsafeImgs.floats(long... dim)
|
static UnsafeImg<IntLongAccessType,IntLongAccess> |
UnsafeImgs.ints(IntLongAccess access,
long... dim)
|
static UnsafeImg<IntLongAccessType,IntArray> |
UnsafeImgs.ints(long... dim)
|
static UnsafeImg<LongLongAccessType,OwningLongUnsafe> |
UnsafeImgs.longs(long... dim)
|
static UnsafeImg<LongLongAccessType,LongLongAccess> |
UnsafeImgs.longs(LongLongAccess access,
long... dim)
|
static UnsafeImg<ShortLongAccessType,OwningShortUnsafe> |
UnsafeImgs.shorts(long... dim)
|
static UnsafeImg<ShortLongAccessType,ShortLongAccess> |
UnsafeImgs.shorts(ShortLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedByteLongAccessType,ByteLongAccess> |
UnsafeImgs.unsignedBytes(ByteLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedByteLongAccessType,OwningByteUnsafe> |
UnsafeImgs.unsignedBytes(long... dim)
|
static UnsafeImg<UnsignedIntLongAccessType,IntLongAccess> |
UnsafeImgs.unsignedInts(IntLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedIntLongAccessType,OwningIntUnsafe> |
UnsafeImgs.unsignedInts(long... dim)
|
static UnsafeImg<UnsignedLongLongAccessType,OwningLongUnsafe> |
UnsafeImgs.unsignedLongs(long... dim)
|
static UnsafeImg<UnsignedLongLongAccessType,LongLongAccess> |
UnsafeImgs.unsignedLongs(LongLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedShortLongAccessType,OwningShortUnsafe> |
UnsafeImgs.unsignedShorts(long... dim)
|
static UnsafeImg<UnsignedShortLongAccessType,ShortLongAccess> |
UnsafeImgs.unsignedShorts(ShortLongAccess access,
long... dim)
|