Uses of Interface
net.imglib2.img.basictypeaccess.ByteAccess
-
-
Uses of ByteAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement ByteAccess Modifier and Type Class Description private classARGBChannelSamplerConverter.ARGBChannelConvertingAccess -
Uses of ByteAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type ByteAccess Modifier and Type Method Description static <A extends ByteAccess>
ArrayImg<ByteType,A>ArrayImgs. bytes(A access, long... dim)static <A extends ByteAccess>
ArrayImg<UnsignedByteType,A>ArrayImgs. unsignedBytes(A access, long... dim) -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement ByteAccess Modifier and Type Class Description classAbstractByteArray<A extends AbstractByteArray<A>>classByteArrayclassDirtyByteArray -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement ByteAccess Modifier and Type Class Description classByteBufferAccessAccess forByteBuffer -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of ByteAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileByteAccess -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement ByteAccess Modifier and Type Class Description classAbstractVolatileByteArray<A extends AbstractVolatileByteArray<A>>classDirtyVolatileByteArrayAByteArraywith anDirtyVolatileByteArray.isDirty()and anAbstractVolatileByteArray.isValid()flag.classVolatileByteArrayAByteArraywith anAbstractVolatileByteArray.isValid()flag. -
Uses of ByteAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement ByteAccess Modifier and Type Class Description classByteNtreeByteAccess based on aNtree<Byte>. -
Uses of ByteAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type ByteAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends ByteAccess>
NativeTypeFactory<T,A>NativeTypeFactory. BYTE(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of ByteAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as ByteAccess Modifier and Type Field Description protected ByteAccessGenericByteType. dataAccessFields in net.imglib2.type.numeric.integer with type parameters of type ByteAccess Modifier and Type Field Description protected NativeImg<?,? extends ByteAccess>GenericByteType. imgprivate static NativeTypeFactory<ByteType,ByteAccess>ByteType. typeFactoryprivate static NativeTypeFactory<UnsignedByteType,ByteAccess>UnsignedByteType. typeFactoryMethods in net.imglib2.type.numeric.integer that return types with arguments of type ByteAccess Modifier and Type Method Description NativeTypeFactory<ByteType,ByteAccess>ByteType. getNativeTypeFactory()abstract NativeTypeFactory<T,ByteAccess>GenericByteType. getNativeTypeFactory()NativeTypeFactory<UnsignedByteType,ByteAccess>UnsignedByteType. getNativeTypeFactory()Constructors in net.imglib2.type.numeric.integer with parameters of type ByteAccess Constructor Description ByteType(ByteAccess access)GenericByteType(ByteAccess access)UnsignedByteType(ByteAccess access)Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type ByteAccess Constructor Description ByteType(NativeImg<?,? extends ByteAccess> img)GenericByteType(NativeImg<?,? extends ByteAccess> byteStorage)UnsignedByteType(NativeImg<?,? extends ByteAccess> img) -
Uses of ByteAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type ByteAccess Modifier and Type Method Description voidVolatileByteType.WrappedByteType. setAccess(ByteAccess access)voidVolatileUnsignedByteType.WrappedUnsignedByteType. setAccess(ByteAccess access)Constructors in net.imglib2.type.volatiles with parameters of type ByteAccess Constructor Description WrappedByteType(ByteAccess access)WrappedUnsignedByteType(ByteAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type ByteAccess Constructor Description WrappedByteType(NativeImg<?,? extends ByteAccess> img)WrappedUnsignedByteType(NativeImg<?,? extends ByteAccess> img)
-