Uses of Class
net.imglib2.type.NativeTypeFactory
-
-
Uses of NativeTypeFactory in net.imglib2.blocks
Fields in net.imglib2.blocks declared as NativeTypeFactory Modifier and Type Field Description private NativeTypeFactory<T,A>FallbackPrimitiveBlocks. nativeTypeFactory -
Uses of NativeTypeFactory in net.imglib2.img.array
Methods in net.imglib2.img.array with parameters of type NativeTypeFactory Modifier and Type Method Description private <A extends ArrayDataAccess<A>>
ArrayImg<T,A>ArrayImgFactory. create(long[] dimensions, T type, NativeTypeFactory<T,A> typeFactory) -
Uses of NativeTypeFactory in net.imglib2.img.basictypeaccess
Methods in net.imglib2.img.basictypeaccess with parameters of type NativeTypeFactory Modifier and Type Method Description static <A extends ArrayDataAccess<A>>
AArrayDataAccessFactory. get(NativeTypeFactory<?,? super A> typeFactory)static <A extends ArrayDataAccess<A>>
AArrayDataAccessFactory. get(NativeTypeFactory<?,? super A> typeFactory, java.util.Set<AccessFlags> flags) -
Uses of NativeTypeFactory in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio with parameters of type NativeTypeFactory Modifier and Type Method Description static <A extends BufferAccess<A>>
ABufferDataAccessFactory. get(NativeTypeFactory<?,?> typeFactory)static <A extends BufferAccess<A>>
ABufferDataAccessFactory. get(NativeTypeFactory<?,?> typeFactory, java.util.Set<AccessFlags> flags) -
Uses of NativeTypeFactory in net.imglib2.img.cell
Methods in net.imglib2.img.cell with parameters of type NativeTypeFactory Modifier and Type Method Description private <A extends ArrayDataAccess<A>>
CellImg<T,A>CellImgFactory. create(long[] dimensions, T type, NativeTypeFactory<T,A> typeFactory) -
Uses of NativeTypeFactory in net.imglib2.img.planar
Methods in net.imglib2.img.planar with parameters of type NativeTypeFactory Modifier and Type Method Description private <A extends ArrayDataAccess<A>>
PlanarImg<T,?>PlanarImgFactory. create(long[] dimensions, T type, NativeTypeFactory<T,A> typeFactory) -
Uses of NativeTypeFactory in net.imglib2.img.sparse
Methods in net.imglib2.img.sparse with parameters of type NativeTypeFactory Modifier and Type Method Description private <A> NtreeImg<T,?>NtreeImgFactory. create(long[] dimensions, T type, NativeTypeFactory<T,A> typeFactory)static <A extends NtreeAccess<?,A>>
ANtreeImgFactory. createNtreeAccess(NativeTypeFactory<?,? super A> typeFactory, long[] dimensions) -
Uses of NativeTypeFactory in net.imglib2.type
Methods in net.imglib2.type that return NativeTypeFactory Modifier and Type Method Description static <T extends NativeType<T>,A extends BooleanAccess>
NativeTypeFactory<T,A>NativeTypeFactory. BOOLEAN(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends ByteAccess>
NativeTypeFactory<T,A>NativeTypeFactory. BYTE(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends CharAccess>
NativeTypeFactory<T,A>NativeTypeFactory. CHAR(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends DoubleAccess>
NativeTypeFactory<T,A>NativeTypeFactory. DOUBLE(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends FloatAccess>
NativeTypeFactory<T,A>NativeTypeFactory. FLOAT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)abstract NativeTypeFactory<T,LongAccess>AbstractBitType. getNativeTypeFactory()NativeTypeFactory<T,?>NativeType. getNativeTypeFactory()static <T extends NativeType<T>,A extends IntAccess>
NativeTypeFactory<T,A>NativeTypeFactory. INT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends LongAccess>
NativeTypeFactory<T,A>NativeTypeFactory. LONG(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends ShortAccess>
NativeTypeFactory<T,A>NativeTypeFactory. SHORT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of NativeTypeFactory in net.imglib2.type.label
Fields in net.imglib2.type.label declared as NativeTypeFactory Modifier and Type Field Description private static NativeTypeFactory<BasePairBitType,LongAccess>BasePairBitType. typeFactoryprivate static NativeTypeFactory<BasePairCharType,CharAccess>BasePairCharType. typeFactoryMethods in net.imglib2.type.label that return NativeTypeFactory Modifier and Type Method Description NativeTypeFactory<BasePairBitType,LongAccess>BasePairBitType. getNativeTypeFactory()NativeTypeFactory<BasePairCharType,CharAccess>BasePairCharType. getNativeTypeFactory() -
Uses of NativeTypeFactory in net.imglib2.type.logic
Fields in net.imglib2.type.logic declared as NativeTypeFactory Modifier and Type Field Description private static NativeTypeFactory<BitType,LongAccess>BitType. typeFactoryprivate static NativeTypeFactory<NativeBoolType,BooleanAccess>NativeBoolType. typeFactoryMethods in net.imglib2.type.logic that return NativeTypeFactory Modifier and Type Method Description NativeTypeFactory<BitType,LongAccess>BitType. getNativeTypeFactory()NativeTypeFactory<NativeBoolType,BooleanAccess>NativeBoolType. getNativeTypeFactory() -
Uses of NativeTypeFactory in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as NativeTypeFactory Modifier and Type Field Description private static NativeTypeFactory<ARGBType,IntAccess>ARGBType. typeFactoryprivate static NativeTypeFactory<NativeARGBDoubleType,DoubleAccess>NativeARGBDoubleType. typeFactoryMethods in net.imglib2.type.numeric that return NativeTypeFactory Modifier and Type Method Description NativeTypeFactory<ARGBType,IntAccess>ARGBType. getNativeTypeFactory()NativeTypeFactory<NativeARGBDoubleType,DoubleAccess>NativeARGBDoubleType. getNativeTypeFactory() -
Uses of NativeTypeFactory in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as NativeTypeFactory Modifier and Type Field Description private static NativeTypeFactory<ComplexDoubleType,DoubleAccess>ComplexDoubleType. typeFactoryprivate static NativeTypeFactory<ComplexFloatType,FloatAccess>ComplexFloatType. typeFactoryMethods in net.imglib2.type.numeric.complex that return NativeTypeFactory Modifier and Type Method Description NativeTypeFactory<ComplexDoubleType,DoubleAccess>ComplexDoubleType. getNativeTypeFactory()NativeTypeFactory<ComplexFloatType,FloatAccess>ComplexFloatType. getNativeTypeFactory() -
Uses of NativeTypeFactory in net.imglib2.type.numeric.integer
-
Uses of NativeTypeFactory in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as NativeTypeFactory Modifier and Type Field Description private static NativeTypeFactory<DoubleType,DoubleAccess>DoubleType. typeFactoryprivate static NativeTypeFactory<FloatType,FloatAccess>FloatType. typeFactoryMethods in net.imglib2.type.numeric.real that return NativeTypeFactory Modifier and Type Method Description NativeTypeFactory<DoubleType,DoubleAccess>DoubleType. getNativeTypeFactory()NativeTypeFactory<FloatType,FloatAccess>FloatType. getNativeTypeFactory() -
Uses of NativeTypeFactory in net.imglib2.type.volatiles
-