Package | Description |
---|---|
net.imglib2.cache.img | |
net.imglib2.img.basictypeaccess | |
net.imglib2.img.basictypelongaccess.unsafe | |
net.imglib2.img.basictypelongaccess.unsafe.owning | |
net.imglib2.type |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends ArrayDataAccess<A>> |
LoadedCellCacheLoader.get(CellGrid grid,
CellLoader<T> loader,
T type,
PrimitiveType primitiveType,
Set<AccessFlags> flags) |
static <A extends ArrayDataAccess<A>> |
EmptyCellCacheLoader.get(CellGrid grid,
Fraction entitiesPerPixel,
PrimitiveType primitiveType,
Set<AccessFlags> flags) |
static <A> AccessIo<A> |
AccessIo.get(PrimitiveType primitiveType,
Set<AccessFlags> flags) |
Modifier and Type | Method and Description |
---|---|
static ArrayDataAccess<?> |
Accesses.asArrayAccess(long address,
int size,
boolean volatil,
PrimitiveType type) |
static <A extends ArrayDataAccess<A>> |
ArrayDataAccessFactory.get(PrimitiveType primitiveType,
Set<AccessFlags> flags) |
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
UnsafeAccess.getType() |
Modifier and Type | Method and Description |
---|---|
static <A extends UnsafeAccess<A>> |
UnsafeAccessFactory.get(PrimitiveType primitiveType,
Set<AccessFlags> flags) |
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
OwningShortUnsafe.getType() |
PrimitiveType |
OwningLongUnsafe.getType() |
PrimitiveType |
OwningIntUnsafe.getType() |
PrimitiveType |
OwningFloatUnsafe.getType() |
PrimitiveType |
OwningDoubleUnsafe.getType() |
PrimitiveType |
OwningCharUnsafe.getType() |
PrimitiveType |
OwningByteUnsafe.getType() |
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
NativeLongAccessTypeFactory.getPrimitiveType()
Get the primitive java type that backs the
NativeType T . |
PrimitiveType |
NativeTypeFactory.getPrimitiveType()
Get the primitive java type that backs the
NativeType T . |
static PrimitiveType |
PrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType[] |
PrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.