Modifier and Type | Method and Description |
---|---|
static <A extends ArrayDataAccess<A>> |
ArrayDataAccessFactory.get(NativeTypeFactory<?,? super A> typeFactory) |
static <A extends ArrayDataAccess<A>> |
ArrayDataAccessFactory.get(NativeTypeFactory<?,? super A> typeFactory,
Set<AccessFlags> flags) |
Modifier and Type | Method and Description |
---|---|
static <A extends NtreeAccess<?,A>> |
NtreeImgFactory.createNtreeAccess(NativeTypeFactory<?,? super A> typeFactory,
long[] dimensions) |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends BooleanAccess> |
NativeTypeFactory.BOOLEAN(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends ByteAccess> |
NativeTypeFactory.BYTE(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends CharAccess> |
NativeTypeFactory.CHAR(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends DoubleAccess> |
NativeTypeFactory.DOUBLE(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends FloatAccess> |
NativeTypeFactory.FLOAT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
NativeTypeFactory<T,?> |
NativeType.getNativeTypeFactory() |
abstract NativeTypeFactory<T,LongAccess> |
AbstractBitType.getNativeTypeFactory() |
static <T extends NativeType<T>,A extends IntAccess> |
NativeTypeFactory.INT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends LongAccess> |
NativeTypeFactory.LONG(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends ShortAccess> |
NativeTypeFactory.SHORT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<BasePairCharType,CharAccess> |
BasePairCharType.getNativeTypeFactory() |
NativeTypeFactory<BasePairBitType,LongAccess> |
BasePairBitType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<NativeBoolType,BooleanAccess> |
NativeBoolType.getNativeTypeFactory() |
NativeTypeFactory<BitType,LongAccess> |
BitType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<NativeARGBDoubleType,DoubleAccess> |
NativeARGBDoubleType.getNativeTypeFactory() |
NativeTypeFactory<ARGBType,IntAccess> |
ARGBType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<ComplexFloatType,FloatAccess> |
ComplexFloatType.getNativeTypeFactory() |
NativeTypeFactory<ComplexDoubleType,DoubleAccess> |
ComplexDoubleType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<FloatType,FloatAccess> |
FloatType.getNativeTypeFactory() |
NativeTypeFactory<DoubleType,DoubleAccess> |
DoubleType.getNativeTypeFactory() |
Copyright © 2015–2022 ImgLib2. All rights reserved.