Uses of Interface
net.imglib2.img.basictypeaccess.DataAccess
-
-
Uses of DataAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement DataAccess Modifier and Type Class Description private classARGBChannelSamplerConverter.ARGBChannelConvertingAccessprivate static classCompositeARGBSamplerConverter.CompositeARGBAccessprivate static classCompositeARGBSamplerConverter.CompositeRGBAccessprivate static classRealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>>private static classRealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>> -
Uses of DataAccess in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt with type parameters of type DataAccess Modifier and Type Class Description classArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess>AnAWTScreenImagethat is anArrayImg. -
Uses of DataAccess in net.imglib2.img.array
Classes in net.imglib2.img.array with type parameters of type DataAccess Modifier and Type Class Description classArrayImg<T extends NativeType<T>,A extends DataAccess>ThisImgstores an image in a single linear array of basic types.Fields in net.imglib2.img.array declared as DataAccess Modifier and Type Field Description private AArrayImg. data -
Uses of DataAccess in net.imglib2.img.basictypeaccess
Subinterfaces of DataAccess in net.imglib2.img.basictypeaccess Modifier and Type Interface Description interfaceBooleanAccessTODOinterfaceByteAccessTODOinterfaceCharAccessTODOinterfaceDoubleAccessTODOinterfaceFloatAccessTODOinterfaceIntAccessTODOinterfaceLongAccessTODOinterfacePlanarAccess<A>Interface allowing access to data on a plane-by-plane basis.interfaceShortAccessTODOMethods in net.imglib2.img.basictypeaccess that return DataAccess Modifier and Type Method Description default DataAccessDataAccess. createView(java.lang.Object o)Create a copy of the current access without copying the underlying data. -
Uses of DataAccess in net.imglib2.img.basictypeaccess.array
Subinterfaces of DataAccess in net.imglib2.img.basictypeaccess.array Modifier and Type Interface Description interfaceArrayDataAccess<A>Trivial interface for primitive array based data access implementations that can replicate themselves and return the underlying array.Classes in net.imglib2.img.basictypeaccess.array that implement DataAccess Modifier and Type Class Description classAbstractBooleanArray<A extends AbstractBooleanArray<A>>classAbstractByteArray<A extends AbstractByteArray<A>>classAbstractCharArray<A extends AbstractCharArray<A>>classAbstractDoubleArray<A extends AbstractDoubleArray<A>>classAbstractFloatArray<A extends AbstractFloatArray<A>>classAbstractIntArray<A extends AbstractIntArray<A>>classAbstractLongArray<A extends AbstractLongArray<A>>classAbstractShortArray<A extends AbstractShortArray<A>>classBooleanArrayclassByteArrayclassCharArrayclassDirtyBooleanArrayclassDirtyByteArrayclassDirtyCharArrayclassDirtyDoubleArrayclassDirtyFloatArrayclassDirtyIntArrayclassDirtyLongArrayclassDirtyShortArrayclassDoubleArrayTODOclassFloatArrayTODOclassIntArrayclassLongArrayclassShortArray -
Uses of DataAccess in net.imglib2.img.basictypeaccess.nio
Subinterfaces of DataAccess in net.imglib2.img.basictypeaccess.nio Modifier and Type Interface Description interfaceBufferAccess<A>BufferAccess wraps java.nio.Buffer subclasses and implementsArrayDataAccessandVolatileAccess.Classes in net.imglib2.img.basictypeaccess.nio that implement DataAccess Modifier and Type Class Description classAbstractBufferAccess<A extends AbstractBufferAccess<A,B>,B extends java.nio.Buffer>Base abstract class forDataAccessimplementations that wrapBuffer.classByteBufferAccessAccess forByteBufferclassCharBufferAccessAccess forCharBufferclassDoubleBufferAccessAccess forDoubleBufferclassFloatBufferAccessAccess forFloatBufferclassIntBufferAccessAccess forIntBufferclassLongBufferAccessAccess forLongBufferclassShortBufferAccessAccess forShortBuffer -
Uses of DataAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of DataAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileArrayDataAccess<A>AnArrayDataAccessthat can contain valid or invalid data.interfaceVolatileBooleanAccessinterfaceVolatileByteAccessinterfaceVolatileCharAccessinterfaceVolatileDoubleAccessinterfaceVolatileFloatAccessinterfaceVolatileIntAccessinterfaceVolatileLongAccessinterfaceVolatileShortAccess -
Uses of DataAccess in net.imglib2.img.basictypeaccess.volatiles.array
-
Uses of DataAccess in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type DataAccess Modifier and Type Class Description classAbstractCellImg<T extends NativeType<T>,A extends DataAccess,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>Abstract superclass forImgtypes that divide their underlying data into cells.classCellImg<T extends NativeType<T>,A extends DataAccess>classLazyCellImg<T extends NativeType<T>,A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed. -
Uses of DataAccess in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement DataAccess Modifier and Type Class Description classPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane. -
Uses of DataAccess in net.imglib2.img.sparse
Subinterfaces of DataAccess in net.imglib2.img.sparse Modifier and Type Interface Description interfaceNtreeAccess<L extends java.lang.Comparable<L>,A extends NtreeAccess<L,A>>Classes in net.imglib2.img.sparse that implement DataAccess Modifier and Type Class Description classBooleanNtreeBitAccess based on aNtree<Boolean>.classByteNtreeByteAccess based on aNtree<Byte>.classCharNtreeCharAccess based on aNtree<Char>.classDoubleNtreeDoubleAccess based on aNtree<Double>.classFloatNtreeFloatAccess based on aNtree<Float>.classIntNtreeIntAccess based on aNtree<Integer>.classLongNtreeLongAccess based on aNtree<Longeger>.classShortNtree
-