Uses of Interface
net.imglib2.img.basictypeaccess.IntAccess
-
-
Uses of IntAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement IntAccess Modifier and Type Class Description private static classCompositeARGBSamplerConverter.CompositeARGBAccessprivate static classCompositeARGBSamplerConverter.CompositeRGBAccessFields in net.imglib2.converter.readwrite with type parameters of type IntAccess Modifier and Type Field Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. factoryMethods in net.imglib2.converter.readwrite that return types with arguments of type IntAccess Modifier and Type Method Description private java.util.function.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 IntAccess Modifier and Type Method Description static <A extends IntAccess>
ArrayImg<ARGBType,A>ArrayImgs. argbs(A access, long... dim)static <A extends IntAccess>
ArrayImg<IntType,A>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 IntAccess Modifier and Type Class Description classAbstractIntArray<A extends AbstractIntArray<A>>classDirtyIntArrayclassIntArray -
Uses of IntAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement IntAccess Modifier and Type Class Description classIntBufferAccessAccess forIntBuffer -
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of IntAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileIntAccess -
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement IntAccess Modifier and Type Class Description classAbstractVolatileIntArray<A extends AbstractVolatileIntArray<A>>classDirtyVolatileIntArrayclassVolatileIntArrayAIntArraywith anAbstractVolatileIntArray.isValid()flag. -
Uses of IntAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IntAccess Modifier and Type Class Description classIntNtreeIntAccess based on aNtree<Integer>. -
Uses of IntAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type IntAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends IntAccess>
NativeTypeFactory<T,A>NativeTypeFactory. INT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of IntAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as IntAccess Modifier and Type Field Description protected IntAccessARGBType. dataAccessFields in net.imglib2.type.numeric with type parameters of type IntAccess Modifier and Type Field Description protected NativeImg<?,? extends IntAccess>ARGBType. imgprivate static NativeTypeFactory<ARGBType,IntAccess>ARGBType. typeFactoryMethods in net.imglib2.type.numeric that return types with arguments of type IntAccess Modifier and Type Method Description NativeTypeFactory<ARGBType,IntAccess>ARGBType. getNativeTypeFactory()Constructors in net.imglib2.type.numeric with parameters of type IntAccess Constructor Description ARGBType(IntAccess access)Constructor parameters in net.imglib2.type.numeric with type arguments of type IntAccess Constructor Description ARGBType(NativeImg<?,? extends IntAccess> intStorage) -
Uses of IntAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as IntAccess Modifier and Type Field Description protected IntAccessGenericIntType. dataAccessFields in net.imglib2.type.numeric.integer with type parameters of type IntAccess Modifier and Type Field Description protected NativeImg<?,? extends IntAccess>GenericIntType. imgprivate static NativeTypeFactory<IntType,IntAccess>IntType. typeFactoryprivate static NativeTypeFactory<UnsignedIntType,IntAccess>UnsignedIntType. typeFactoryMethods in net.imglib2.type.numeric.integer that return types with arguments of type IntAccess Modifier and Type Method Description abstract NativeTypeFactory<T,IntAccess>GenericIntType. getNativeTypeFactory()NativeTypeFactory<IntType,IntAccess>IntType. getNativeTypeFactory()NativeTypeFactory<UnsignedIntType,IntAccess>UnsignedIntType. getNativeTypeFactory()Constructors in net.imglib2.type.numeric.integer with parameters of type IntAccess Constructor Description GenericIntType(IntAccess access)IntType(IntAccess access)UnsignedIntType(IntAccess access)Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type IntAccess Constructor Description GenericIntType(NativeImg<?,? extends IntAccess> intStorage)IntType(NativeImg<?,? extends IntAccess> img)UnsignedIntType(NativeImg<?,? extends IntAccess> img) -
Uses of IntAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type IntAccess Modifier and Type Method Description voidVolatileARGBType.WrappedARGBType. setAccess(IntAccess access)voidVolatileIntType.WrappedIntType. setAccess(IntAccess access)voidVolatileUnsignedIntType.WrappedUnsignedIntType. setAccess(IntAccess access)Constructors in net.imglib2.type.volatiles with parameters of type IntAccess Constructor Description WrappedARGBType(IntAccess access)WrappedIntType(IntAccess access)WrappedUnsignedIntType(IntAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type IntAccess Constructor Description WrappedARGBType(NativeImg<?,? extends IntAccess> img)WrappedIntType(NativeImg<?,? extends IntAccess> img)WrappedUnsignedIntType(NativeImg<?,? extends IntAccess> img)
-