Uses of Interface
net.imglib2.img.basictypeaccess.IntAccess
Packages that use IntAccess
Package
Description
-
Uses of IntAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement IntAccessModifier and TypeClassDescriptionprivate static final classprivate static final classFields in net.imglib2.converter.readwrite with type parameters of type IntAccessModifier and TypeFieldDescriptionprivate final Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.factoryMethods in net.imglib2.converter.readwrite that return types with arguments of type IntAccessModifier and TypeMethodDescriptionprivate Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.getAccessFactory(ColorChannelOrder order) -
Uses of IntAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type IntAccessModifier and TypeMethodDescriptionArrayImgs.argbs(A access, long... dim) ArrayImgs.ints(A access, long... dim) static <A extends IntAccess>
ArrayImg<UnsignedIntType, A> ArrayImgs.unsignedInts(A access, long... dim) -
Uses of IntAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement IntAccessModifier and TypeClassDescriptionclassAbstractIntArray<A extends AbstractIntArray<A>>classclass -
Uses of IntAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement IntAccess -
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of IntAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement IntAccessModifier and TypeClassDescriptionclassAbstractVolatileIntArray<A extends AbstractVolatileIntArray<A>>classclassAIntArraywith anAbstractVolatileIntArray.isValid()flag. -
Uses of IntAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IntAccess -
Uses of IntAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type IntAccessModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends IntAccess>
NativeTypeFactory<T, A> -
Uses of IntAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as IntAccessFields in net.imglib2.type.numeric with type parameters of type IntAccessModifier and TypeFieldDescriptionARGBType.imgprivate static final NativeTypeFactory<ARGBType, IntAccess> ARGBType.typeFactoryMethods in net.imglib2.type.numeric that return types with arguments of type IntAccessConstructors in net.imglib2.type.numeric with parameters of type IntAccessConstructor parameters in net.imglib2.type.numeric with type arguments of type IntAccess -
Uses of IntAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as IntAccessFields in net.imglib2.type.numeric.integer with type parameters of type IntAccessModifier and TypeFieldDescriptionGenericIntType.imgprivate static final NativeTypeFactory<IntType, IntAccess> IntType.typeFactoryprivate static final NativeTypeFactory<UnsignedIntType, IntAccess> UnsignedIntType.typeFactoryMethods in net.imglib2.type.numeric.integer that return types with arguments of type IntAccessModifier and TypeMethodDescriptionabstract NativeTypeFactory<T, IntAccess> GenericIntType.getNativeTypeFactory()IntType.getNativeTypeFactory()UnsignedIntType.getNativeTypeFactory()Constructors in net.imglib2.type.numeric.integer with parameters of type IntAccessConstructor parameters in net.imglib2.type.numeric.integer with type arguments of type IntAccessModifierConstructorDescriptionGenericIntType(NativeImg<?, ? extends IntAccess> intStorage) UnsignedIntType(NativeImg<?, ? extends IntAccess> img) -
Uses of IntAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type IntAccessModifier and TypeMethodDescriptionvoidvoidvoidConstructors in net.imglib2.type.volatiles with parameters of type IntAccessModifierConstructorDescriptionWrappedARGBType(IntAccess access) WrappedIntType(IntAccess access) WrappedUnsignedIntType(IntAccess access) Constructor parameters in net.imglib2.type.volatiles with type arguments of type IntAccessModifierConstructorDescriptionWrappedARGBType(NativeImg<?, ? extends IntAccess> img) WrappedIntType(NativeImg<?, ? extends IntAccess> img) WrappedUnsignedIntType(NativeImg<?, ? extends IntAccess> img)