A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder1
- a - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder2
- a - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder3
- a - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- a - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- a - Variable in class net.imglib2.type.numeric.ARGBDoubleType
- a - Variable in class net.imglib2.util.ValuePair
- a - Variable in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- A - net.imglib2.converter.ChannelARGBConverter.Channel
- A - net.imglib2.type.label.BasePairBitType.Base
- A - Variable in class net.imglib2.display.ARGBARGBColorConverter
- A - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- AbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>> - Class in net.imglib2.type.numeric
- AbstractARGBDoubleType() - Constructor for class net.imglib2.type.numeric.AbstractARGBDoubleType
- AbstractArrayColorTable<T> - Class in net.imglib2.display
-
Abstract superclass for array-based color lookup tables.
- AbstractArrayColorTable(T...) - Constructor for class net.imglib2.display.AbstractArrayColorTable
-
Initializes a color table with the given table values.
- AbstractArrayCursor<T extends NativeType<T>> - Class in net.imglib2.img.array
- AbstractArrayCursor(AbstractArrayCursor<T>) - Constructor for class net.imglib2.img.array.AbstractArrayCursor
-
TODO Javadoc
- AbstractArrayCursor(ArrayImg<T, ?>, int, int) - Constructor for class net.imglib2.img.array.AbstractArrayCursor
-
TODO Javadoc
- AbstractArrayLocalizingCursor<T extends NativeType<T>> - Class in net.imglib2.img.array
- AbstractArrayLocalizingCursor(AbstractArrayLocalizingCursor<T>) - Constructor for class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
TODO Javadoc
- AbstractArrayLocalizingCursor(ArrayImg<T, ?>, int, int) - Constructor for class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
TODO Javadoc
- AbstractBit64Type<T extends AbstractBit64Type<T>> - Class in net.imglib2.type
-
A
Typewith arbitrary bit depth up to maximum 64 bits. - AbstractBit64Type(int) - Constructor for class net.imglib2.type.AbstractBit64Type
- AbstractBit64Type(long, int) - Constructor for class net.imglib2.type.AbstractBit64Type
- AbstractBit64Type(LongAccess, int) - Constructor for class net.imglib2.type.AbstractBit64Type
- AbstractBit64Type(NativeImg<?, ? extends LongAccess>, int) - Constructor for class net.imglib2.type.AbstractBit64Type
- AbstractBitType<T extends AbstractBitType<T>> - Class in net.imglib2.type
-
Provides basic infrastructure to implement Types based on single bits stored in a LongAccess
- AbstractBitType(NativeImg<?, ? extends LongAccess>, int) - Constructor for class net.imglib2.type.AbstractBitType
- AbstractBooleanArray<A extends AbstractBooleanArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractBooleanArray(boolean[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- AbstractBooleanArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- AbstractBufferAccess<A extends AbstractBufferAccess<A,B>,B extends java.nio.Buffer> - Class in net.imglib2.img.basictypeaccess.nio
-
Base abstract class for
DataAccessimplementations that wrapBuffer. - AbstractBufferAccess(B) - Constructor for class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
- AbstractBufferAccess(B, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
- AbstractBufferAccess(Function<Integer, B>, int) - Constructor for class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
- AbstractByteArray<A extends AbstractByteArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractByteArray(byte[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- AbstractByteArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- AbstractCellImg<T extends NativeType<T>,A extends DataAccess,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>> - Class in net.imglib2.img.cell
-
Abstract superclass for
Imgtypes that divide their underlying data into cells. - AbstractCellImg(CellGrid, I, Fraction) - Constructor for class net.imglib2.img.cell.AbstractCellImg
- AbstractCellImg.CellImgSampler<C> - Interface in net.imglib2.img.cell
-
This interface is implemented by all samplers on the
AbstractCellImg. - AbstractCharArray<A extends AbstractCharArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractCharArray(char[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- AbstractCharArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- AbstractComplexType<T extends AbstractComplexType<T>> - Class in net.imglib2.type.numeric.complex
-
TODO
- AbstractComplexType() - Constructor for class net.imglib2.type.numeric.complex.AbstractComplexType
- AbstractComposite<T> - Class in net.imglib2.view.composite
-
Abstract implementation of
Composite. - AbstractComposite(RandomAccess<T>) - Constructor for class net.imglib2.view.composite.AbstractComposite
- AbstractConvertedCursor<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedCursor(Cursor<A>) - Constructor for class net.imglib2.converter.AbstractConvertedCursor
- AbstractConvertedIterableInterval<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedIterableInterval(IterableInterval<A>) - Constructor for class net.imglib2.converter.AbstractConvertedIterableInterval
- AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedIterableRandomAccessibleInterval(S) - Constructor for class net.imglib2.converter.AbstractConvertedIterableRandomAccessibleInterval
- AbstractConvertedIterableRealInterval<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedIterableRealInterval(IterableRealInterval<A>) - Constructor for class net.imglib2.converter.AbstractConvertedIterableRealInterval
- AbstractConvertedRandomAccess<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedRandomAccess(RandomAccess<A>) - Constructor for class net.imglib2.converter.AbstractConvertedRandomAccess
- AbstractConvertedRandomAccessible<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedRandomAccessible(RandomAccessible<A>) - Constructor for class net.imglib2.converter.AbstractConvertedRandomAccessible
- AbstractConvertedRandomAccessibleInterval<A,B> - Class in net.imglib2.converter
- AbstractConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>) - Constructor for class net.imglib2.converter.AbstractConvertedRandomAccessibleInterval
- AbstractConvertedRealCursor<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedRealCursor(RealCursor<A>) - Constructor for class net.imglib2.converter.AbstractConvertedRealCursor
- AbstractConvertedRealRandomAccess<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedRealRandomAccess(RealRandomAccess<A>) - Constructor for class net.imglib2.converter.AbstractConvertedRealRandomAccess
- AbstractConvertedRealRandomAccessible<A,B> - Class in net.imglib2.converter
-
TODO
- AbstractConvertedRealRandomAccessible(RealRandomAccessible<A>) - Constructor for class net.imglib2.converter.AbstractConvertedRealRandomAccessible
- AbstractCursor<T> - Class in net.imglib2
-
Abstract implementation of
Cursor. - AbstractCursor(int) - Constructor for class net.imglib2.AbstractCursor
- AbstractCursorInt<T> - Class in net.imglib2
-
Abstract implementation of
Cursor. - AbstractCursorInt(int) - Constructor for class net.imglib2.AbstractCursorInt
- AbstractDoubleArray<A extends AbstractDoubleArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractDoubleArray(double[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- AbstractDoubleArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- AbstractEuclideanSpace - Class in net.imglib2
-
Superclass of abstract EuclideanSpace implementations (accessors, containers, etc).
- AbstractEuclideanSpace(int) - Constructor for class net.imglib2.AbstractEuclideanSpace
- AbstractFloatArray<A extends AbstractFloatArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractFloatArray(float[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- AbstractFloatArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- AbstractFunctionEuclideanSpace<P,T> - Class in net.imglib2.position
-
Abstract base class for functions that generate values through a
BiConsumer. - AbstractFunctionEuclideanSpace(int, BiConsumer<P, ? super T>, Supplier<T>) - Constructor for class net.imglib2.position.AbstractFunctionEuclideanSpace
-
Simplified constructor if the same function is stateless and can be used concurrently.
- AbstractFunctionEuclideanSpace(int, Supplier<BiConsumer<P, ? super T>>, Supplier<T>) - Constructor for class net.imglib2.position.AbstractFunctionEuclideanSpace
-
Constructor for stateful functions that cannot be used concurrently.
- AbstractImg<T> - Class in net.imglib2.img
-
TODO
- AbstractImg(long[]) - Constructor for class net.imglib2.img.AbstractImg
- AbstractIntArray<A extends AbstractIntArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractIntArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- AbstractIntArray(int[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- AbstractIntegerBitType<T extends AbstractIntegerBitType<T>> - Class in net.imglib2.type.numeric.integer
-
The performance of this type is traded off for the gain in memory storage.
- AbstractIntegerBitType(NativeImg<?, ? extends LongAccess>, int) - Constructor for class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- AbstractIntegerType<T extends AbstractIntegerType<T>> - Class in net.imglib2.type.numeric.integer
-
TODO
- AbstractIntegerType() - Constructor for class net.imglib2.type.numeric.integer.AbstractIntegerType
- AbstractInterval - Class in net.imglib2
-
Implementation of the
Intervalinterface. - AbstractInterval(int) - Constructor for class net.imglib2.AbstractInterval
-
Creates an n-dimensional
AbstractIntervalwith min and max = 0n. - AbstractInterval(long[]) - Constructor for class net.imglib2.AbstractInterval
-
Creates an Interval with the boundaries [0, dimensions-1]
- AbstractInterval(long[], long[]) - Constructor for class net.imglib2.AbstractInterval
-
Creates an Interval with the boundaries [min, max] (both including)
- AbstractInterval(long[], long[], boolean) - Constructor for class net.imglib2.AbstractInterval
-
Creates an Interval with the boundaries [min, max] (both including)
- AbstractInterval(Dimensions) - Constructor for class net.imglib2.AbstractInterval
-
Creates an Interval with the boundaries [0, dimensions-1]
- AbstractInterval(Interval) - Constructor for class net.imglib2.AbstractInterval
-
Creates a
AbstractIntervalfrom anotherInterval - AbstractInterval(Localizable, Localizable) - Constructor for class net.imglib2.AbstractInterval
-
Creates an Interval with the boundaries [min, max] (both including)
- AbstractLinearRange - Class in net.imglib2.display
- AbstractLinearRange() - Constructor for class net.imglib2.display.AbstractLinearRange
- AbstractLinearRange(double, double) - Constructor for class net.imglib2.display.AbstractLinearRange
- AbstractListImg<T> - Class in net.imglib2.img.list
-
Abstract base class for
Imgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE. - AbstractListImg(long[]) - Constructor for class net.imglib2.img.list.AbstractListImg
- AbstractLocalizable - Class in net.imglib2
-
An abstract class that implements the
Localizableinterface using a long[] array to maintain position. - AbstractLocalizable(int) - Constructor for class net.imglib2.AbstractLocalizable
- AbstractLocalizable(long[]) - Constructor for class net.imglib2.AbstractLocalizable
-
Protected constructor that re-uses the passed position array.
- AbstractLocalizableInt - Class in net.imglib2
-
An abstract class that implements the
Localizableinterface using an int[] array to maintain position. - AbstractLocalizableInt(int) - Constructor for class net.imglib2.AbstractLocalizableInt
- AbstractLocalizableInt(int[]) - Constructor for class net.imglib2.AbstractLocalizableInt
-
Protected constructor that re-uses the passed position array.
- AbstractLocalizingCursor<T> - Class in net.imglib2
-
Abstract base class for localizing
Cursors. - AbstractLocalizingCursor(int) - Constructor for class net.imglib2.AbstractLocalizingCursor
- AbstractLocalizingCursorInt<T> - Class in net.imglib2
-
Abstract base class for localizing
Cursors. - AbstractLocalizingCursorInt(int) - Constructor for class net.imglib2.AbstractLocalizingCursorInt
- AbstractLongArray<A extends AbstractLongArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractLongArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- AbstractLongArray(long[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- AbstractLongListImg<T> - Class in net.imglib2.img.list
-
Abstract base class for
Imgthat store pixels in a single linear list addressed by a long. - AbstractLongListImg(long[]) - Constructor for class net.imglib2.img.list.AbstractLongListImg
- AbstractLongListImg.LongListCursor - Class in net.imglib2.img.list
- AbstractLongListImg.LongListLocalizingCursor - Class in net.imglib2.img.list
- AbstractLongListImg.LongListRandomAccess - Class in net.imglib2.img.list
- AbstractMixedTransform - Class in net.imglib2.transform.integer
-
TODO
- AbstractMixedTransform(int) - Constructor for class net.imglib2.transform.integer.AbstractMixedTransform
- AbstractNativeImg<T extends NativeType<T>,A> - Class in net.imglib2.img
-
TODO
- AbstractNativeImg(long[], Fraction) - Constructor for class net.imglib2.img.AbstractNativeImg
- AbstractNativeType<T extends AbstractNativeType<T>> - Class in net.imglib2.type
-
TODO
- AbstractNativeType() - Constructor for class net.imglib2.type.AbstractNativeType
- AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>> - Class in net.imglib2.view.composite
-
Abstract base class for a vector of
NumericTypescalars. - AbstractNumericComposite(RandomAccess<T>, int) - Constructor for class net.imglib2.view.composite.AbstractNumericComposite
- AbstractOutOfBoundsMirror<T> - Class in net.imglib2.outofbounds
-
Abstract implementation of shared functions for mirroring out of bounds.
- AbstractOutOfBoundsMirror(F) - Constructor for class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- AbstractOutOfBoundsMirror(AbstractOutOfBoundsMirror<T>) - Constructor for class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- AbstractOutOfBoundsValue<T> - Class in net.imglib2.outofbounds
- AbstractOutOfBoundsValue(F) - Constructor for class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- AbstractOutOfBoundsValue(AbstractOutOfBoundsValue<T>) - Constructor for class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- AbstractPermutationTransform - Class in net.imglib2.transform.integer.permutation
-
Bijective integer transform mapping between integer coordinates in [0,n-1].
- AbstractPermutationTransform(int[]) - Constructor for class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable> - Class in net.imglib2.position.transform
-
A
RealPositionablethat drives aPositionableto somehow derived discrete coordinates. - AbstractPositionableTransform(LocalizablePositionable) - Constructor for class net.imglib2.position.transform.AbstractPositionableTransform
- AbstractProjector2D - Class in net.imglib2.display.projector
-
Base class for 2D projectors.
- AbstractProjector2D(int) - Constructor for class net.imglib2.display.projector.AbstractProjector2D
-
initializes a reference point with the specified number of dimensions.
- AbstractRealInterval - Class in net.imglib2
-
Implementation of the
RealIntervalinterface. - AbstractRealInterval(double[], double[]) - Constructor for class net.imglib2.AbstractRealInterval
-
Creates a new
AbstractRealIntervalfrom min and max coordinates - AbstractRealInterval(double[], double[], boolean) - Constructor for class net.imglib2.AbstractRealInterval
-
Creates a new
AbstractRealIntervalfrom min and max coordinates - AbstractRealInterval(int) - Constructor for class net.imglib2.AbstractRealInterval
-
Creates an n-dimensional
AbstractIntervalwith min and max = 0n. - AbstractRealInterval(RealInterval) - Constructor for class net.imglib2.AbstractRealInterval
-
Creates a new
AbstractRealIntervalusing an existingRealInterval - AbstractRealInterval(RealLocalizable, RealLocalizable) - Constructor for class net.imglib2.AbstractRealInterval
-
Creates a new
AbstractRealIntervalfrom min and max coordinates - AbstractRealLocalizable - Class in net.imglib2
-
An abstract class that implements the
RealLocalizableinterface using an array of doubles to maintain position - AbstractRealLocalizable(double[]) - Constructor for class net.imglib2.AbstractRealLocalizable
-
Protected constructor that re-uses the passed position array.
- AbstractRealLocalizable(int) - Constructor for class net.imglib2.AbstractRealLocalizable
- AbstractRealType<T extends AbstractRealType<T>> - Class in net.imglib2.type.numeric.real
-
TODO
- AbstractRealType() - Constructor for class net.imglib2.type.numeric.real.AbstractRealType
- AbstractShearTransform - Class in net.imglib2.transform.integer.shear
-
Most simple case of a shear transform that just implements for a integer valued coordinate: coordinate[ shearDimension ] += coordinate[ referenceDimension ] (forward) coordinate[ shearDimension ] -= coordinate[ referenceDimension ] (backward) This abstract class holds the inverse and implements applyInverse in terms of inverse.apply
- AbstractShearTransform(int, int, int) - Constructor for class net.imglib2.transform.integer.shear.AbstractShearTransform
- AbstractShearTransform(int, int, int, AbstractShearTransform) - Constructor for class net.imglib2.transform.integer.shear.AbstractShearTransform
- AbstractShortArray<A extends AbstractShortArray<A>> - Class in net.imglib2.img.basictypeaccess.array
- AbstractShortArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- AbstractShortArray(short[]) - Constructor for class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- AbstractViewNode(ViewNode.ViewType, V) - Constructor for class net.imglib2.blocks.ViewNode.AbstractViewNode
- AbstractVolatileBooleanArray<A extends AbstractVolatileBooleanArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileBooleanArray(boolean[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileBooleanArray
- AbstractVolatileBooleanArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileBooleanArray
- AbstractVolatileByteArray<A extends AbstractVolatileByteArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileByteArray(byte[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileByteArray
- AbstractVolatileByteArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileByteArray
- AbstractVolatileCharArray<A extends AbstractVolatileCharArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileCharArray(char[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileCharArray
- AbstractVolatileCharArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileCharArray
- AbstractVolatileDoubleArray<A extends AbstractVolatileDoubleArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileDoubleArray(double[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
- AbstractVolatileDoubleArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
- AbstractVolatileFloatArray<A extends AbstractVolatileFloatArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileFloatArray(float[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileFloatArray
- AbstractVolatileFloatArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileFloatArray
- AbstractVolatileIntArray<A extends AbstractVolatileIntArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileIntArray(int[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileIntArray
- AbstractVolatileIntArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileIntArray
- AbstractVolatileLongArray<A extends AbstractVolatileLongArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileLongArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileLongArray
- AbstractVolatileLongArray(long[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileLongArray
- AbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>,T extends AbstractVolatileNativeNumericType<N,T>> - Class in net.imglib2.type.volatiles
- AbstractVolatileNativeNumericType(N, boolean) - Constructor for class net.imglib2.type.volatiles.AbstractVolatileNativeNumericType
- AbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R,T>> - Class in net.imglib2.type.volatiles
- AbstractVolatileNativeRealType(R, boolean) - Constructor for class net.imglib2.type.volatiles.AbstractVolatileNativeRealType
- AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>> - Class in net.imglib2.type.volatiles
-
Abstract base class for
VolatileNumericTypes that wrap aNumericTypethat is either VALID or INVALID. - AbstractVolatileNumericType(N) - Constructor for class net.imglib2.type.volatiles.AbstractVolatileNumericType
- AbstractVolatileNumericType(N, boolean) - Constructor for class net.imglib2.type.volatiles.AbstractVolatileNumericType
- AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>> - Class in net.imglib2.type.volatiles
-
Abstract base class for
VolatileRealTypes that wrapRealType. - AbstractVolatileRealType(R, boolean) - Constructor for class net.imglib2.type.volatiles.AbstractVolatileRealType
- AbstractVolatileShortArray<A extends AbstractVolatileShortArray<A>> - Class in net.imglib2.img.basictypeaccess.volatiles.array
- AbstractVolatileShortArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileShortArray
- AbstractVolatileShortArray(short[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileShortArray
- AbstractWrappedInterval<I extends Interval> - Class in net.imglib2
-
Convenient base class for
IterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible. - AbstractWrappedInterval(I) - Constructor for class net.imglib2.AbstractWrappedInterval
- AbstractWrappedLocalizable<L extends Localizable> - Class in net.imglib2
-
Convenient base class for accessors etc, that source all
Localizablecalls to aLocalizablesource. - AbstractWrappedLocalizable(L) - Constructor for class net.imglib2.AbstractWrappedLocalizable
- AbstractWrappedPositionableLocalizable<P extends Positionable & Localizable> - Class in net.imglib2
-
Convenient base class for accessors etc, that source all
LocalizableandPositionablecalls to aLocalizable & Positionablesource. - AbstractWrappedPositionableLocalizable(P) - Constructor for class net.imglib2.AbstractWrappedPositionableLocalizable
- AbstractWrappedRealInterval<I extends RealInterval> - Class in net.imglib2
-
Convenient base class for
IterableRealIntervals, etc that forward theRealIntervalinterface to, for example, their source accessible. - AbstractWrappedRealInterval(I) - Constructor for class net.imglib2.AbstractWrappedRealInterval
- acc - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- acc - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- accA - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- accA - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- accB - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- accB - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- accept(long) - Method in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorLoops.OneCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorLoops.ThreeCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorLoops.TwoCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorRandomAccessLoops.OneCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorRandomAccessLoops.ThreeCursorLoop
- accept(long) - Method in class net.imglib2.loops.FastCursorRandomAccessLoops.TwoCursorLoop
- accept(A, B, C) - Method in interface net.imglib2.loops.LoopBuilder.TriConsumer
- accept(A, B, C, D) - Method in interface net.imglib2.loops.LoopBuilder.FourConsumer
- accept(A, B, C, D, E) - Method in interface net.imglib2.loops.LoopBuilder.FiveConsumer
- accept(A, B, C, D, E, F) - Method in interface net.imglib2.loops.LoopBuilder.SixConsumer
- ACCEPT - net.imglib2.blocks.PrimitiveBlocks.OnFallback
- accessAxes - Variable in class net.imglib2.view.HyperSlicesView
- AccessFlags - Enum in net.imglib2.img.basictypeaccess
-
Flags that specify variants of
ArrayDataAccessunderlying primitive types. - AccessFlags() - Constructor for enum net.imglib2.img.basictypeaccess.AccessFlags
- accessor - Variable in class net.imglib2.histogram.DiscreteFrequencyDistribution
- accG - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- accG - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- accR - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- accR - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- accumulate() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
-
multiply current target value with current weight and add to accumulator.
- accumulate() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
-
multiply current target value with current weight and add to accumulator.
- accumulate() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
-
multiply current target value with current weight and add to accumulator.
- accumulate() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
-
multiply current target value with current weight and add to accumulator.
- accumulate() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
-
multiply current target value with current weight and add to accumulator.
- accumulate(int) - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- accumulateConverters(List<ViewNode.ConverterViewNode<?, ?>>) - Static method in class net.imglib2.blocks.ViewAnalyzer
- AccumulateConverters() - Constructor for class net.imglib2.blocks.ViewAnalyzer.AccumulateConverters
- accumulator - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- action - Variable in class net.imglib2.loops.BindActionToSamplers.BiConsumerRunnable
- action - Variable in class net.imglib2.loops.BindActionToSamplers.ConsumerRunnable
- action - Variable in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- action - Variable in class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- action - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- action - Variable in class net.imglib2.loops.BindActionToSamplers.TriConsumerRunnable
- action - Variable in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorLoops.OneCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorLoops.ThreeCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorLoops.TwoCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.OneCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.ThreeCursorLoop
- action - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.TwoCursorLoop
- action - Variable in class net.imglib2.loops.LoopUtils.LineProcessor
- add(double) - Method in class net.imglib2.util.RealSum
-
Add an element to the sum.
- add(double[][], double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set C = A + B.
- add(double[], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set c = a + b.
- add(double, int) - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- add(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- add(Iterable<List<T>>) - Method in class net.imglib2.histogram.HistogramNd
- add(Iterable<T>) - Method in class net.imglib2.histogram.Histogram1d
- add(List<Iterable<T>>) - Method in class net.imglib2.histogram.HistogramNd
- add(Point, T) - Method in class net.imglib2.PointSampleList
- add(RealPoint, T) - Method in class net.imglib2.RealPointSampleList
- add(BitType) - Method in class net.imglib2.type.logic.BitType
- add(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- add(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- add(ComplexFloatType) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- add(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Relies on
BigInteger.add(BigInteger). - add(UnsignedByteType) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- add(UnsignedIntType) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- add(UnsignedLongType) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- add(UnsignedShortType) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- add(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- add(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- add(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- add(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- add(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- add(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- add(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- add(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- add(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- add(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- add(T) - Method in interface net.imglib2.type.operators.Add
- add(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- add(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- Add<T> - Interface in net.imglib2.type.operators
- addData(Iterable<List<T>>) - Method in class net.imglib2.histogram.HistogramNd
-
Counts additional data contained in a given iterable collection.
- addData(Iterable<T>) - Method in class net.imglib2.histogram.Histogram1d
-
Counts additional data contained in a given iterable collection.
- addData(List<Iterable<T>>) - Method in class net.imglib2.histogram.HistogramNd
-
Counts additional data contained in a given iterable collection.
- addDimension(int) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.addDimension(RandomAccessible). - addDimension(Interval, long, long) - Static method in class net.imglib2.util.Intervals
-
Create new interval by adding a dimension to the source
Interval. - addDimension(RandomAccessible<T>) - Static method in class net.imglib2.view.Views
-
Create view which adds a dimension to the source
RandomAccessible. - addDimension(RandomAccessibleInterval<T>, long, long) - Static method in class net.imglib2.view.Views
-
Create view which adds a dimension to the source
RandomAccessibleInterval. - allCursorsAreFast(List<IterableInterval<?>>) - Method in class net.imglib2.loops.LoopBuilder
- allEqual(List<Object>) - Static method in class net.imglib2.loops.LoopBuilder
- allMatch(Predicate<T>, List<T>) - Static method in class net.imglib2.loops.ListUtils
- allMatch(Predicate<T>, T[]) - Static method in class net.imglib2.loops.ListUtils
- allocate(int) - Method in class net.imglib2.blocks.PrimitiveTypeProperties
-
Allocate a primitive array (type
P) withlengthelements. - allocate(int) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Allocate a new BufferAccess using the current buffer's directness and validity.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Allocate a new BufferAccess specifying the directness and validity.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.
- allocate(int, boolean, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.
- allocateByteBuffer(int, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Allocate a new ByteBuffer with initial capacity and directness.
- allPositive(int...) - Static method in interface net.imglib2.Dimensions
-
Check whether all entries in
dimensionsare positive - allPositive(long...) - Static method in interface net.imglib2.Dimensions
-
Check whether all entries in
dimensionsare positive - alpha - Variable in class net.imglib2.converter.RealARGBConverter
- alpha - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- alpha - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- alpha(int) - Static method in class net.imglib2.type.numeric.ARGBType
- ALPHA - Static variable in interface net.imglib2.display.ColorTable
- analyze() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Deconstruct the View sequence of the target
RandomAccessibleinto a list ofViewNodes. - and(boolean) - Method in class net.imglib2.type.logic.BoolType
- and(BitType) - Method in class net.imglib2.type.logic.BitType
- and(BoolType) - Method in class net.imglib2.type.logic.BoolType
- and(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- and(T) - Method in interface net.imglib2.type.BooleanType
- angleFromR(double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute the angle of rotation from a rotation matrix.
- anyMatch(Predicate<T>, T[]) - Static method in class net.imglib2.loops.ListUtils
- append(ViewNode.ConverterViewNode<B, C>) - Method in class net.imglib2.blocks.ViewAnalyzer.AccumulateConverters
- apply(int) - Method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.MixedTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.SequentializeTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.shear.InverseShearTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.shear.ShearTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.SlicingTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.TranslationTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- apply(int[], int[]) - Method in class net.imglib2.transform.InverseTransform
- apply(int[], int[]) - Method in interface net.imglib2.transform.Transform
-
Apply the
Transformto a source vector to obtain a target vector. - apply(long[], long[]) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.MixedTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.SequentializeTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.shear.InverseShearTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.shear.ShearTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.SlicingTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.TranslationTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- apply(long[], long[]) - Method in class net.imglib2.transform.InverseTransform
- apply(long[], long[]) - Method in interface net.imglib2.transform.Transform
-
Apply the
Transformto a source vector to obtain a target vector. - apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.MixedTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.SequentializeTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.shear.InverseShearTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.shear.ShearTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.SlicingTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.TranslationTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- apply(Localizable, Positionable) - Method in class net.imglib2.transform.InverseTransform
- apply(Localizable, Positionable) - Method in interface net.imglib2.transform.Transform
- apply(MixedTransform, long[], long[]) - Static method in class net.imglib2.blocks.ViewAnalyzer
-
Apply the
transformToSourceto a target vector to obtain a source vector. - applyChecked(int) - Method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- applyInverse(int) - Method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.integer.SequentializeTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.integer.TranslationTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- applyInverse(int[], int[]) - Method in class net.imglib2.transform.InverseTransform
- applyInverse(int[], int[]) - Method in interface net.imglib2.transform.InvertibleTransform
-
Apply the inverse transform to a target vector to obtain a source vector.
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.integer.SequentializeTransform
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.integer.TranslationTransform
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- applyInverse(long[], long[]) - Method in class net.imglib2.transform.InverseTransform
- applyInverse(long[], long[]) - Method in interface net.imglib2.transform.InvertibleTransform
-
Apply the inverse transform to a target vector to obtain a source vector.
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.integer.SequentializeTransform
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.integer.TranslationTransform
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- applyInverse(Positionable, Localizable) - Method in class net.imglib2.transform.InverseTransform
- applyInverse(Positionable, Localizable) - Method in interface net.imglib2.transform.InvertibleTransform
-
Apply the inverse transform to a target
Localizableto obtain a sourcePositionable. - applyInverseChecked(int) - Method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- applyTaskExecutorToThreadFactory(Supplier<TaskExecutor>, ThreadFactory) - Static method in class net.imglib2.parallel.TaskExecutors
-
Returns a
ThreadFactory. - argb(int) - Method in class net.imglib2.display.AbstractArrayColorTable
- argb(int) - Method in interface net.imglib2.display.ArrayColorTable
-
Converts the tuple at the given position into a packed ARGB value.
- ARGB - net.imglib2.converter.ColorChannelOrder
- ARGB(double, double) - Constructor for class net.imglib2.display.ScaledARGBConverter.ARGB
- ARGB_COLOR_MODEL - Static variable in class net.imglib2.display.screenimage.awt.ARGBScreenImage
- ARGBARGBColorConverter<R> - Class in net.imglib2.display
- ARGBARGBColorConverter(double, double) - Constructor for class net.imglib2.display.ARGBARGBColorConverter
- ARGBARGBColorConverter.ToGray - Class in net.imglib2.display
-
A converter from a ARGB to ARGB that initially converts the input color to grayscale, then scales the resulting grayscale value with the set color.
- ARGBARGBColorConverter.VolatileToGray - Class in net.imglib2.display
- ARGBARGBDoubleConverter<T extends AbstractARGBDoubleType<?>> - Class in net.imglib2.converter
- ARGBARGBDoubleConverter() - Constructor for class net.imglib2.converter.ARGBARGBDoubleConverter
- argbChannel(RandomAccessible<ARGBType>, int) - Static method in class net.imglib2.converter.Converters
-
Create a
WriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType. - argbChannel(RandomAccessibleInterval<ARGBType>, int) - Static method in class net.imglib2.converter.Converters
-
Create a
WriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType. - ARGBChannelConvertingAccess(Sampler<? extends ARGBType>) - Constructor for class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
- argbChannels(RandomAccessibleInterval<ARGBType>) - Static method in class net.imglib2.converter.Converters
-
Create an (n+1)-dimensional
RandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension. - argbChannels(RandomAccessibleInterval<ARGBType>, int...) - Static method in class net.imglib2.converter.Converters
-
Create an (n+1)-dimensional
RandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension. - ARGBChannelSamplerConverter - Class in net.imglib2.converter.readwrite
-
Access the on channel of an
ARGBTypeas an UnsignedByteType. - ARGBChannelSamplerConverter(int) - Constructor for class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
- ARGBChannelSamplerConverter.ARGBChannelConvertingAccess - Class in net.imglib2.converter.readwrite
- ARGBDoubleARGBConverter<T extends AbstractARGBDoubleType<?>> - Class in net.imglib2.converter
- ARGBDoubleARGBConverter() - Constructor for class net.imglib2.converter.ARGBDoubleARGBConverter
- ARGBDoubleType - Class in net.imglib2.type.numeric
- ARGBDoubleType() - Constructor for class net.imglib2.type.numeric.ARGBDoubleType
- ARGBDoubleType(double, double, double, double) - Constructor for class net.imglib2.type.numeric.ARGBDoubleType
- argbs(int[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- argbs(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- argbs(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- argbs(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- ARGBScreenImage - Class in net.imglib2.display.screenimage.awt
- ARGBScreenImage(int, int) - Constructor for class net.imglib2.display.screenimage.awt.ARGBScreenImage
- ARGBScreenImage(int, int, int[]) - Constructor for class net.imglib2.display.screenimage.awt.ARGBScreenImage
-
Create an
Imagewithdata. - ARGBScreenImage(int, int, IntArray) - Constructor for class net.imglib2.display.screenimage.awt.ARGBScreenImage
-
Create an
Imagewithdata. - ARGBType - Class in net.imglib2.type.numeric
-
A
nativeNumericTypethat encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ. - ARGBType() - Constructor for class net.imglib2.type.numeric.ARGBType
- ARGBType(int) - Constructor for class net.imglib2.type.numeric.ARGBType
- ARGBType(IntAccess) - Constructor for class net.imglib2.type.numeric.ARGBType
- ARGBType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.numeric.ARGBType
- ArrayColorTable<T> - Interface in net.imglib2.display
-
Interface for all
ColorTableimplementations that use an array to store their color table information. - ArrayCursor<T extends NativeType<T>> - Class in net.imglib2.img.array
- ArrayCursor(ArrayCursor<T>) - Constructor for class net.imglib2.img.array.ArrayCursor
- ArrayCursor(ArrayImg<T, ?>) - Constructor for class net.imglib2.img.array.ArrayCursor
- ArrayDataAccess<A> - Interface in net.imglib2.img.basictypeaccess.array
-
Trivial interface for primitive array based data access implementations that can replicate themselves and return the underlying array.
- ArrayDataAccessFactory - Class in net.imglib2.img.basictypeaccess
- ArrayDataAccessFactory() - Constructor for class net.imglib2.img.basictypeaccess.ArrayDataAccessFactory
- ArrayImg<T extends NativeType<T>,A extends DataAccess> - Class in net.imglib2.img.array
-
This
Imgstores an image in a single linear array of basic types. - ArrayImg(A, long[], Fraction) - Constructor for class net.imglib2.img.array.ArrayImg
- ArrayImg(Object, long[], Fraction) - Constructor for class net.imglib2.img.array.ArrayImg
-
Deprecated.
- ArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess> - Class in net.imglib2.display.screenimage.awt
-
An
AWTScreenImagethat is anArrayImg. - ArrayImgAWTScreenImage(ArrayImg<T, A>) - Constructor for class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- ArrayImgAWTScreenImage(T, A, long[]) - Constructor for class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- ArrayImgAWTScreenImage(T, Object, long[]) - Constructor for class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
-
Deprecated.
- ArrayImgFactory<T extends NativeType<T>> - Class in net.imglib2.img.array
-
Factory for
ArrayImgs. - ArrayImgFactory() - Constructor for class net.imglib2.img.array.ArrayImgFactory
-
Deprecated.
- ArrayImgFactory(T) - Constructor for class net.imglib2.img.array.ArrayImgFactory
- ArrayImgRangeCopier<T> - Class in net.imglib2.blocks
-
Does the actual copying work from an
ArrayImginto a primitive array. - ArrayImgRangeCopier(ArrayImgRangeCopier<T>) - Constructor for class net.imglib2.blocks.ArrayImgRangeCopier
- ArrayImgRangeCopier(ArrayImg<?, ?>, Ranges, MemCopy<T>, T) - Constructor for class net.imglib2.blocks.ArrayImgRangeCopier
- ArrayImgs - Class in net.imglib2.img.array
- ArrayImgs() - Constructor for class net.imglib2.img.array.ArrayImgs
- ArrayImgXYByteProjector<A extends GenericByteType<A>> - Class in net.imglib2.display.projector.specialized
-
Fast implementation of a
AbstractProjector2Dthat selects a 2D data plain from an ByteType ArrayImg. - ArrayImgXYByteProjector(ArrayImg<A, ByteArray>, ArrayImg<UnsignedByteType, ByteArray>, double, double) - Constructor for class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
-
Normalizes an ArrayImg and writes the result into target.
- ArrayImgXYShortProjector<A extends GenericShortType<A>> - Class in net.imglib2.display.projector.specialized
-
Fast implementation of a
AbstractProjector2Dthat selects a 2D data plain from an ShortType ArrayImg. - ArrayImgXYShortProjector(ArrayImg<A, ShortArray>, ArrayImg<UnsignedShortType, ShortArray>, double, double) - Constructor for class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
-
Normalizes an ArrayImg and writes the result into target.
- ArrayLocalizingCursor<T extends NativeType<T>> - Class in net.imglib2.img.array
- ArrayLocalizingCursor(ArrayImg<T, ?>) - Constructor for class net.imglib2.img.array.ArrayLocalizingCursor
-
TODO Javadoc
- ArrayLocalizingCursor(ArrayLocalizingCursor<T>) - Constructor for class net.imglib2.img.array.ArrayLocalizingCursor
-
TODO Javadoc
- ArrayLocalizingSpliterator<T extends NativeType<T>> - Class in net.imglib2.img.array
-
LocalizableSpliterator for ArrayImg.
- ArrayLocalizingSpliterator(ArrayImg<T, ?>, int, int) - Constructor for class net.imglib2.img.array.ArrayLocalizingSpliterator
- ArrayLocalizingSubIntervalCursor<T extends NativeType<T>> - Class in net.imglib2.img.array
-
Localizing
AbstractArrayLocalizingCursoron anArrayImg. - ArrayLocalizingSubIntervalCursor(ArrayImg<T, ?>, int, int) - Constructor for class net.imglib2.img.array.ArrayLocalizingSubIntervalCursor
-
TODO Javadoc
- ArrayLocalizingSubIntervalCursor(ArrayLocalizingSubIntervalCursor<T>) - Constructor for class net.imglib2.img.array.ArrayLocalizingSubIntervalCursor
-
TODO Javadoc
- ArrayRandomAccess<T extends NativeType<T>> - Class in net.imglib2.img.array
-
RandomAccesson anArrayImg. - ArrayRandomAccess(ArrayImg<T, ?>) - Constructor for class net.imglib2.img.array.ArrayRandomAccess
- ArrayRandomAccess(ArrayRandomAccess<T>) - Constructor for class net.imglib2.img.array.ArrayRandomAccess
- arrayRef - Variable in class net.imglib2.blocks.TempArrayImpl
- ArraySpliterator<T extends NativeType<T>> - Class in net.imglib2.img.array
-
LocalizableSpliterator for ArrayImg.
- ArraySpliterator(ArrayImg<T, ?>, int, int) - Constructor for class net.imglib2.img.array.ArraySpliterator
- ArraySubIntervalCursor<T extends NativeType<T>> - Class in net.imglib2.img.array
- ArraySubIntervalCursor(ArrayImg<T, ?>, int, int) - Constructor for class net.imglib2.img.array.ArraySubIntervalCursor
-
TODO Javadoc
- ArraySubIntervalCursor(ArraySubIntervalCursor<T>) - Constructor for class net.imglib2.img.array.ArraySubIntervalCursor
-
TODO Javadoc
- asDoubleArray(Iterable<? extends RealType<?>>) - Static method in class net.imglib2.util.Util
-
Returns the content of
Iterable<RealType>as array of doubles. - asDoubleArray(RandomAccessibleInterval<? extends RealType<?>>) - Static method in class net.imglib2.util.Util
-
Returns the pixels of an RandomAccessibleInterval of RealType as array of doubles.
- asFlatArray() - Method in class net.imglib2.kdtree.KDTreePositions
-
Get positions of points in the tree as a flat
double[]array wherepositions[d + i*n]is dimensiondof thei-th point. - asFlatArray() - Method in class net.imglib2.kdtree.KDTreePositions.Flat
- asFlatArray() - Method in class net.imglib2.kdtree.KDTreePositions.Nested
- asLongArray(Localizable) - Static method in class net.imglib2.util.Localizables
-
Deprecated.
- asNestedArray() - Method in class net.imglib2.kdtree.KDTreePositions
-
Get positions of points in the tree as a nested
double[][]array wherepositions[d][i]is dimensiondof thei-th point. - asNestedArray() - Method in class net.imglib2.kdtree.KDTreePositions.Flat
- asNestedArray() - Method in class net.imglib2.kdtree.KDTreePositions.Nested
- assertImageEquals(RandomAccessibleInterval<? extends A>, RandomAccessibleInterval<? extends B>) - Static method in class net.imglib2.test.ImgLib2Assert
-
Throws an AssertionError, if the content or intervals of the two images differ.
- assertImageEquals(RandomAccessibleInterval<? extends A>, RandomAccessibleInterval<? extends B>, BiPredicate<A, B>) - Static method in class net.imglib2.test.ImgLib2Assert
-
Throws an AssertionError, if the content or intervals of the two images differ.
- assertImageEqualsIntegerType(RandomAccessibleInterval<? extends IntegerType<?>>, RandomAccessibleInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.test.ImgLib2Assert
-
Throws an AssertionError, if the content or intervals of the two images differ.
- assertImageEqualsRealType(RandomAccessibleInterval<? extends RealType<?>>, RandomAccessibleInterval<? extends RealType<?>>, double) - Static method in class net.imglib2.test.ImgLib2Assert
-
Throws an AssertionError, if the content or intervals of the two images differ.
- assertIntervalEquals(Interval, Interval) - Static method in class net.imglib2.test.ImgLib2Assert
-
Throws an AssertionError, if the two Intervals differ.
- assertIntervalEquals(RealInterval, RealInterval, double) - Static method in class net.imglib2.test.ImgLib2Assert
- assumeConstructorSignature(Class<?>) - Static method in class net.imglib2.loops.ClassCopyProvider
- average(double[]) - Static method in class net.imglib2.util.Util
- average(float[]) - Static method in class net.imglib2.util.Util
- averageDouble(List<Double>) - Static method in class net.imglib2.util.Util
- averageFloat(List<Float>) - Static method in class net.imglib2.util.Util
- awaitTermination(long, TimeUnit) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- awaitTermination(long, TimeUnit) - Method in class net.imglib2.parallel.SequentialExecutorService
- awayChilds - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- awayChilds - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- awayChilds - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- AWTScreenImage - Interface in net.imglib2.display.screenimage.awt
-
A
ScreenImagethat produces AWTImageobjects. - AWTScreenImageUtil - Class in net.imglib2.display.screenimage.awt
-
Utility class to create
AWTScreenImages. - AWTScreenImageUtil() - Constructor for class net.imglib2.display.screenimage.awt.AWTScreenImageUtil
- axes - Variable in class net.imglib2.view.HyperSlice
- axisDiffs - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- axisDiffs - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- axisDiffs - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- axisFromR(double[][], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute the axis of rotation from a rotation matrix.
B
- b - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder2
- b - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder3
- b - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- b - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- b - Variable in class net.imglib2.type.numeric.ARGBDoubleType
- b - Variable in class net.imglib2.util.ValuePair
- b - Variable in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- B - net.imglib2.converter.ChannelARGBConverter.Channel
- background - Variable in class net.imglib2.converter.VolatileRealTypeARGBConverter
- BACKWARD - net.imglib2.blocks.Ranges.Direction
- bankData - Variable in class net.imglib2.display.awt.SignedByteDataBuffer
- bankData - Variable in class net.imglib2.display.awt.UnsignedIntDataBuffer
- Base(char) - Constructor for enum net.imglib2.type.label.BasePairBitType.Base
- BasePairBitType - Class in net.imglib2.type.label
-
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using the
BasePairBitType.Baseenumeration. - BasePairBitType() - Constructor for class net.imglib2.type.label.BasePairBitType
- BasePairBitType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.label.BasePairBitType
- BasePairBitType(BasePairBitType.Base) - Constructor for class net.imglib2.type.label.BasePairBitType
- BasePairBitType.Base - Enum in net.imglib2.type.label
- BasePairCharType - Class in net.imglib2.type.label
-
Representation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using the
BasePairBitType.Baseenumeration. - BasePairCharType() - Constructor for class net.imglib2.type.label.BasePairCharType
- BasePairCharType(char) - Constructor for class net.imglib2.type.label.BasePairCharType
- BasePairCharType(NativeImg<?, ? extends CharAccess>) - Constructor for class net.imglib2.type.label.BasePairCharType
- BasePairCharType(BasePairBitType.Base) - Constructor for class net.imglib2.type.label.BasePairCharType
- BasePairType<T extends BasePairType<T>> - Interface in net.imglib2.type
-
TODO
- baseToValue() - Method in interface net.imglib2.type.BasePairType
- baseToValue() - Method in class net.imglib2.type.label.BasePairBitType
- baseToValue() - Method in class net.imglib2.type.label.BasePairCharType
- bbox() - Method in interface net.imglib2.blocks.ViewNode
- bck(int) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- bck(int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- bck(int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- bck(int) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- bck(int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- bck(int) - Method in class net.imglib2.img.array.ArrayRandomAccess
- bck(int) - Method in class net.imglib2.img.cell.CellRandomAccess
- bck(int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- bck(int) - Method in class net.imglib2.img.list.ListRandomAccess
- bck(int) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- bck(int) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- bck(int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- bck(int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- bck(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- bck(int) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- bck(int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- bck(int) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- bck(int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundary
- bck(int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
- bck(int) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- bck(int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- bck(int) - Method in class net.imglib2.Point
- bck(int) - Method in class net.imglib2.PointSample
- bck(int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- bck(int) - Method in interface net.imglib2.Positionable
-
Move by -1 in one dimension.
- bck(int) - Method in class net.imglib2.RealPoint
- bck(int) - Method in class net.imglib2.RealPointSample
- bck(int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- bck(int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- bck(int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- bck(int) - Method in class net.imglib2.view.composite.RealComposite
- bck(int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- bck(int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- bck(int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- bck(int) - Method in class net.imglib2.view.MixedRandomAccess
- bck(int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- bck(int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- bck(int) - Method in class net.imglib2.view.SlicingRandomAccess
- bck(int) - Method in class net.imglib2.view.StackView.DefaultRA
- bck(int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- bck(int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- bck(int) - Method in class net.imglib2.view.TransformRandomAccess
- bck(int) - Method in class net.imglib2.view.TranslationRandomAccess
- bckDim0() - Method in class net.imglib2.img.array.ArrayRandomAccess
-
Moves one step backward in dimension 0
- beforeMin - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
- beforeMin - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- benchmark(int, Runnable) - Static method in class net.imglib2.util.BenchmarkHelper
-
Run a benchmark numRuns times and record the milliseconds taken for each run.
- benchmarkAndPrint(int, boolean, Runnable) - Static method in class net.imglib2.util.BenchmarkHelper
-
Run a benchmark numRuns times and print the results to
System.out. - BenchmarkHelper - Class in net.imglib2.util
-
Tools for setting up basic benchmarks.
- BenchmarkHelper() - Constructor for class net.imglib2.util.BenchmarkHelper
- bestIndex - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- bestIndex - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- bestIndex() - Method in class net.imglib2.kdtree.NearestNeighborSearchImpl
- bestIndex(int) - Method in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- bestIndex(int) - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- bestPoint - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- bestSquDistance - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- bestSquDistance - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- bestSquDistance() - Method in class net.imglib2.kdtree.NearestNeighborSearchImpl
- bestSquDistance(int) - Method in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- bestSquDistance(int) - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- BiConsumerRunnable(BiConsumer<A, B>, Sampler<A>, Sampler<B>) - Constructor for class net.imglib2.loops.BindActionToSamplers.BiConsumerRunnable
- BiConvertedCursor<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedCursor(Cursor<A>, Cursor<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedCursor
-
Creates a copy of c for conversion that can be accessed through
BiConvertedCursor.get(). - BiConvertedCursor(Cursor<A>, Cursor<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedCursor
-
Creates a copy of c for conversion that can be accessed through
BiConvertedCursor.get(). - BiConvertedIterableInterval<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedIterableInterval(IterableInterval<A>, IterableInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedIterableInterval
-
Creates a copy of c for conversion.
- BiConvertedIterableInterval(IterableInterval<A>, IterableInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedIterableInterval
-
Creates a copy of c for conversion.
- BiConvertedIterableRealInterval<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedIterableRealInterval(IterableRealInterval<A>, IterableRealInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedIterableRealInterval
-
Creates a copy of c for conversion.
- BiConvertedIterableRealInterval(IterableRealInterval<A>, IterableRealInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedIterableRealInterval
-
Creates a copy of c for conversion.
- BiConvertedRandomAccess<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRandomAccess(RandomAccess<A>, RandomAccess<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRandomAccess
- BiConvertedRandomAccess(RandomAccess<A>, RandomAccess<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRandomAccess
- BiConvertedRandomAccessible<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRandomAccessible(RandomAccessible<A>, RandomAccessible<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRandomAccessible
- BiConvertedRandomAccessible(RandomAccessible<A>, RandomAccessible<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRandomAccessible
- BiConvertedRandomAccessibleInterval<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- BiConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- BiConvertedRealCursor<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRealCursor(RealCursor<A>, RealCursor<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealCursor
-
Creates a copy of c for conversion that can be accessed through
BiConvertedRealCursor.get(). - BiConvertedRealCursor(RealCursor<A>, RealCursor<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealCursor
-
Creates a copy of c for conversion that can be accessed through
BiConvertedRealCursor.get(). - BiConvertedRealRandomAccess<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRealRandomAccess(RealRandomAccess<A>, RealRandomAccess<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealRandomAccess
- BiConvertedRealRandomAccess(RealRandomAccess<A>, RealRandomAccess<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealRandomAccess
- BiConvertedRealRandomAccessible<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRealRandomAccessible(RealRandomAccessible<A>, RealRandomAccessible<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- BiConvertedRealRandomAccessible(RealRandomAccessible<A>, RealRandomAccessible<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- BiConvertedRealRandomAccessibleRealInterval<A,B,C> - Class in net.imglib2.converter.read
-
TODO
- BiConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A>, RealRandomAccessibleRealInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- BiConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A>, RealRandomAccessibleRealInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<? extends C>) - Constructor for class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- BiConverter<A,B,C> - Interface in net.imglib2.converter
-
This interface would be a TriConsumer if such an interface existed in the JDK.
- bigIntegerCollection(IterableInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps an
IntegerTypeiterable image as a collection. - bigIntegerList(RandomAccessibleInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
IntegerTyperandom-accessible image as a list. - bindActionToSamplers(Object, List<? extends Sampler<?>>) - Static method in class net.imglib2.loops.BindActionToSamplers
-
For example.: Given a BiConsumer and two Samplers:
- BindActionToSamplers - Class in net.imglib2.loops
-
Package-private utility class that's used by
LoopBuilder. - BindActionToSamplers() - Constructor for class net.imglib2.loops.BindActionToSamplers
- BindActionToSamplers.BiConsumerRunnable<A,B> - Class in net.imglib2.loops
- BindActionToSamplers.ConsumerRunnable<A> - Class in net.imglib2.loops
- BindActionToSamplers.FiveConsumerRunnable<A,B,C,D,E> - Class in net.imglib2.loops
- BindActionToSamplers.FourConsumerRunnable<A,B,C,D> - Class in net.imglib2.loops
- BindActionToSamplers.SixConsumerRunnable<A,B,C,D,E,F> - Class in net.imglib2.loops
- BindActionToSamplers.TriConsumerRunnable<A,B,C> - Class in net.imglib2.loops
- BinMapper1d<T> - Interface in net.imglib2.histogram
-
An interface for defining a bin mapping algorithm.
- Binning - Class in net.imglib2.util
-
Static utility methods to convert from a value to a bin, useful for dealing with histograms and LUTs.
- Binning() - Constructor for class net.imglib2.util.Binning
- bins - Variable in class net.imglib2.histogram.Integer1dBinMapper
- bins - Variable in class net.imglib2.histogram.Real1dBinMapper
- binWidth - Variable in class net.imglib2.histogram.Real1dBinMapper
- bits(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- bits(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- bits(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
-
Deprecated.
- BitType - Class in net.imglib2.type.logic
-
TODO
- BitType() - Constructor for class net.imglib2.type.logic.BitType
- BitType(boolean) - Constructor for class net.imglib2.type.logic.BitType
- BitType(LongAccess) - Constructor for class net.imglib2.type.logic.BitType
- BitType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.logic.BitType
- black - Variable in class net.imglib2.display.ARGBARGBColorConverter
- black - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- blue(int) - Static method in class net.imglib2.type.numeric.ARGBType
- BLUE - Static variable in interface net.imglib2.display.ColorTable
- BOOLEAN - net.imglib2.type.PrimitiveType
- BOOLEAN - Static variable in interface net.imglib2.blocks.MemCopy
- BOOLEAN - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- BOOLEAN(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- BooleanAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- BooleanArray - Class in net.imglib2.img.basictypeaccess.array
- BooleanArray(boolean[]) - Constructor for class net.imglib2.img.basictypeaccess.array.BooleanArray
- BooleanArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.BooleanArray
- booleanCollection(IterableInterval<? extends BooleanType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
BooleanTypeiterable image as a collection. - BooleanConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.BooleanConverter
- booleanList(RandomAccessibleInterval<? extends BooleanType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
BooleanTyperandom-accessible image as a list. - BooleanNtree - Class in net.imglib2.img.sparse
-
BitAccess based on a
Ntree<Boolean>. - BooleanNtree(long[], long[], boolean) - Constructor for class net.imglib2.img.sparse.BooleanNtree
- BooleanNtree(Ntree<Boolean>, long[]) - Constructor for class net.imglib2.img.sparse.BooleanNtree
- booleans(boolean[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- booleans(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- booleans(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- booleans(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- BooleanType<T extends BooleanType<T>> - Interface in net.imglib2.type
-
TODO
- BoolType - Class in net.imglib2.type.logic
-
A
BooleanTypewrapping a single primitivebooleanvariable. - BoolType() - Constructor for class net.imglib2.type.logic.BoolType
- BoolType(boolean) - Constructor for class net.imglib2.type.logic.BoolType
- BoolType(T) - Constructor for class net.imglib2.type.logic.BoolType
- border - Static variable in class net.imglib2.blocks.ExtensionImpl
- border() - Static method in interface net.imglib2.blocks.Extension
- BORDER - net.imglib2.blocks.Extension.Type
- borderSize - Variable in class net.imglib2.img.cell.CellGrid
- boundary - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorFactory
- Boundary() - Constructor for enum net.imglib2.outofbounds.OutOfBoundsMirrorFactory.Boundary
- Bounded - Interface in net.imglib2.outofbounds
-
Interface implemented by entities (
Samplers,Positionables,Localizables) that can tell whether they are currently located outside of the image boundaries. - boundingBox - Variable in class net.imglib2.kdtree.KDTreeData
- boundingBox - Variable in class net.imglib2.kdtree.KDTreePositions
- boundingBox - Variable in class net.imglib2.view.TransformBuilder
-
Interval transformed to the currently visited view.
- boundingBox() - Method in class net.imglib2.kdtree.KDTreeData
- BoundingBox - Class in net.imglib2.transform.integer
-
TODO
- BoundingBox(int) - Constructor for class net.imglib2.transform.integer.BoundingBox
- BoundingBox(long[], long[]) - Constructor for class net.imglib2.transform.integer.BoundingBox
- BoundingBox(Interval) - Constructor for class net.imglib2.transform.integer.BoundingBox
- BoundingBoxTransform - Interface in net.imglib2.transform.integer
-
Implemented by Transforms that can transform (easily) a BoundingBox in the source space to a bounding box in the target space.
- buffer - Variable in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
- BufferAccess<A> - Interface in net.imglib2.img.basictypeaccess.nio
-
BufferAccess wraps java.nio.Buffer subclasses and implements
ArrayDataAccessandVolatileAccess. - BufferDataAccessFactory - Class in net.imglib2.img.basictypeaccess.nio
- BufferDataAccessFactory() - Constructor for class net.imglib2.img.basictypeaccess.nio.BufferDataAccessFactory
- bufferedImage - Variable in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- build() - Method in class net.imglib2.view.TransformBuilder
-
Create a sequence of wrapped RandomAccessibles from the
TransformBuilder.transformslist. - buildIterableInterval() - Method in class net.imglib2.view.iteration.IterableTransformBuilder
-
Create an
IterableIntervalon theIntervalspecified in the constructor of theRandomAccessiblespecified in the constructor. - bundle(RandomAccessible<T>) - Static method in class net.imglib2.view.Views
-
Bundle the coordinates and values of a
RandomAccessible<T>as aRandomAccessible<RandomAccess<T>>. - BundleRandomAccess(RandomAccess<T>) - Constructor for class net.imglib2.view.BundleView.BundleRandomAccess
- BundleView<T> - Class in net.imglib2.view
-
A
RandomAccessiblethat bundles the coordinates and value domain of aRandomAccessible<T>as aRandomAccessible<RandomAccess<T>>. - BundleView(RandomAccessible<T>) - Constructor for class net.imglib2.view.BundleView
- BundleView.BundleRandomAccess - Class in net.imglib2.view
- BYTE - net.imglib2.type.PrimitiveType
- BYTE - Static variable in interface net.imglib2.blocks.MemCopy
- BYTE - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- BYTE(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- ByteAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- ByteArray - Class in net.imglib2.img.basictypeaccess.array
- ByteArray(byte[]) - Constructor for class net.imglib2.img.basictypeaccess.array.ByteArray
- ByteArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.ByteArray
- ByteAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<ByteType, ByteArray>. - ByteAWTScreenImage(ArrayImg<ByteType, ByteArray>) - Constructor for class net.imglib2.display.screenimage.awt.ByteAWTScreenImage
- ByteAWTScreenImage(ByteType, ByteArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.ByteAWTScreenImage
- ByteBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
ByteBuffer - ByteBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- ByteBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- ByteBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- ByteBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- ByteConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.ByteConverter
- byteCount - Variable in enum net.imglib2.type.PrimitiveType
- ByteNtree - Class in net.imglib2.img.sparse
-
ByteAccess based on a
Ntree<Byte>. - ByteNtree(long[], long[], byte) - Constructor for class net.imglib2.img.sparse.ByteNtree
- ByteNtree(Ntree<Byte>, long[]) - Constructor for class net.imglib2.img.sparse.ByteNtree
- bytes - Variable in class net.imglib2.loops.ClassCopier
- bytes - Variable in class net.imglib2.type.numeric.integer.Unsigned128BitType
- bytes(byte[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- bytes(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- bytes(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- bytes(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- bytesToClass(String, byte[]) - Method in class net.imglib2.loops.ClassCopier.ClassCopyLoader
- ByteType - Class in net.imglib2.type.numeric.integer
-
TODO
- ByteType() - Constructor for class net.imglib2.type.numeric.integer.ByteType
- ByteType(byte) - Constructor for class net.imglib2.type.numeric.integer.ByteType
- ByteType(ByteAccess) - Constructor for class net.imglib2.type.numeric.integer.ByteType
- ByteType(NativeImg<?, ? extends ByteAccess>) - Constructor for class net.imglib2.type.numeric.integer.ByteType
C
- c - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder3
- c - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- c - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- c - Variable in enum net.imglib2.type.label.BasePairBitType.Base
- C - net.imglib2.type.label.BasePairBitType.Base
- cache(T) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- Cast - Class in net.imglib2.util
-
Utility class for type casts.
- Cast() - Constructor for class net.imglib2.util.Cast
- cdims - Variable in class net.imglib2.blocks.CellImgRangeCopier
- cdims - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- Cell<A> - Class in net.imglib2.img.cell
-
A cell of an
AbstractCellImg. - Cell(int[], long[], A) - Constructor for class net.imglib2.img.cell.Cell
-
Create a new
Cell. - Cell(CellGrid.CellDimensionsAndSteps, long[], A) - Constructor for class net.imglib2.img.cell.Cell
-
Create a new
Cell. - cellAccess - Variable in class net.imglib2.blocks.CellImgRangeCopier
- CellCursor<T extends NativeType<T>,C extends Cell<?>> - Class in net.imglib2.img.cell
-
Cursoron aAbstractCellImg. - CellCursor(AbstractCellImg<T, ?, C, ?>) - Constructor for class net.imglib2.img.cell.CellCursor
- CellCursor(CellCursor<T, C>) - Constructor for class net.imglib2.img.cell.CellCursor
- cellDimension(int) - Method in class net.imglib2.img.cell.CellGrid
-
Get the number of pixels in a standard cell in dimension
d. - cellDimension(int) - Method in class net.imglib2.util.Grid
-
Get the number of pixels in a standard cell in dimension
d. - cellDimensions - Variable in class net.imglib2.img.cell.CellGrid
- cellDimensions - Variable in class net.imglib2.util.Grid
- cellDimensions(int[]) - Method in class net.imglib2.img.cell.CellGrid
-
Write the number of pixels in a standard cell in each dimension into the provided
dimensionsarray. - cellDimensions(long[]) - Method in class net.imglib2.util.Grid
-
Write the number of pixels in a standard cell in each dimension into the provided
dimensionsarray. - cellDimensionsAndSteps - Variable in class net.imglib2.img.cell.CellGrid
-
Pre-computed dimensions[], steps[], and numPixels for each distinct cell type (inner, X border, Y border, XY border, etc).
- CellDimensionsAndSteps(int[]) - Constructor for class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- cellDims - Variable in class net.imglib2.img.cell.CellRandomAccess
- cellGrid - Variable in class net.imglib2.blocks.CellImgRangeCopier
- CellGrid - Class in net.imglib2.img.cell
-
Defines
AbstractCellImggeometry and translates between image, cell, and grid coordinates. - CellGrid(long[], int[]) - Constructor for class net.imglib2.img.cell.CellGrid
- CellGrid(CellGrid) - Constructor for class net.imglib2.img.cell.CellGrid
- CellGrid.CellDimensionsAndSteps - Class in net.imglib2.img.cell
- CellGrid.CellIntervals - Class in net.imglib2.img.cell
- CellGrid.CellIntervalsRA - Class in net.imglib2.img.cell
- CellImg<T extends NativeType<T>,A extends DataAccess> - Class in net.imglib2.img.cell
- CellImg(CellImgFactory<T>, CellGrid, ListImg<Cell<A>>, Fraction) - Constructor for class net.imglib2.img.cell.CellImg
- CellImgFactory<T extends NativeType<T>> - Class in net.imglib2.img.cell
-
Factory for creating
CellImgs. - CellImgFactory() - Constructor for class net.imglib2.img.cell.CellImgFactory
-
Deprecated.
- CellImgFactory(int...) - Constructor for class net.imglib2.img.cell.CellImgFactory
-
Deprecated.
- CellImgFactory(T) - Constructor for class net.imglib2.img.cell.CellImgFactory
- CellImgFactory(T, int...) - Constructor for class net.imglib2.img.cell.CellImgFactory
- CellImgRangeCopier<T> - Class in net.imglib2.blocks
-
Does the actual copying work from an
AbstractCellImginto a primitive array. - CellImgRangeCopier(CellImgRangeCopier<T>) - Constructor for class net.imglib2.blocks.CellImgRangeCopier
- CellImgRangeCopier(AbstractCellImg<?, ?, ?, ?>, Ranges, MemCopy<T>, T) - Constructor for class net.imglib2.blocks.CellImgRangeCopier
- cellIntervals - Variable in class net.imglib2.img.cell.CellGrid
- cellIntervals - Variable in class net.imglib2.util.Grid
- cellIntervals() - Method in class net.imglib2.img.cell.CellGrid
- cellIntervals() - Method in class net.imglib2.util.Grid
- CellIntervals() - Constructor for class net.imglib2.img.cell.CellGrid.CellIntervals
- CellIntervals() - Constructor for class net.imglib2.util.Grid.CellIntervals
- CellIntervalsRA() - Constructor for class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- CellIntervalsRA() - Constructor for class net.imglib2.util.Grid.CellIntervalsRA
- CellIntervalsRA(CellGrid.CellIntervalsRA) - Constructor for class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- CellIntervalsRA(Grid.CellIntervalsRA) - Constructor for class net.imglib2.util.Grid.CellIntervalsRA
- CellIterationOrder - Class in net.imglib2.img.cell
-
Iteration order for a
CellImg. - CellIterationOrder(AbstractCellImg<?, ?, ?, ?>) - Constructor for class net.imglib2.img.cell.CellIterationOrder
- CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>> - Class in net.imglib2.img.cell
-
Localizing
Cursoron aAbstractCellImg. - CellLocalizingCursor(AbstractCellImg<T, ?, C, ?>) - Constructor for class net.imglib2.img.cell.CellLocalizingCursor
- CellLocalizingCursor(CellLocalizingCursor<T, C>) - Constructor for class net.imglib2.img.cell.CellLocalizingCursor
- CellRandomAccess<T extends NativeType<T>,C extends Cell<?>> - Class in net.imglib2.img.cell
-
RandomAccesson aAbstractCellImg. - CellRandomAccess(AbstractCellImg<T, ?, C, ?>) - Constructor for class net.imglib2.img.cell.CellRandomAccess
- CellRandomAccess(CellRandomAccess<T, C>) - Constructor for class net.imglib2.img.cell.CellRandomAccess
- cells - Variable in class net.imglib2.img.cell.AbstractCellImg
- CellSpliterator<T extends NativeType<T>,C extends Cell<?>> - Class in net.imglib2.img.cell
-
LocalizableSpliterator for
CellImg. - CellSpliterator(AbstractCellImg<T, ?, C, ?>, long, long) - Constructor for class net.imglib2.img.cell.CellSpliterator
- CellSpliterator(CellSpliterator<T, C>) - Constructor for class net.imglib2.img.cell.CellSpliterator
- CellSpliterator.CursorOnCells<C extends Cell<?>> - Class in net.imglib2.img.cell
- cellUpdated() - Method in class net.imglib2.img.cell.CellSpliterator
- cellWidth(int, int, long) - Static method in class net.imglib2.blocks.RangesImpl
-
Get width of a cell (depending on whether it's an inner cell or a border cell).
- cellx - Variable in class net.imglib2.blocks.Ranges.Range
- center(long) - Method in class net.imglib2.histogram.Real1dBinMapper
- centerValuesPerBin(int, double, double) - Static method in class net.imglib2.util.Binning
-
Returns array of center values for each bin.
- Channel(int) - Constructor for enum net.imglib2.converter.ChannelARGBConverter.Channel
- ChannelARGBConverter - Class in net.imglib2.converter
-
Convert UnsignedByteType into one channel of
ARGBType. - ChannelARGBConverter(ChannelARGBConverter.Channel) - Constructor for class net.imglib2.converter.ChannelARGBConverter
- ChannelARGBConverter.Channel - Enum in net.imglib2.converter
- channelCount - Variable in enum net.imglib2.converter.ColorChannelOrder
- channelCount() - Method in enum net.imglib2.converter.ColorChannelOrder
- CHAR - net.imglib2.type.PrimitiveType
- CHAR - Static variable in interface net.imglib2.blocks.MemCopy
- CHAR(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- CharAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- characteristics - Variable in class net.imglib2.stream.CursorSpliterator
-
Characteristics always include
SIZED | SUBSIZED. - characteristics - Variable in class net.imglib2.stream.RealCursorSpliterator
-
Characteristics always include
SIZED | SUBSIZED. - characteristics() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- characteristics() - Method in class net.imglib2.img.array.ArraySpliterator
- characteristics() - Method in class net.imglib2.img.cell.CellSpliterator
- characteristics() - Method in class net.imglib2.img.planar.PlanarSpliterator
- characteristics() - Method in class net.imglib2.stream.CursorSpliterator
- characteristics() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- characteristics() - Method in class net.imglib2.stream.RealCursorSpliterator
- characteristics() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- CharArray - Class in net.imglib2.img.basictypeaccess.array
- CharArray(char[]) - Constructor for class net.imglib2.img.basictypeaccess.array.CharArray
- CharArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.CharArray
- CharBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
CharBuffer - CharBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharBufferAccess(ByteBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharBufferAccess(CharBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharBufferAccess(CharBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- CharNtree - Class in net.imglib2.img.sparse
-
CharAccess based on a
Ntree<Char>. - CharNtree(long[], long[], char) - Constructor for class net.imglib2.img.sparse.CharNtree
- CharNtree(Ntree<Character>, long[]) - Constructor for class net.imglib2.img.sparse.CharNtree
- checkBijectivity(int[]) - Static method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- checkConverters() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Connect all converters in the view sequence into a combined converter.
- checkDimensions() - Method in class net.imglib2.loops.LoopBuilder
- checkExtensions1() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check whether there is at most one out-of-bounds extension.
- checkExtensions2() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check whether the out-of-bounds extension (if any) is of a supported type (constant-value, border, mirror-single, mirror-double).
- checkExtensions3() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check whether the interval at the out-of-bounds extension is compatible.
- checkInterval(Interval, int[]) - Static method in class net.imglib2.transform.integer.permutation.PermutationTransform
-
Test whether a given lut can be applied to an interval.
- checkNoDimensionsAdded() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check that all View dimensions are used (mapped to some root dimension).
- checkOutOfBounds() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- checkOutOfBounds() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- checkOutOfBounds() - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- checkOutOfBounds() - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- checkRootSupported() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check whether the root of the View sequence is supported.
- checkRootTypeSupported() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check whether the pixel
Typeof the root of the View sequence is supported. - checkViewTypeSupported() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Check whether the pixel
Typeof the View is supported. - children - Variable in class net.imglib2.img.sparse.Ntree.NtreeNode
- Chunk(IterableInterval<?>, List<RandomAccessible<?>>, Interval) - Constructor for class net.imglib2.loops.IterableLoopBuilder.Chunk
- chunkInterval(Interval, int) - Static method in class net.imglib2.loops.IntervalChunks
-
Returns a list of disjoint intervals, that covers the given interval.
- ClampingNLinearInterpolatorFactory<T extends NumericType<T>> - Class in net.imglib2.interpolation.randomaccess
-
Provides clamping n-linear interpolators for volatile and non-volatile types.
- ClampingNLinearInterpolatorFactory() - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorFactory
- ClampingNLinearInterpolatorRealType<T extends RealType<T>> - Class in net.imglib2.interpolation.randomaccess
-
N-linear interpolator for
RealTypevalues with overflow check. - ClampingNLinearInterpolatorRealType(ClampingNLinearInterpolatorRealType<T>) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- ClampingNLinearInterpolatorRealType(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- ClampingNLinearInterpolatorRealType(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>> - Class in net.imglib2.interpolation.randomaccess
-
N-linear interpolator for volatile ARGB values with overflow check.
- ClampingNLinearInterpolatorVolatileARGB(ClampingNLinearInterpolatorVolatileARGB<T>) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- ClampingNLinearInterpolatorVolatileARGB(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- ClampingNLinearInterpolatorVolatileARGB(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- ClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>> - Class in net.imglib2.interpolation.randomaccess
-
N-linear interpolator for
RealTypevalues with overflow check. - ClampingNLinearInterpolatorVolatileRealType(ClampingNLinearInterpolatorVolatileRealType<R, T>) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- ClampingNLinearInterpolatorVolatileRealType(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- ClampingNLinearInterpolatorVolatileRealType(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- clampMax - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- clampMax - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- clampMin - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- clampMin - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- ClassCopier<T> - Class in net.imglib2.loops
-
ClassCopierhelps copying a class. - ClassCopier(Class<? extends T>, Class<T>) - Constructor for class net.imglib2.loops.ClassCopier
- ClassCopier.ClassCopyLoader - Class in net.imglib2.loops
- ClassCopyLoader(ClassLoader) - Constructor for class net.imglib2.loops.ClassCopier.ClassCopyLoader
- ClassCopyProvider<T> - Class in net.imglib2.loops
-
Helper to create multiple copies of a class.
- ClassCopyProvider(Class<? extends T>, Class<T>, Class<?>...) - Constructor for class net.imglib2.loops.ClassCopyProvider
-
Create a ClassCopyProvider to make copy a a given class.
- classForKey(Object) - Method in class net.imglib2.loops.ClassCopyProvider
- classToBytes(Class<?>) - Method in class net.imglib2.loops.ClassCopier
- clear() - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- clip - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- clipping - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- clone() - Method in class net.imglib2.util.Fraction
- close() - Method in class net.imglib2.parallel.DefaultTaskExecutor
- close() - Method in interface net.imglib2.parallel.Parallelization.Frame
- close() - Method in class net.imglib2.parallel.SequentialTaskExecutor
- close() - Method in interface net.imglib2.parallel.TaskExecutor
- close() - Method in class net.imglib2.util.CloseableThreadLocal
- CloseableThreadLocal<T> - Class in net.imglib2.util
-
Java's builtin ThreadLocal has a serious flaw: it can take an arbitrarily long amount of time to dereference the things you had stored in it, even once the ThreadLocal instance itself is no longer referenced.
- CloseableThreadLocal() - Constructor for class net.imglib2.util.CloseableThreadLocal
- CloseableThreadLocal.SuppliedCloseableThreadLocal<T> - Class in net.imglib2.util
- code - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
-
Index into
NLinearInterpolator.weightsarray. - collapse(RandomAccessible<T>) - Static method in class net.imglib2.view.Views
-
Collapse the nth dimension of an n -dimensional
RandomAccessible<T> into an (n -1)-dimensionalRandomAccessible<GenericComposite<T>> - collapse(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Collapse the nth dimension of an n -dimensional
RandomAccessibleInterval<T> into an ( n-1)-dimensionalRandomAccessibleInterval<GenericComposite<T>> - collapseNumeric(RandomAccessible<T>, int) - Static method in class net.imglib2.view.Views
-
Collapse the nth dimension of an n -dimensional
RandomAccessible<T extendsNumericType<T>> into an (n-1)-dimensionalRandomAccessible<NumericComposite<T>> - collapseNumeric(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Collapse the nth dimension of an n -dimensional
RandomAccessibleInterval<T extendsNumericType<T>> into an (n-1)-dimensionalRandomAccessibleInterval<NumericComposite<T>> - collapseReal(RandomAccessible<T>, int) - Static method in class net.imglib2.view.Views
-
Collapse the nth dimension of an n -dimensional
RandomAccessible<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessible<RealComposite<T>> - collapseReal(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Collapse the nth dimension of an n -dimensional
RandomAccessibleInterval<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessibleInterval<RealComposite<T>> - collection(IterableInterval<T>, Function<T, E>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps an
IterableIntervalas aCollection. - CollectionFromII(IterableInterval<T>, Function<T, E>) - Constructor for class net.imglib2.util.FlatCollections.CollectionFromII
- color - Variable in class net.imglib2.display.ARGBARGBColorConverter
- color - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- ColorChannelOrder - Enum in net.imglib2.converter
- ColorChannelOrder(int) - Constructor for enum net.imglib2.converter.ColorChannelOrder
- ColorConverter - Interface in net.imglib2.display
-
Allows to set a target color for a
Converter, in addition to min/max of the sourcelinear range. - ColorTable - Interface in net.imglib2.display
- ColorTable16 - Class in net.imglib2.display
-
16-bit color lookup table.
- ColorTable16() - Constructor for class net.imglib2.display.ColorTable16
-
Initializes a 16-bit color table with a linear grayscale ramp.
- ColorTable16(short[]...) - Constructor for class net.imglib2.display.ColorTable16
-
Initializes a 16-bit color table with the given table values.
- ColorTable8 - Class in net.imglib2.display
-
8-bit color lookup table.
- ColorTable8() - Constructor for class net.imglib2.display.ColorTable8
-
Initializes an 8-bit color table with a linear grayscale ramp.
- ColorTable8(byte[]...) - Constructor for class net.imglib2.display.ColorTable8
-
Initializes an 8-bit color table with the given table values.
- cols(double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
- combineHash(int, int) - Static method in class net.imglib2.util.Util
- commonFadeOutDistance - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- commonRelativeDistanceFadeOut - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- compare(long, long) - Static method in class net.imglib2.type.numeric.integer.UnsignedLongType
-
Deprecated.Use
Long.compareUnsigned(long, long)instead. - compareTo(BasePairBitType) - Method in class net.imglib2.type.label.BasePairBitType
- compareTo(BasePairCharType) - Method in class net.imglib2.type.label.BasePairCharType
- compareTo(BitType) - Method in class net.imglib2.type.logic.BitType
- compareTo(BoolType) - Method in class net.imglib2.type.logic.BoolType
- compareTo(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- compareTo(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- compareTo(UnsignedByteType) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- compareTo(UnsignedIntType) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- compareTo(UnsignedLongType) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- compareTo(UnsignedShortType) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- compareTo(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- compareTo(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- compareTo(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- compareTo(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- compareTo(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- compareTo(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- compareTo(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- compareTo(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- compareTo(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- compareTo(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- compensation - Variable in class net.imglib2.util.RealSum
- complement() - Method in interface net.imglib2.type.BasePairType
- complement() - Method in class net.imglib2.type.label.BasePairBitType
- complement() - Method in class net.imglib2.type.label.BasePairCharType
- complexConjugate() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- complexConjugate() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- complexConjugate() - Method in interface net.imglib2.type.numeric.ComplexType
- complexConjugate() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- complexConjugate() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- complexConjugate() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- complexDoubles(double[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- complexDoubles(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- complexDoubles(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- complexDoubles(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- ComplexDoubleType - Class in net.imglib2.type.numeric.complex
-
TODO
- ComplexDoubleType() - Constructor for class net.imglib2.type.numeric.complex.ComplexDoubleType
- ComplexDoubleType(double, double) - Constructor for class net.imglib2.type.numeric.complex.ComplexDoubleType
- ComplexDoubleType(DoubleAccess) - Constructor for class net.imglib2.type.numeric.complex.ComplexDoubleType
- ComplexDoubleType(NativeImg<?, ? extends DoubleAccess>) - Constructor for class net.imglib2.type.numeric.complex.ComplexDoubleType
- complexFloats(float[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- complexFloats(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- complexFloats(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- complexFloats(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- ComplexFloatType - Class in net.imglib2.type.numeric.complex
-
TODO
- ComplexFloatType() - Constructor for class net.imglib2.type.numeric.complex.ComplexFloatType
- ComplexFloatType(float, float) - Constructor for class net.imglib2.type.numeric.complex.ComplexFloatType
- ComplexFloatType(FloatAccess) - Constructor for class net.imglib2.type.numeric.complex.ComplexFloatType
- ComplexFloatType(NativeImg<?, ? extends FloatAccess>) - Constructor for class net.imglib2.type.numeric.complex.ComplexFloatType
- ComplexImaginaryFloatConverter<R extends ComplexType<R>> - Class in net.imglib2.converter
-
Returns the imaginary value of a complex value
- ComplexImaginaryFloatConverter() - Constructor for class net.imglib2.converter.ComplexImaginaryFloatConverter
- ComplexPhaseFloatConverter<R extends ComplexType<R>> - Class in net.imglib2.converter
-
Computes the phase spectrum for a complex value
- ComplexPhaseFloatConverter() - Constructor for class net.imglib2.converter.ComplexPhaseFloatConverter
- ComplexPowerFloatConverter<R extends ComplexType<R>> - Class in net.imglib2.converter
-
Computes the power spectrum for a complex value
- ComplexPowerFloatConverter() - Constructor for class net.imglib2.converter.ComplexPowerFloatConverter
- ComplexPowerGLogFloatConverter<R extends ComplexType<R>> - Class in net.imglib2.converter
-
Computes the generalized log of the power spectrum for a complex value
- ComplexPowerGLogFloatConverter() - Constructor for class net.imglib2.converter.ComplexPowerGLogFloatConverter
- ComplexRealFloatConverter<R extends ComplexType<R>> - Class in net.imglib2.converter
-
Returns the real value for of complex value
- ComplexRealFloatConverter() - Constructor for class net.imglib2.converter.ComplexRealFloatConverter
- ComplexType<T extends ComplexType<T>> - Interface in net.imglib2.type.numeric
-
TODO
- component - Variable in class net.imglib2.transform.integer.ComponentMappingTransform
-
for each component of the target vector: from which source vector component should it be taken.
- component - Variable in class net.imglib2.transform.integer.MixedTransform
-
for each component of the target vector (before translation).
- component - Variable in class net.imglib2.transform.integer.SlicingTransform
-
specifies for each component of the target vector from which source vector component should it be taken.
- ComponentMapping - Interface in net.imglib2.transform.integer
-
Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).
- ComponentMappingTransform - Class in net.imglib2.transform.integer
-
Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).
- ComponentMappingTransform(int) - Constructor for class net.imglib2.transform.integer.ComponentMappingTransform
- ComponentMappingTransform(int[]) - Constructor for class net.imglib2.transform.integer.ComponentMappingTransform
- compose(List<RandomAccessibleInterval<A>>, Converter<Composite<A>, B>, B) - Static method in class net.imglib2.converter.Converters
-
Compose a list of same
Intervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. - compose2(List<RandomAccessibleInterval<A>>, Converter<Composite<A>, B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
-
Compose a list of same
Intervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. - composeNumeric(List<RandomAccessibleInterval<A>>, Converter<NumericComposite<A>, B>, B) - Static method in class net.imglib2.converter.Converters
-
Compose a list of same
Intervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. - composeNumeric2(List<RandomAccessibleInterval<A>>, Converter<NumericComposite<A>, B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
-
Compose a list of same
Intervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. - composeReal(List<RandomAccessibleInterval<A>>, Converter<RealComposite<A>, B>, B) - Static method in class net.imglib2.converter.Converters
-
Compose a list of same
Intervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. - composeReal2(List<RandomAccessibleInterval<A>>, Converter<RealComposite<A>, B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
-
Compose a list of same
Intervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. - composite - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- composite - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- composite - Variable in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- composite - Variable in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- composite - Variable in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- Composite<T> - Interface in net.imglib2.view.composite
-
A
Compositeis a vector of scalars T. - CompositeARGBAccess(Sampler<? extends Composite<UnsignedByteType>>) - Constructor for class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeARGBAccess
- CompositeARGBSamplerConverter - Class in net.imglib2.converter.readwrite
- CompositeARGBSamplerConverter(ColorChannelOrder) - Constructor for class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter
- CompositeARGBSamplerConverter.CompositeARGBAccess - Class in net.imglib2.converter.readwrite
- CompositeARGBSamplerConverter.CompositeRGBAccess - Class in net.imglib2.converter.readwrite
- CompositeChannelConverter<T extends Type<T>,A extends Composite<T>> - Class in net.imglib2.converter
-
A converter to extract one channel of a
Composite. - CompositeChannelConverter(long) - Constructor for class net.imglib2.converter.CompositeChannelConverter
- compositeFactory - Variable in class net.imglib2.view.composite.CompositeView
- CompositeFactory<T,C extends Composite<T>> - Interface in net.imglib2.view.composite
-
A factory to create a
Compositevector of scalars T given aRandomAccess. - CompositeIntervalView<T,C extends Composite<T>> - Class in net.imglib2.view.composite
- CompositeIntervalView(RandomAccessibleInterval<T>, CompositeFactory<T, C>) - Constructor for class net.imglib2.view.composite.CompositeIntervalView
- compositePosition - Variable in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- compositePosition - Variable in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- CompositeRandomAccess() - Constructor for class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- CompositeRandomAccess(CompositeView.CompositeRandomAccess) - Constructor for class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- CompositeRGBAccess(Sampler<? extends Composite<UnsignedByteType>>) - Constructor for class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeRGBAccess
- CompositeView<T,C extends Composite<T>> - Class in net.imglib2.view.composite
- CompositeView(RandomAccessible<T>, CompositeFactory<T, C>) - Constructor for class net.imglib2.view.composite.CompositeView
- CompositeView.CompositeRandomAccess - Class in net.imglib2.view.composite
- CompositeXYProjector<A> - Class in net.imglib2.display.projector.composite
-
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).
- CompositeXYProjector(RandomAccessibleInterval<A>, IterableInterval<ARGBType>, ArrayList<Converter<A, ARGBType>>, int) - Constructor for class net.imglib2.display.projector.composite.CompositeXYProjector
- CompositeXYRandomAccessibleProjector<A> - Class in net.imglib2.display.projector.composite
-
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).
- CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A>, RandomAccessibleInterval<ARGBType>, ArrayList<Converter<A, ARGBType>>, int) - Constructor for class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- computeMinMax(double[][], double[], double[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Compute bounding box of positions in nested layout
- computeMinMax(double[], double[], double[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Compute bounding box of positions in flat layout
- computeSliceSteps(long[]) - Static method in class net.imglib2.img.planar.PlanarImg
- computeWeight(double) - Method in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- concatAsArray(Object, List<?>) - Static method in class net.imglib2.loops.ListUtils
- Concatenable<A> - Interface in net.imglib2.concatenate
-
If T implements
Concatenable<A>that means you can concatenate it with an A, usually resulting in another T. - concatenate(int, List<? extends RandomAccessibleInterval<T>>) - Static method in class net.imglib2.view.Views
-
Concatenate a list of
RandomAccessibleIntervalalong the providedconcatenationAxis. - concatenate(int, RandomAccessibleInterval<T>...) - Static method in class net.imglib2.view.Views
-
Concatenate an array of
RandomAccessibleIntervalalong the providedconcatenationAxis. - concatenate(int, StackView.StackAccessMode, List<? extends RandomAccessibleInterval<T>>) - Static method in class net.imglib2.view.Views
-
Concatenate a list of
RandomAccessibleIntervalalong the providedconcatenationAxis. - concatenate(int, StackView.StackAccessMode, RandomAccessibleInterval<T>...) - Static method in class net.imglib2.view.Views
-
Concatenate an array of
RandomAccessibleIntervalalong the providedconcatenationAxis. - concatenate(A) - Method in interface net.imglib2.concatenate.Concatenable
-
Concatenate this object with a.
- concatenate(ComponentMapping) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- concatenate(Mixed) - Method in class net.imglib2.transform.integer.MixedTransform
- concatenate(Slicing) - Method in class net.imglib2.transform.integer.SlicingTransform
- concatenate(Translation) - Method in class net.imglib2.transform.integer.TranslationTransform
- concatenate(Translation) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- concatenate(T[], T[]) - Method in class net.imglib2.parallel.DefaultTaskExecutor
- concatenateTransforms() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Compute the concatenated
transformfrom the ViewRandomAccessibleto the root. - ConcatenateUtils - Class in net.imglib2.concatenate
-
Utilities for manipulating lists of (pre-)concatenable objects.
- ConcatenateUtils() - Constructor for class net.imglib2.concatenate.ConcatenateUtils
- constant(T) - Static method in interface net.imglib2.blocks.Extension
- CONSTANT - net.imglib2.blocks.Extension.Type
- CONSTANT - net.imglib2.blocks.Ranges.Direction
- ConstantExtension(T) - Constructor for class net.imglib2.blocks.ExtensionImpl.ConstantExtension
- constantRandomAccessible(T, int) - Static method in class net.imglib2.util.ConstantUtils
- constantRandomAccessibleInterval(T, int, Interval) - Static method in class net.imglib2.util.ConstantUtils
-
Deprecated.
- constantRandomAccessibleInterval(T, Interval) - Static method in class net.imglib2.util.ConstantUtils
- constantRealRandomAccessible(T, int) - Static method in class net.imglib2.util.ConstantUtils
- ConstantSampler(T) - Constructor for class net.imglib2.converter.readwrite.TypeUtils.ConstantSampler
- ConstantUtils - Class in net.imglib2.util
- ConstantUtils() - Constructor for class net.imglib2.util.ConstantUtils
- ConsumerRunnable(Consumer<A>, Sampler<A>) - Constructor for class net.imglib2.loops.BindActionToSamplers.ConsumerRunnable
- container - Variable in class net.imglib2.img.planar.PlanarCursor
- container - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
- container - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Container
- container - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Container
- contains(Interval, Interval) - Static method in class net.imglib2.util.Intervals
-
Test whether the
containinginterval completely contains thecontainedinterval. - contains(Interval, Localizable) - Static method in class net.imglib2.util.Intervals
-
Test whether the
containinginterval contains thecontainedpoint. - contains(RealInterval, RealInterval) - Static method in class net.imglib2.util.Intervals
-
Test whether the
containinginterval completely contains thecontainedinterval. - contains(RealInterval, RealLocalizable) - Static method in class net.imglib2.util.Intervals
-
Test whether the
containinginterval contains thecontainedpoint. - convert - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- convert(A, B) - Method in interface net.imglib2.converter.Converter
- convert(A, B, C) - Method in interface net.imglib2.converter.BiConverter
- convert(A, T) - Method in class net.imglib2.converter.CompositeChannelConverter
- convert(Object, Object, int) - Method in interface net.imglib2.blocks.Convert
- convert(Object, Object, int) - Method in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedByteType_FloatType
- convert(Object, Object, int) - Method in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
- convert(Object, Object, int) - Method in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- convert(IterableInterval<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
- convert(IterableInterval<A>, Supplier<SamplerConverter<? super A, B>>) - Static method in class net.imglib2.converter.Converters
- convert(IterableInterval<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
- convert(IterableInterval<A>, SamplerConverter<? super A, B>) - Static method in class net.imglib2.converter.Converters
- convert(IterableInterval<A>, IterableInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
- convert(IterableInterval<A>, IterableInterval<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
- convert(IterableRealInterval<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
- convert(IterableRealInterval<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
- convert(IterableRealInterval<A>, SamplerConverter<? super A, B>) - Static method in class net.imglib2.converter.Converters
- convert(IterableRealInterval<A>, IterableRealInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
- convert(IterableRealInterval<A>, IterableRealInterval<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessible<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessible<A>, Supplier<SamplerConverter<? super A, B>>) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessible<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessible<A>, SamplerConverter<? super A, B>) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessible<A>, RandomAccessible<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessible<A>, RandomAccessible<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessibleInterval<? extends RealType<?>>, T) - Static method in class net.imglib2.converter.RealTypeConverters
-
Convert the pixel type of the given image to a given output pixel type.
- convert(RandomAccessibleInterval<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessibleInterval<A>, Supplier<SamplerConverter<? super A, B>>) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessibleInterval<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessibleInterval<A>, SamplerConverter<? super A, B>) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
- convert(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
- convert(RealRandomAccessible<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
- convert(RealRandomAccessible<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
- convert(RealRandomAccessible<A>, RealRandomAccessible<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
- convert(RealRandomAccessible<A>, RealRandomAccessible<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
- convert(RealRandomAccessibleRealInterval<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert(RealRandomAccessibleRealInterval<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert(RealRandomAccessibleRealInterval<A>, RealRandomAccessibleRealInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert(RealRandomAccessibleRealInterval<A>, RealRandomAccessibleRealInterval<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert(Sampler<? extends A>) - Method in interface net.imglib2.converter.readwrite.SamplerConverter
- convert(Sampler<? extends ARGBType>) - Method in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
- convert(Sampler<? extends Composite<UnsignedByteType>>) - Method in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter
- convert(Sampler<? extends R>) - Method in class net.imglib2.converter.readwrite.RealDoubleSamplerConverter
- convert(Sampler<? extends R>) - Method in class net.imglib2.converter.readwrite.RealFloatSamplerConverter
- convert(BooleanType<?>, BooleanType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.BooleanConverter
- convert(ARGBType, ARGBType) - Method in class net.imglib2.display.ARGBARGBColorConverter.ToGray
- convert(ARGBType, ARGBType) - Method in class net.imglib2.display.ScaledARGBConverter.ARGB
- convert(ARGBType, T) - Method in class net.imglib2.converter.ARGBARGBDoubleConverter
- convert(GenericByteType<?>, GenericByteType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.ByteConverter
- convert(GenericShortType<?>, GenericShortType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.ShortConverter
- convert(UnsignedByteType, ARGBType) - Method in class net.imglib2.converter.ChannelARGBConverter
- convert(IntegerType<?>, IntegerType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.IntegerConverter
- convert(IntegerType<?>, IntegerType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.LongConverter
- convert(RealType<?>, RealType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.DoubleConverter
- convert(RealType<?>, RealType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.FloatConverter
- convert(VolatileARGBType, ARGBType) - Method in class net.imglib2.display.ARGBARGBColorConverter.VolatileToGray
- convert(VolatileARGBType, ARGBType) - Method in class net.imglib2.display.ScaledARGBConverter.VolatileARGB
- convert(VolatileRealType<?>, ARGBType) - Method in class net.imglib2.converter.VolatileRealTypeARGBConverter
- convert(R, ARGBType) - Method in class net.imglib2.converter.RealARGBConverter
- convert(R, ARGBType) - Method in class net.imglib2.converter.RealLUTConverter
- convert(R, ARGBType) - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- convert(R, UnsignedByteType) - Method in class net.imglib2.converter.RealUnsignedByteConverter
- convert(R, UnsignedShortType) - Method in class net.imglib2.converter.RealUnsignedShortConverter
- convert(R, DoubleType) - Method in class net.imglib2.converter.RealDoubleConverter
- convert(R, FloatType) - Method in class net.imglib2.converter.ComplexImaginaryFloatConverter
- convert(R, FloatType) - Method in class net.imglib2.converter.ComplexPhaseFloatConverter
- convert(R, FloatType) - Method in class net.imglib2.converter.ComplexPowerFloatConverter
- convert(R, FloatType) - Method in class net.imglib2.converter.ComplexPowerGLogFloatConverter
- convert(R, FloatType) - Method in class net.imglib2.converter.ComplexRealFloatConverter
- convert(R, FloatType) - Method in class net.imglib2.converter.RealFloatConverter
- convert(T, ARGBType) - Method in class net.imglib2.converter.ARGBDoubleARGBConverter
- convert(T, T) - Method in class net.imglib2.converter.TypeIdentity
- Convert - Interface in net.imglib2.blocks
- Convert_UnsignedByteType_FloatType(Supplier<Converter<UnsignedByteType, FloatType>>) - Constructor for class net.imglib2.blocks.ConvertImpl.Convert_UnsignedByteType_FloatType
- Convert_UnsignedByteType_FloatType(ConvertImpl.Convert_UnsignedByteType_FloatType) - Constructor for class net.imglib2.blocks.ConvertImpl.Convert_UnsignedByteType_FloatType
- Convert_UnsignedShortType_FloatType(Supplier<Converter<UnsignedShortType, FloatType>>) - Constructor for class net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
- Convert_UnsignedShortType_FloatType(ConvertImpl.Convert_UnsignedShortType_FloatType) - Constructor for class net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
- convert2(IterableInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableInterval<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableInterval<A>, IterableInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableInterval<A>, IterableInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableRealInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableRealInterval<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableRealInterval<A>, IterableRealInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(IterableRealInterval<A>, IterableRealInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessible<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessible<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessible<A>, RandomAccessible<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessible<A>, RandomAccessible<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessibleInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessibleInterval<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RealRandomAccessible<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(RealRandomAccessible<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convert2(RealRandomAccessible<A>, RealRandomAccessible<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RealRandomAccessible<A>, RealRandomAccessible<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convert2(RealRandomAccessibleRealInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert2(RealRandomAccessibleRealInterval<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert2(RealRandomAccessibleRealInterval<A>, RealRandomAccessibleRealInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convert2(RealRandomAccessibleRealInterval<A>, RealRandomAccessibleRealInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
-
Create a
RealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample. - convertColor(int) - Method in class net.imglib2.display.ARGBARGBColorConverter
- converted - Variable in class net.imglib2.converter.read.BiConvertedCursor
- converted - Variable in class net.imglib2.converter.read.BiConvertedRandomAccess
- converted - Variable in class net.imglib2.converter.read.BiConvertedRealCursor
- converted - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- converted - Variable in class net.imglib2.converter.read.ConvertedCursor
- converted - Variable in class net.imglib2.converter.read.ConvertedRandomAccess
- converted - Variable in class net.imglib2.converter.read.ConvertedRealCursor
- converted - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccess
- converted - Variable in class net.imglib2.converter.readwrite.WriteConvertedCursor
- converted - Variable in class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- converted - Variable in class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- ConvertedCursor<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedCursor(Cursor<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedCursor
- ConvertedCursor(Cursor<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedCursor
- ConvertedIterableInterval<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedIterableInterval(IterableInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedIterableInterval
- ConvertedIterableInterval(IterableInterval<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedIterableInterval
- ConvertedIterableRealInterval<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedIterableRealInterval(IterableRealInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedIterableRealInterval
-
Creates a copy of b for conversion.
- ConvertedIterableRealInterval(IterableRealInterval<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedIterableRealInterval
-
Creates a copy of b for conversion.
- ConvertedRandomAccess<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRandomAccess(RandomAccess<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRandomAccess
-
Creates a copy of b for conversion that can be accessed through
ConvertedRandomAccess.get(). - ConvertedRandomAccess(RandomAccess<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRandomAccess
-
Use this constructor for stateless functions
- ConvertedRandomAccessible<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRandomAccessible(RandomAccessible<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRandomAccessible
- ConvertedRandomAccessible(RandomAccessible<A>, Converter<? super A, ? super B>, Supplier<B>) - Constructor for class net.imglib2.converter.read.ConvertedRandomAccessible
- ConvertedRandomAccessibleInterval<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- ConvertedRealCursor<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRealCursor(RealCursor<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealCursor
-
Creates a copy of b for conversion that can be accessed through
ConvertedRealCursor.get(). - ConvertedRealCursor(RealCursor<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealCursor
-
Creates a copy of b for conversion that can be accessed through
ConvertedRealCursor.get(). - ConvertedRealRandomAccess<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRealRandomAccess(RealRandomAccess<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealRandomAccess
-
Creates a copy of b for conversion that can be accessed through
ConvertedRealRandomAccess.get(). - ConvertedRealRandomAccess(RealRandomAccess<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealRandomAccess
- ConvertedRealRandomAccessible<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRealRandomAccessible(RealRandomAccessible<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealRandomAccessible
- ConvertedRealRandomAccessible(RealRandomAccessible<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealRandomAccessible
- ConvertedRealRandomAccessibleRealInterval<A,B> - Class in net.imglib2.converter.read
-
TODO
- ConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- ConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A>, Converter<? super A, ? super B>, Supplier<? extends B>) - Constructor for class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedCursor
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedIterableInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRandomAccess
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRandomAccessible
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealCursor
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- convertedSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedCursor
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedIterableInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedIterableRealInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRandomAccess
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRandomAccessible
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRealCursor
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccess
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- convertedSupplier - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- converter - Variable in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedByteType_FloatType
- converter - Variable in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
- converter - Variable in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- converter - Variable in class net.imglib2.converter.read.BiConvertedCursor
- converter - Variable in class net.imglib2.converter.read.BiConvertedRandomAccess
- converter - Variable in class net.imglib2.converter.read.BiConvertedRealCursor
- converter - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- converter - Variable in class net.imglib2.converter.read.ConvertedCursor
- converter - Variable in class net.imglib2.converter.read.ConvertedRandomAccess
- converter - Variable in class net.imglib2.converter.read.ConvertedRealCursor
- converter - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccess
- converter - Variable in class net.imglib2.converter.readwrite.WriteConvertedCursor
- converter - Variable in class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- converter - Variable in class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- converter - Variable in class net.imglib2.display.projector.IterableIntervalProjector2D
- converter - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- converter - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- converter - Variable in class net.imglib2.util.FlatCollections.CollectionFromII
- converter - Variable in class net.imglib2.util.FlatCollections.ListFromRAI
- Converter<A,B> - Interface in net.imglib2.converter
-
This interface is equivalent to the
BiConsumerinterface and exists for historical reasons only. - CONVERTER - net.imglib2.blocks.ViewNode.ViewType
- ConverterFactory(Class<? extends Converter>) - Constructor for class net.imglib2.converter.RealTypeConverterInternals.ConverterFactory
- converterListRGBA - Static variable in class net.imglib2.converter.ChannelARGBConverter
-
ChannelARGBConverter.converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto compositeARGBType. - converters - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- converters - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- Converters - Class in net.imglib2.converter
-
Convenience factory methods for sample conversion.
- Converters() - Constructor for class net.imglib2.converter.Converters
- converterSupplier - Variable in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedByteType_FloatType
- converterSupplier - Variable in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
- converterSupplier - Variable in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- converterSupplier - Variable in class net.imglib2.blocks.ViewAnalyzer.AccumulateConverters
- converterSupplier - Variable in class net.imglib2.blocks.ViewAnalyzer
-
Supplies Converter from root type to view type.
- converterSupplier - Variable in class net.imglib2.blocks.ViewNode.ConverterViewNode
- converterSupplier - Variable in class net.imglib2.blocks.ViewProperties
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedCursor
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedIterableInterval
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRandomAccess
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRandomAccessible
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealCursor
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- converterSupplier - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedCursor
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedIterableInterval
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedIterableRealInterval
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRandomAccess
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRandomAccessible
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRealCursor
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccess
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- converterSupplier - Variable in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedCursor
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedIterableInterval
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedIterableRealInterval
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessible
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- converterSupplier - Variable in class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- ConverterViewNode(ConvertedRandomAccessible<A, B>) - Constructor for class net.imglib2.blocks.ViewNode.ConverterViewNode
- ConverterViewNode(ConvertedRandomAccessibleInterval<A, B>) - Constructor for class net.imglib2.blocks.ViewNode.ConverterViewNode
- ConvertGeneric(A, B, Supplier<Converter<A, B>>) - Constructor for class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- ConvertGeneric(ConvertImpl.ConvertGeneric<A, B>) - Constructor for class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- ConvertImpl - Class in net.imglib2.blocks
- ConvertImpl() - Constructor for class net.imglib2.blocks.ConvertImpl
- ConvertImpl.Convert_UnsignedByteType_FloatType - Class in net.imglib2.blocks
- ConvertImpl.Convert_UnsignedShortType_FloatType - Class in net.imglib2.blocks
- ConvertImpl.ConvertGeneric<A extends NativeType<A>,B extends NativeType<B>> - Class in net.imglib2.blocks
- convertRAI(RandomAccessibleInterval<A>, Supplier<Converter<? super A, ? super B>>, B) - Static method in class net.imglib2.converter.Converters
- convertRAI(RandomAccessibleInterval<A>, Supplier<SamplerConverter<? super A, B>>) - Static method in class net.imglib2.converter.Converters
- convertRAI(RandomAccessibleInterval<A>, Converter<? super A, ? super B>, B) - Static method in class net.imglib2.converter.Converters
- convertRAI(RandomAccessibleInterval<A>, SamplerConverter<? super A, B>) - Static method in class net.imglib2.converter.Converters
- convertRAI(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, C) - Static method in class net.imglib2.converter.Converters
- convertRAI(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, BiConverter<? super A, ? super B, ? super C>, C) - Static method in class net.imglib2.converter.Converters
- convertRAI2(RandomAccessibleInterval<A>, Supplier<Converter<? super A, ? super B>>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convertRAI2(RandomAccessibleInterval<A>, Converter<? super A, ? super B>, Supplier<B>) - Static method in class net.imglib2.converter.Converters
- convertRAI2(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, Supplier<BiConverter<? super A, ? super B, ? super C>>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convertRAI2(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, BiConverter<? super A, ? super B, ? super C>, Supplier<C>) - Static method in class net.imglib2.converter.Converters
- convertRandomAccessibleIterableInterval(S, Supplier<SamplerConverter<? super A, B>>) - Static method in class net.imglib2.converter.Converters
-
Create an
WriteConvertedIterableRandomAccessibleIntervalwhoseRandomAccessesandCursorsSampler.get()you a converted sample. - convertRandomAccessibleIterableInterval(S, SamplerConverter<? super A, B>) - Static method in class net.imglib2.converter.Converters
-
Create an
WriteConvertedIterableRandomAccessibleIntervalwhoseRandomAccessesandCursorsSampler.get()you a converted sample. - coordinates - Variable in class net.imglib2.PointSampleList
- coordinates - Variable in class net.imglib2.RealPointSampleList
- copier - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- copier - Variable in class net.imglib2.loops.ClassCopyProvider
- copy() - Method in class net.imglib2.AbstractCursor
- copy() - Method in class net.imglib2.AbstractCursorInt
- copy() - Method in class net.imglib2.AbstractLocalizingCursor
- copy() - Method in class net.imglib2.AbstractLocalizingCursorInt
- copy() - Method in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- copy() - Method in class net.imglib2.converter.AbstractConvertedCursor
- copy() - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- copy() - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- copy() - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- copy() - Method in class net.imglib2.converter.read.BiConvertedCursor
- copy() - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- copy() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- copy() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- copy() - Method in class net.imglib2.converter.read.ConvertedCursor
- copy() - Method in class net.imglib2.converter.read.ConvertedRandomAccess
- copy() - Method in class net.imglib2.converter.read.ConvertedRealCursor
- copy() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccess
- copy() - Method in class net.imglib2.converter.readwrite.TypeUtils.ConstantSampler
- copy() - Method in class net.imglib2.converter.readwrite.WriteConvertedCursor
- copy() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- copy() - Method in class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- copy() - Method in interface net.imglib2.Cursor
- copy() - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- copy() - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- copy() - Method in interface net.imglib2.histogram.BinMapper1d
-
Returns a copy of this
BinMapper1d<T>. - copy() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- copy() - Method in class net.imglib2.histogram.Histogram1d
- copy() - Method in class net.imglib2.histogram.HistogramNd
- copy() - Method in class net.imglib2.histogram.Integer1dBinMapper
- copy() - Method in class net.imglib2.histogram.Real1dBinMapper
- copy() - Method in class net.imglib2.img.array.ArrayCursor
- copy() - Method in class net.imglib2.img.array.ArrayImg
- copy() - Method in class net.imglib2.img.array.ArrayLocalizingCursor
- copy() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- copy() - Method in class net.imglib2.img.array.ArrayLocalizingSubIntervalCursor
- copy() - Method in class net.imglib2.img.array.ArrayRandomAccess
- copy() - Method in class net.imglib2.img.array.ArraySpliterator
- copy() - Method in class net.imglib2.img.array.ArraySubIntervalCursor
- copy() - Method in class net.imglib2.img.cell.CellCursor
- copy() - Method in class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- copy() - Method in class net.imglib2.img.cell.CellImg
- copy() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- copy() - Method in class net.imglib2.img.cell.CellRandomAccess
- copy() - Method in class net.imglib2.img.cell.CellSpliterator
- copy() - Method in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- copy() - Method in class net.imglib2.img.cell.LazyCellImg
- copy() - Method in class net.imglib2.img.cell.LazyCellImg.LazyCells
- copy() - Method in interface net.imglib2.img.Img
- copy() - Method in class net.imglib2.img.ImgView
- copy() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- copy() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- copy() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- copy() - Method in class net.imglib2.img.list.ListCursor
- copy() - Method in class net.imglib2.img.list.ListImg
- copy() - Method in class net.imglib2.img.list.ListLocalizingCursor
- copy() - Method in class net.imglib2.img.list.ListRandomAccess
- copy() - Method in class net.imglib2.img.planar.PlanarCursor
- copy() - Method in class net.imglib2.img.planar.PlanarImg
- copy() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- copy() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor1D
- copy() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor2D
- copy() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
- copy() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- copy() - Method in class net.imglib2.img.planar.PlanarRandomAccess
- copy() - Method in class net.imglib2.img.planar.PlanarSpliterator
- copy() - Method in class net.imglib2.img.sparse.NtreeCursor
- copy() - Method in class net.imglib2.img.sparse.NtreeImg
- copy() - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- copy() - Method in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- copy() - Method in class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator
- copy() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- copy() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- copy() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- copy() - Method in class net.imglib2.interpolation.randomaccess.FloorInterpolator
- copy() - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- copy() - Method in class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolator
- copy() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- copy() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- copy() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- copy() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- copy() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- copy() - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- copy() - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- copy() - Method in class net.imglib2.KDTree.KDTreeCursor
- copy() - Method in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- copy() - Method in class net.imglib2.kdtree.NearestNeighborSearchImpl
- copy() - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- copy() - Method in class net.imglib2.KDTreeNode
- copy() - Method in interface net.imglib2.LocalizableSampler
- copy() - Method in class net.imglib2.loops.ClassCopier
- copy() - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Create a copy.
- copy() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- copy() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- copy() - Method in interface net.imglib2.neighborsearch.NearestNeighborSearch
-
Create a copy.
- copy() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- copy() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- copy() - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Create a copy.
- copy() - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- copy() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- copy() - Method in interface net.imglib2.outofbounds.OutOfBounds
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsConstantValue
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundary
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- copy() - Method in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- copy() - Method in interface net.imglib2.outofbounds.RealOutOfBounds
- copy() - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- copy() - Method in class net.imglib2.PointSample
- copy() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- copy() - Method in class net.imglib2.position.FunctionRandomAccessible.FunctionRandomAccess
- copy() - Method in class net.imglib2.position.FunctionRealRandomAccessible.RealFunctionRealRandomAccess
- copy() - Method in class net.imglib2.position.PositionRandomAccessible.PositionRandomAccess
- copy() - Method in class net.imglib2.position.RealPositionRealRandomAccessible.RealPositionRealRandomAccess
- copy() - Method in interface net.imglib2.RandomAccess
- copy() - Method in interface net.imglib2.RealCursor
- copy() - Method in interface net.imglib2.RealLocalizableSampler
- copy() - Method in class net.imglib2.RealPointSample
- copy() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- copy() - Method in interface net.imglib2.RealRandomAccess
- copy() - Method in interface net.imglib2.Sampler
- copy() - Method in class net.imglib2.stream.CursorSpliterator
- copy() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- copy() - Method in interface net.imglib2.stream.LocalizableSpliterator
- copy() - Method in class net.imglib2.stream.RealCursorSpliterator
- copy() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- copy() - Method in interface net.imglib2.stream.RealLocalizableSpliterator
- copy() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- copy() - Method in class net.imglib2.transform.integer.shear.InverseShearTransform
- copy() - Method in class net.imglib2.transform.integer.shear.ShearTransform
- copy() - Method in class net.imglib2.type.label.BasePairBitType
- copy() - Method in class net.imglib2.type.label.BasePairCharType
- copy() - Method in class net.imglib2.type.logic.BitType
- copy() - Method in class net.imglib2.type.logic.BoolType
- copy() - Method in class net.imglib2.type.logic.NativeBoolType
- copy() - Method in class net.imglib2.type.numeric.ARGBDoubleType
- copy() - Method in class net.imglib2.type.numeric.ARGBType
- copy() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- copy() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- copy() - Method in class net.imglib2.type.numeric.integer.ByteType
- copy() - Method in class net.imglib2.type.numeric.integer.IntType
- copy() - Method in class net.imglib2.type.numeric.integer.LongType
- copy() - Method in class net.imglib2.type.numeric.integer.ShortType
- copy() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- copy() - Method in class net.imglib2.type.numeric.integer.Unsigned12BitType
- copy() - Method in class net.imglib2.type.numeric.integer.Unsigned2BitType
- copy() - Method in class net.imglib2.type.numeric.integer.Unsigned4BitType
- copy() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- copy() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- copy() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- copy() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- copy() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- copy() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- copy() - Method in class net.imglib2.type.numeric.real.DoubleType
- copy() - Method in class net.imglib2.type.numeric.real.FloatType
- copy() - Method in interface net.imglib2.type.Type
- copy() - Method in class net.imglib2.type.volatiles.VolatileARGBType
- copy() - Method in class net.imglib2.type.volatiles.VolatileByteType
- copy() - Method in class net.imglib2.type.volatiles.VolatileDoubleType
- copy() - Method in class net.imglib2.type.volatiles.VolatileFloatType
- copy() - Method in class net.imglib2.type.volatiles.VolatileIntType
- copy() - Method in class net.imglib2.type.volatiles.VolatileLongType
- copy() - Method in class net.imglib2.type.volatiles.VolatileNumericType
- copy() - Method in class net.imglib2.type.volatiles.VolatileRealType
- copy() - Method in class net.imglib2.type.volatiles.VolatileShortType
- copy() - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- copy() - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- copy() - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- copy() - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- copy() - Method in class net.imglib2.util.Grid.CellIntervalsRA
- copy() - Method in class net.imglib2.util.Localizables.LocationRandomAccess
- copy() - Method in class net.imglib2.util.Localizables.RealLocationRealRandomAccess
- copy() - Method in class net.imglib2.view.BundleView.BundleRandomAccess
- copy() - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- copy() - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- copy() - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- copy() - Method in class net.imglib2.view.composite.NumericComposite
- copy() - Method in class net.imglib2.view.composite.RealComposite
- copy() - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- copy() - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- copy() - Method in class net.imglib2.view.FunctionView.FunctionRandomAccess
- copy() - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- copy() - Method in class net.imglib2.view.HyperSlicesView.HyperSlicesViewRandomAccess
- copy() - Method in class net.imglib2.view.iteration.SlicingCursor
- copy() - Method in class net.imglib2.view.MixedRandomAccess
- copy() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- copy() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- copy() - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- copy() - Method in class net.imglib2.view.SlicingRandomAccess
- copy() - Method in class net.imglib2.view.StackView.DefaultRA
- copy() - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- copy() - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- copy() - Method in class net.imglib2.view.TransformRandomAccess
- copy() - Method in class net.imglib2.view.TranslationRandomAccess
- copy(boolean[], int, int[], Img<T>) - Static method in class net.imglib2.util.ImgUtil
- copy(double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set C = A, where A is a matrix.
- copy(double[], int, int[], Img<T>) - Static method in class net.imglib2.util.ImgUtil
-
Copy a flat array of doubles into an Img.
- copy(float[], int, int[], Img<T>) - Static method in class net.imglib2.util.ImgUtil
- copy(int[], int, int[], Img<T>) - Static method in class net.imglib2.util.ImgUtil
- copy(int[], Object, int[]) - Method in interface net.imglib2.blocks.PrimitiveBlocks
-
Copy a block from the (
T-typed) source into primitive arrays (of the appropriate type). - copy(long[], int, int[], Img<T>) - Static method in class net.imglib2.util.ImgUtil
- copy(long[], Object, int[]) - Method in class net.imglib2.blocks.FallbackPrimitiveBlocks
- copy(long[], Object, int[]) - Method in interface net.imglib2.blocks.PrimitiveBlocks
-
Copy a block from the (
T-typed) source into primitive arrays (of the appropriate type). - copy(long[], Object, int[]) - Method in class net.imglib2.blocks.ViewPrimitiveBlocks
- copy(long[], T, int[]) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
-
Copy the block starting at
srcPoswith the givensizeinto the (appropriately sized)destarray. - copy(long[], T, int[]) - Method in class net.imglib2.blocks.CellImgRangeCopier
-
Copy the block starting at
srcPoswith the givensizeinto the (appropriately sized)destarray. - copy(long[], T, int[]) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
-
Copy the block starting at
srcPoswith the givensizeinto the (appropriately sized)destarray. - copy(long[], T, int[]) - Method in interface net.imglib2.blocks.RangeCopier
-
Copy the block starting at
srcPoswith the givensizeinto the (appropriately sized)destarray. - copy(Img<T>, boolean[], int, int[]) - Static method in class net.imglib2.util.ImgUtil
- copy(Img<T>, double[], int, int[]) - Static method in class net.imglib2.util.ImgUtil
-
Copy the contents of an Img to a double array
- copy(Img<T>, float[], int, int[]) - Static method in class net.imglib2.util.ImgUtil
- copy(Img<T>, int[], int, int[]) - Static method in class net.imglib2.util.ImgUtil
- copy(Img<T>, long[], int, int[]) - Static method in class net.imglib2.util.ImgUtil
- copy(Img<T>, short[], int, int[]) - Static method in class net.imglib2.util.ImgUtil
- copy(RandomAccessibleInterval<T>, RandomAccessibleInterval<T>) - Static method in class net.imglib2.util.ImgUtil
-
Copy one image into another, multi-threaded.
- copy(T, int) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
-
Iterate the
rangesPerDimensionlist for the given dimensiondand recursively call itself for iterating dimensiond-1. - copy(T, int) - Method in class net.imglib2.blocks.CellImgRangeCopier
-
Iterates the
rangesPerDimensionlist for the given dimensiondand recursively calls itself for iterating dimensiond-1. - copy(T, int) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
-
Iterate the
rangesPerDimensionlist for the given dimensiondand recursively call itself for iterating dimensiond-1. - copyCursor() - Method in interface net.imglib2.Cursor
-
Deprecated.Use
Cursor.copy()instead - copyCursor() - Method in interface net.imglib2.RealCursor
-
Deprecated.Use
RealCursor.copy()instead - copyDataTo(AbstractCellImg<T, ?, ?, ?>) - Method in class net.imglib2.img.cell.AbstractCellImg
- copyForward(boolean[], int, boolean[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyBoolean
- copyForward(byte[], int, byte[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyByte
- copyForward(char[], int, char[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyChar
- copyForward(double[], int, double[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyDouble
- copyForward(float[], int, float[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyFloat
- copyForward(int[], int, int[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyInt
- copyForward(long[], int, long[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyLong
- copyForward(short[], int, short[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyShort
- copyForward(T, int, T, int, int) - Method in interface net.imglib2.blocks.MemCopy
-
Copy
lengthcomponents from thesrcarray to thedestarray. - copyFromTo(RandomAccessible<? extends RealType<?>>, RandomAccessibleInterval<? extends RealType<?>>) - Static method in class net.imglib2.converter.RealTypeConverters
-
Copy the image content from a source image to a destination image.
- copyIfType(T) - Static method in class net.imglib2.outofbounds.OutOfBoundsConstantValue
- copyLines(int, int, int, boolean[], int, int, boolean[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyBoolean
- copyLines(int, int, int, byte[], int, int, byte[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyByte
- copyLines(int, int, int, char[], int, int, char[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyChar
- copyLines(int, int, int, double[], int, int, double[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyDouble
- copyLines(int, int, int, float[], int, int, float[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyFloat
- copyLines(int, int, int, int[], int, int, int[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyInt
- copyLines(int, int, int, long[], int, int, long[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyLong
- copyLines(int, int, int, short[], int, int, short[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyShort
- copyLines(int, int, int, T, int, int, T, int, int) - Method in interface net.imglib2.blocks.MemCopy
-
Copy
numLinesstretches oflineLengthelements. - copyRandomAccess() - Method in interface net.imglib2.RandomAccess
-
Deprecated.
- copyRanges(T) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
-
Once we get here,
ArrayImgRangeCopier.setupDestSize(int[])andArrayImgRangeCopier.updateRange(int)for all dimensions have been called, so thedsteps,doffsets,cdims, andlengthsfields have been appropriately set up for the current Range combination. - copyRanges(T) - Method in class net.imglib2.blocks.CellImgRangeCopier
-
Once we get here,
CellImgRangeCopier.setupDestSize(int[])andCellImgRangeCopier.updateRange(int)for all dimensions have been called, so thedsteps,doffsets,cdims, andlengthsfields have been appropriately set up for the current Range combination. - copyRanges(T) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
-
Once we get here,
PlanarImgRangeCopier.setupDestSize(int[])andPlanarImgRangeCopier.updateRange(int)for all dimensions have been called, so thedsteps,doffsets,cdims, andlengthsfields have been appropriately set up for the current Range combination. - copyRangesRecursively(T, int, T, int, int) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
- copyRangesRecursively(T, int, T, int, int) - Method in class net.imglib2.blocks.CellImgRangeCopier
- copyRangesRecursively(T, int, T, int, int) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
- copyRealRandomAccess() - Method in interface net.imglib2.RealRandomAccess
-
Deprecated.
- copyRecursively(Object, int, Object, int, int) - Method in class net.imglib2.blocks.PermuteInvert
- copyRecursively(Ntree.NtreeNode<T>, Ntree.NtreeNode<T>) - Method in class net.imglib2.img.sparse.Ntree
-
helper method for the copy constructor
Ntree(Ntree)to create a deep copy of the tree. - copyReverse(boolean[], int, boolean[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyBoolean
- copyReverse(byte[], int, byte[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyByte
- copyReverse(char[], int, char[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyChar
- copyReverse(double[], int, double[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyDouble
- copyReverse(float[], int, float[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyFloat
- copyReverse(int[], int, int[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyInt
- copyReverse(long[], int, long[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyLong
- copyReverse(short[], int, short[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyShort
- copyReverse(T, int, T, int, int) - Method in interface net.imglib2.blocks.MemCopy
-
Copy
lengthcomponents from thesrcarray to thedestarray, in reverse order. - copyStrided(boolean[], int, boolean[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyBoolean
- copyStrided(byte[], int, byte[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyByte
- copyStrided(char[], int, char[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyChar
- copyStrided(double[], int, double[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyDouble
- copyStrided(float[], int, float[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyFloat
- copyStrided(int[], int, int[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyInt
- copyStrided(long[], int, long[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyLong
- copyStrided(short[], int, short[], int, int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyShort
- copyStrided(T, int, T, int, int, int) - Method in interface net.imglib2.blocks.MemCopy
-
TODO javadoc
- copyValue(boolean[], int, boolean[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyBoolean
- copyValue(byte[], int, byte[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyByte
- copyValue(char[], int, char[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyChar
- copyValue(double[], int, double[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyDouble
- copyValue(float[], int, float[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyFloat
- copyValue(int[], int, int[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyInt
- copyValue(long[], int, long[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyLong
- copyValue(short[], int, short[], int, int) - Method in class net.imglib2.blocks.MemCopy.MemCopyShort
- copyValue(T, int, T, int, int) - Method in interface net.imglib2.blocks.MemCopy
-
Copy component at position
srcPosin thesrcarray (lengthtimes) into positionsdestPosthroughdestPos+length-1of the destination array. - copyWithType(ListImg<A>) - Static method in class net.imglib2.img.list.ListImg
- corner1 - Variable in class net.imglib2.transform.integer.BoundingBox
- corner1(long[]) - Method in class net.imglib2.transform.integer.BoundingBox
- corner2 - Variable in class net.imglib2.transform.integer.BoundingBox
- corner2(long[]) - Method in class net.imglib2.transform.integer.BoundingBox
- correspondsToPlane(Interval) - Method in class net.imglib2.img.planar.PlanarImg
- count(long[], boolean) - Method in interface net.imglib2.histogram.HistogramNd.Counter
- count(long[], boolean) - Method in class net.imglib2.histogram.HistogramNd.Decrementer
- count(long[], boolean) - Method in class net.imglib2.histogram.HistogramNd.Incrementer
- count(List<T>, HistogramNd.Counter) - Method in class net.imglib2.histogram.HistogramNd
- countData(Iterable<List<T>>) - Method in class net.imglib2.histogram.HistogramNd
-
Counts the data contained in the given data source using the underlying bin distribution.
- countData(Iterable<T>) - Method in class net.imglib2.histogram.Histogram1d
-
Counts the data contained in the given data source using the underlying bin distribution.
- countData(List<Iterable<T>>) - Method in class net.imglib2.histogram.HistogramNd
-
Counts the data contained in the given data source using the underlying bin distribution.
- counts - Variable in class net.imglib2.histogram.DiscreteFrequencyDistribution
- countUntilPurge - Variable in class net.imglib2.util.CloseableThreadLocal
- create(int[]) - Method in class net.imglib2.img.array.ArrayImgFactory
- create(int[]) - Method in class net.imglib2.img.cell.CellImgFactory
- create(int[]) - Method in class net.imglib2.img.ImgFactory
-
Create an
Img<T>with the specifieddimensions. - create(int[]) - Method in class net.imglib2.img.list.ListImgFactory
- create(int[]) - Method in class net.imglib2.img.NativeImgFactory
-
Create an
Img<T>with the specifieddimensions. - create(int[]) - Method in class net.imglib2.img.planar.PlanarImgFactory
- create(int[]) - Method in class net.imglib2.img.sparse.NtreeImgFactory
- create(int[], T) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- create(int, Iterable<T>, Iterable<L>, boolean) - Static method in class net.imglib2.kdtree.KDTreeData
- create(long...) - Method in class net.imglib2.img.array.ArrayImgFactory
- create(long...) - Method in class net.imglib2.img.cell.CellImgFactory
- create(long...) - Method in class net.imglib2.img.ImgFactory
-
Create an
Img<T>with the specifieddimensions. - create(long...) - Method in class net.imglib2.img.list.ListImgFactory
- create(long...) - Method in class net.imglib2.img.NativeImgFactory
-
Create a
NativeImgwith the specifieddimensions. - create(long...) - Method in class net.imglib2.img.planar.PlanarImgFactory
- create(long...) - Method in class net.imglib2.img.sparse.NtreeImgFactory
- create(long[], T) - Method in class net.imglib2.img.array.ArrayImgFactory
-
Deprecated.
- create(long[], T) - Method in class net.imglib2.img.cell.CellImgFactory
-
Deprecated.
- create(long[], T) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- create(long[], T) - Method in class net.imglib2.img.list.ListImgFactory
-
Deprecated.
- create(long[], T) - Method in class net.imglib2.img.NativeImgFactory
-
Deprecated.
- create(long[], T) - Method in class net.imglib2.img.planar.PlanarImgFactory
-
Deprecated.
- create(long[], T) - Method in class net.imglib2.img.sparse.NtreeImgFactory
-
Deprecated.
- create(long[], T, NativeTypeFactory<T, A>) - Method in class net.imglib2.img.array.ArrayImgFactory
- create(long[], T, NativeTypeFactory<T, A>) - Method in class net.imglib2.img.cell.CellImgFactory
- create(long[], T, NativeTypeFactory<T, A>) - Method in class net.imglib2.img.planar.PlanarImgFactory
- create(long[], T, NativeTypeFactory<T, A>) - Method in class net.imglib2.img.sparse.NtreeImgFactory
- create(A, B, Supplier<Converter<A, B>>) - Static method in interface net.imglib2.blocks.Convert
- create(F) - Method in interface net.imglib2.interpolation.InterpolatorFactory
- create(F) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolatorFactory
- create(F) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolatorFactory
- create(F) - Method in class net.imglib2.outofbounds.OutOfBoundsBorderFactory
- create(F) - Method in class net.imglib2.outofbounds.OutOfBoundsConstantValueFactory
- create(F) - Method in interface net.imglib2.outofbounds.OutOfBoundsFactory
- create(F) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- create(F) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorFactory
- create(F) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodicFactory
- create(F) - Method in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- create(F) - Method in interface net.imglib2.outofbounds.RealOutOfBoundsFactory
- create(F, RealInterval) - Method in interface net.imglib2.interpolation.InterpolatorFactory
- create(F, RealInterval) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolatorFactory
- create(F, RealInterval) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolatorFactory
- create(Supplier<T>, int[]) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- create(Supplier<T>, long...) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- create(Supplier<T>, Dimensions) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- create(List<? extends Positionable>) - Static method in class net.imglib2.loops.SyncedPositionables
- create(Dimensions) - Method in class net.imglib2.img.array.ArrayImgFactory
- create(Dimensions) - Method in class net.imglib2.img.cell.CellImgFactory
- create(Dimensions) - Method in class net.imglib2.img.ImgFactory
-
Create an
Img<T>with the specifieddimensions. - create(Dimensions) - Method in class net.imglib2.img.list.ListImgFactory
- create(Dimensions) - Method in class net.imglib2.img.NativeImgFactory
-
Create an
Img<T>with the specifieddimensions. - create(Dimensions) - Method in class net.imglib2.img.planar.PlanarImgFactory
- create(Dimensions) - Method in class net.imglib2.img.sparse.NtreeImgFactory
- create(Dimensions, T) - Method in class net.imglib2.img.ImgFactory
-
Deprecated.
- create(NativeImg<?, ?>, Ranges, MemCopy<T>, T) - Static method in interface net.imglib2.blocks.RangeCopier
- create(Interval) - Static method in class net.imglib2.iterator.IntervalIterator
- create(KNearestNeighborSearch<T>) - Method in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolatorFactory
-
Creates a new
InverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch. - create(KNearestNeighborSearch<T>, RealInterval) - Method in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolatorFactory
-
Creates a new
InverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch. - create(NearestNeighborSearch<T>) - Method in class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolatorFactory
-
Creates a new
NearestNeighborSearchInterpolatorusing a copy of the passedNearestNeighborSearch. - create(NearestNeighborSearch<T>, RealInterval) - Method in class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolatorFactory
-
Creates a new
NearestNeighborSearchInterpolatorusing a copy of the passedNearestNeighborSearch. - create(Positionable...) - Static method in class net.imglib2.loops.SyncedPositionables
- create(RandomAccess<T>) - Method in interface net.imglib2.view.composite.CompositeFactory
- create(RandomAccess<T>) - Method in class net.imglib2.view.composite.GenericComposite.Factory
- create(RandomAccess<T>) - Method in class net.imglib2.view.composite.NumericComposite.Factory
- create(RandomAccess<T>) - Method in class net.imglib2.view.composite.RealComposite.Factory
- create(RandomAccessible<ARGBType>) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGBFactory
- create(RandomAccessible<ARGBType>, RealInterval) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGBFactory
-
For now, ignore the
RealIntervaland returnNLinearInterpolatorARGBFactory.create(RandomAccessible). - create(RandomAccessible<T>) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorFactory
- create(RandomAccessible<T>) - Method in class net.imglib2.interpolation.randomaccess.FloorInterpolatorFactory
- create(RandomAccessible<T>) - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- create(RandomAccessible<T>) - Method in class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolatorFactory
- create(RandomAccessible<T>) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorFactory
- create(RandomAccessible<T>, RealInterval) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorFactory
-
For now, ignore the
RealIntervaland returnClampingNLinearInterpolatorFactory.create(RandomAccessible). - create(RandomAccessible<T>, RealInterval) - Method in class net.imglib2.interpolation.randomaccess.FloorInterpolatorFactory
-
For now, ignore the
RealIntervaland returnFloorInterpolatorFactory.create(RandomAccessible). - create(RandomAccessible<T>, RealInterval) - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
For now, ignore the
RealIntervaland returnLanczosInterpolatorFactory.create(RandomAccessible). - create(RandomAccessible<T>, RealInterval) - Method in class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolatorFactory
-
For now, ignore the
RealIntervaland returnNearestNeighborInterpolatorFactory.create(RandomAccessible). - create(RandomAccessible<T>, RealInterval) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorFactory
-
For now, ignore the
RealIntervaland returnNLinearInterpolatorFactory.create(RandomAccessible). - create(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.IterableRandomAccessibleInterval
- create(RealType<?>, RealType<?>) - Method in class net.imglib2.converter.RealTypeConverterInternals.ConverterFactory
- create(R, double, double) - Static method in interface net.imglib2.display.RealARGBColorConverter
- create(R, double, double) - Static method in class net.imglib2.display.RealARGBColorConverterFactory
- createAllocationSteps(int[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
-
Create allocation step array from the dimensions of an N-dimensional array.
- createAllocationSteps(long[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
-
Create allocation step array from the dimensions of an N-dimensional array.
- createAndStart() - Static method in class net.imglib2.util.StopWatch
-
Construct and start a new
StopWatch. - createArray(int) - Method in interface net.imglib2.img.basictypeaccess.array.ArrayDataAccess
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.BooleanArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.ByteArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.CharArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.DoubleArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.FloatArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.IntArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.LongArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.array.ShortArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Respects the directness of the buffer.
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileBooleanArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileByteArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileCharArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileFloatArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileIntArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileLongArray
- createArray(int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileShortArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileBooleanArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileByteArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileCharArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileDoubleArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileFloatArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileIntArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray
- createArray(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray
- createArray(int, boolean) - Method in interface net.imglib2.img.basictypeaccess.volatiles.VolatileArrayDataAccess
- createBoundingBox() - Method in class net.imglib2.kdtree.KDTreePositions
- createBoundingBox() - Method in class net.imglib2.kdtree.KDTreePositions.Flat
- createBoundingBox() - Method in class net.imglib2.kdtree.KDTreePositions.Nested
- createBufferedImage(T, A, int, int) - Method in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- createColorModel(T, DataBuffer) - Method in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- createDataBuffer(A) - Method in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- createDataBuffer(ByteArray) - Method in class net.imglib2.display.screenimage.awt.ByteAWTScreenImage
- createDataBuffer(ByteArray) - Method in class net.imglib2.display.screenimage.awt.UnsignedByteAWTScreenImage
- createDataBuffer(DoubleArray) - Method in class net.imglib2.display.screenimage.awt.DoubleAWTScreenImage
- createDataBuffer(FloatArray) - Method in class net.imglib2.display.screenimage.awt.FloatAWTScreenImage
- createDataBuffer(IntArray) - Method in class net.imglib2.display.screenimage.awt.IntAWTScreenImage
- createDataBuffer(IntArray) - Method in class net.imglib2.display.screenimage.awt.UnsignedIntAWTScreenImage
- createDataBuffer(ShortArray) - Method in class net.imglib2.display.screenimage.awt.ShortAWTScreenImage
- createDataBuffer(ShortArray) - Method in class net.imglib2.display.screenimage.awt.UnsignedShortAWTScreenImage
- createFlat(double[], int) - Static method in class net.imglib2.kdtree.KDTreePositions
-
Create
KDTreePositionswith FLATKDTreePositions.layout(). - createGaussianKernel1DDouble(double, boolean) - Static method in class net.imglib2.util.Util
-
This method creates a gaussian kernel
- createInstance(long[]) - Method in class net.imglib2.img.sparse.BooleanNtree
- createInstance(long[]) - Method in class net.imglib2.img.sparse.ByteNtree
- createInstance(long[]) - Method in class net.imglib2.img.sparse.CharNtree
- createInstance(long[]) - Method in class net.imglib2.img.sparse.DoubleNtree
- createInstance(long[]) - Method in class net.imglib2.img.sparse.FloatNtree
- createInstance(long[]) - Method in class net.imglib2.img.sparse.IntNtree
- createInstance(long[]) - Method in class net.imglib2.img.sparse.LongNtree
- createInstance(long[]) - Method in interface net.imglib2.img.sparse.NtreeAccess
- createInstance(long[]) - Method in class net.imglib2.img.sparse.ShortNtree
- createIntervalLoop(Positionable, Dimensions, Runnable) - Static method in class net.imglib2.loops.LoopUtils
-
Returns a
Runnablecontaining a loop. - createLanczosLUT(int, int) - Static method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- createLineLoop(Positionable, long, int, Runnable) - Static method in class net.imglib2.loops.LoopUtils
-
Returns a loop, that moves the given positonable along a line, and executes the given operation for each pixel of the line.
- createLinkedType - Variable in class net.imglib2.type.NativeTypeFactory
- createLinkedType() - Method in class net.imglib2.img.AbstractNativeImg
- createLinkedType() - Method in interface net.imglib2.img.NativeImg
- createLinkedType(NativeImg<T, ? extends A>) - Method in class net.imglib2.type.NativeTypeFactory
-
Creates a new
Tinstance which is linked toimg. - createLoop(Object, List<? extends Cursor<?>>) - Static method in class net.imglib2.loops.FastCursorLoops
-
For example.: Given a BiConsumer and two Cursors:
- createLoop(Object, Cursor<?>, List<? extends RandomAccess<?>>) - Static method in class net.imglib2.loops.FastCursorRandomAccessLoops
- createMinMax(double...) - Static method in class net.imglib2.FinalRealInterval
-
Create a
FinalRealIntervalfrom a parameter list comprising minimum and maximum coordinates. - createMinMax(long...) - Static method in class net.imglib2.FinalInterval
-
Create a
FinalIntervalfrom a parameter list comprising minimum and maximum coordinates. - createMinMax(long...) - Static method in class net.imglib2.util.Intervals
-
Create a
FinalIntervalfrom a parameter list comprising minimum and maximum coordinates. - createMinMaxReal(double...) - Static method in class net.imglib2.util.Intervals
-
Create a
FinalRealIntervalfrom a parameter list comprising minimum and maximum coordinates. - createMinSize(double...) - Static method in class net.imglib2.FinalRealInterval
-
Deprecated.
- createMinSize(long...) - Static method in class net.imglib2.FinalInterval
-
Create a
FinalIntervalfrom a parameter list comprising minimum coordinates and size. - createMinSize(long...) - Static method in class net.imglib2.util.Intervals
-
Create a
FinalIntervalfrom a parameter list comprising minimum coordinates and size. - createMinSize(long[], long[]) - Static method in class net.imglib2.FinalInterval
-
Create an Interval with the given minimum coordinates and size.
- createMinSizeReal(double...) - Static method in class net.imglib2.util.Intervals
-
Deprecated.
- createNested(double[][]) - Static method in class net.imglib2.kdtree.KDTreePositions
-
Create
KDTreePositionswith NESTEDKDTreePositions.layout(). - createNode() - Method in class net.imglib2.KDTree
-
Create a re-usable
KDTreeNodeproxy linked to this tree. - createNode(long[]) - Method in class net.imglib2.img.sparse.Ntree
-
Create a node containing only position (if it does not exist already).
- createNodeWithValue(long[], T) - Method in class net.imglib2.img.sparse.Ntree
-
Set the value at position and get the lowest-level node containing position.
- createNtreeAccess(NativeTypeFactory<?, ? super A>, long[]) - Static method in class net.imglib2.img.sparse.NtreeImgFactory
- createOffset(int, int) - Static method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- createPrimitiveArray - Variable in class net.imglib2.blocks.PrimitiveTypeProperties
- createSlices(A, long[], Fraction) - Static method in class net.imglib2.img.planar.PlanarImg
- createStopped() - Static method in class net.imglib2.util.StopWatch
-
Construct new
StopWatch. - createVariable() - Method in class net.imglib2.type.label.BasePairBitType
- createVariable() - Method in class net.imglib2.type.label.BasePairCharType
- createVariable() - Method in class net.imglib2.type.logic.BitType
- createVariable() - Method in class net.imglib2.type.logic.BoolType
- createVariable() - Method in class net.imglib2.type.logic.NativeBoolType
- createVariable() - Method in class net.imglib2.type.numeric.ARGBDoubleType
- createVariable() - Method in class net.imglib2.type.numeric.ARGBType
- createVariable() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- createVariable() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- createVariable() - Method in class net.imglib2.type.numeric.integer.ByteType
- createVariable() - Method in class net.imglib2.type.numeric.integer.IntType
- createVariable() - Method in class net.imglib2.type.numeric.integer.LongType
- createVariable() - Method in class net.imglib2.type.numeric.integer.ShortType
- createVariable() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- createVariable() - Method in class net.imglib2.type.numeric.integer.Unsigned12BitType
- createVariable() - Method in class net.imglib2.type.numeric.integer.Unsigned2BitType
- createVariable() - Method in class net.imglib2.type.numeric.integer.Unsigned4BitType
- createVariable() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- createVariable() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- createVariable() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- createVariable() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- createVariable() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- createVariable() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- createVariable() - Method in class net.imglib2.type.numeric.real.DoubleType
- createVariable() - Method in class net.imglib2.type.numeric.real.FloatType
- createVariable() - Method in interface net.imglib2.type.Type
-
Creates a new
Typevariable which can only store one value. - createVariable() - Method in class net.imglib2.type.volatiles.VolatileARGBType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileByteType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileDoubleType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileFloatType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileIntType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileLongType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileNumericType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileRealType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileShortType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- createVariable() - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- createVariable() - Method in class net.imglib2.view.composite.NumericComposite
-
Generates a 1D
ArrayImg<T> - createVariable() - Method in class net.imglib2.view.composite.RealComposite
-
Generates a 1D
ArrayImg<T> - createVector(int) - Static method in class net.imglib2.type.numeric.real.DoubleType
- createVector(int) - Static method in class net.imglib2.type.numeric.real.FloatType
- createView(Object) - Method in interface net.imglib2.img.basictypeaccess.DataAccess
-
Create a copy of the current access without copying the underlying data.
- createView(Object) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Returns a new instance of BufferAccess with duplicated Buffer for thread safety.
- createView(Object) - Method in interface net.imglib2.img.sparse.NtreeAccess
- creators - Static variable in class net.imglib2.blocks.PrimitiveTypeProperties
- cross(double[], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute cross product, set c = a ^ b.
- cstart - Variable in class net.imglib2.blocks.PermuteInvert
- csteps - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- csteps - Variable in class net.imglib2.blocks.CellImgRangeCopier
- csteps - Variable in class net.imglib2.blocks.PermuteInvert
- csteps - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- currentCell - Variable in class net.imglib2.img.cell.CellSpliterator
- currentCellMax - Variable in class net.imglib2.img.cell.CellLocalizingCursor
- currentCellMax - Variable in class net.imglib2.img.cell.CellRandomAccess
- currentCellMin - Variable in class net.imglib2.img.cell.CellLocalizingCursor
- currentCellMin - Variable in class net.imglib2.img.cell.CellRandomAccess
- currentCellSteps - Variable in class net.imglib2.img.cell.CellRandomAccess
- currentConverters - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- currentConverters - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- currentPositions - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- currentPositions - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- cursor - Variable in class net.imglib2.stream.CursorSpliterator
-
The underlying cursor, positioned such that
cursor.next()yields the element atindex. - cursor - Variable in class net.imglib2.stream.RealCursorSpliterator
-
The underlying cursor, positioned such that
cursor.next()yields the element atindex. - cursor() - Method in class net.imglib2.converter.AbstractConvertedIterableRealInterval
- cursor() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
- cursor() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- cursor() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- cursor() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
- cursor() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
- cursor() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- cursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableInterval
- cursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- cursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRealInterval
- cursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- cursor() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- cursor() - Method in class net.imglib2.histogram.Histogram1d
- cursor() - Method in class net.imglib2.histogram.HistogramNd
- cursor() - Method in class net.imglib2.img.array.ArrayImg
- cursor() - Method in class net.imglib2.img.cell.AbstractCellImg
- cursor() - Method in class net.imglib2.img.ImgView
- cursor() - Method in class net.imglib2.img.list.AbstractListImg
- cursor() - Method in class net.imglib2.img.list.AbstractLongListImg
- cursor() - Method in class net.imglib2.img.planar.PlanarImg
- cursor() - Method in class net.imglib2.img.sparse.NtreeImg
- cursor() - Method in interface net.imglib2.IterableInterval
- cursor() - Method in interface net.imglib2.IterableRealInterval
-
Returns a
RealCursorthat iterates with optimal speed without calculating the location at each iteration step. - cursor() - Method in class net.imglib2.KDTree
- cursor() - Method in class net.imglib2.PointSampleList
- cursor() - Method in interface net.imglib2.RandomAccessibleInterval
- cursor() - Method in class net.imglib2.RealPointSampleList
- cursor() - Method in class net.imglib2.view.IntervalView
- cursor() - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- cursor() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- cursor() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- cursor() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- cursor(Interval) - Method in class net.imglib2.img.array.ArrayImg
- cursor(Interval) - Method in class net.imglib2.img.ImgView
- cursor(Interval) - Method in class net.imglib2.img.planar.PlanarImg
- cursor(Interval) - Method in interface net.imglib2.view.iteration.SubIntervalIterable
- Cursor<T> - Interface in net.imglib2
-
A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.
- cursorA - Variable in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorLoops.OneCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorLoops.ThreeCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorLoops.TwoCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.OneCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.ThreeCursorLoop
- cursorA - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.TwoCursorLoop
- cursorB - Variable in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- cursorB - Variable in class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- cursorB - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- cursorB - Variable in class net.imglib2.loops.FastCursorLoops.ThreeCursorLoop
- cursorB - Variable in class net.imglib2.loops.FastCursorLoops.TwoCursorLoop
- cursorC - Variable in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- cursorC - Variable in class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- cursorC - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- cursorC - Variable in class net.imglib2.loops.FastCursorLoops.ThreeCursorLoop
- cursorD - Variable in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- cursorD - Variable in class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- cursorD - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- cursorE - Variable in class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- cursorE - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- cursorF - Variable in class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- cursorIsFast(IterableInterval<?>) - Method in class net.imglib2.loops.LoopBuilder
- cursorOnCells - Variable in class net.imglib2.img.cell.CellCursor
- cursorOnCells - Variable in class net.imglib2.img.cell.CellLocalizingCursor
- CursorOnCells(Cursor<C>) - Constructor for class net.imglib2.img.cell.CellSpliterator.CursorOnCells
-
Delegate is assumed to be in initial state, such that the first fwd() will move to the first element.
- CursorOnCells(CellSpliterator.CursorOnCells<C>) - Constructor for class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- CursorSpliterator<T> - Class in net.imglib2.stream
-
Spliterator implementation on top of
RealCursor. - CursorSpliterator(Cursor<T>, long, long, int) - Constructor for class net.imglib2.stream.CursorSpliterator
-
Creates a spliterator covering the given range.
D
- d - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- d - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- d - Variable in class net.imglib2.position.PositionRandomAccessible
- d - Variable in class net.imglib2.position.RealPositionRealRandomAccessible
- d - Variable in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- d - Variable in class net.imglib2.view.composite.AbstractComposite
- data - Variable in class net.imglib2.display.screenimage.awt.ARGBScreenImage
- data - Variable in class net.imglib2.img.array.ArrayImg
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.IntArray
- data - Variable in class net.imglib2.img.basictypeaccess.array.ShortArray
- data - Variable in class net.imglib2.img.cell.Cell
- data - Variable in class net.imglib2.img.sparse.BooleanNtree
- data - Variable in class net.imglib2.img.sparse.ByteNtree
- data - Variable in class net.imglib2.img.sparse.CharNtree
- data - Variable in class net.imglib2.img.sparse.DoubleNtree
- data - Variable in class net.imglib2.img.sparse.FloatNtree
- data - Variable in class net.imglib2.img.sparse.IntNtree
- data - Variable in class net.imglib2.img.sparse.LongNtree
- data - Variable in class net.imglib2.img.sparse.NtreeImg
- data - Variable in class net.imglib2.img.sparse.ShortNtree
- dataAccess - Variable in class net.imglib2.type.AbstractBitType
- dataAccess - Variable in class net.imglib2.type.label.BasePairCharType
- dataAccess - Variable in class net.imglib2.type.logic.BitType
- dataAccess - Variable in class net.imglib2.type.logic.NativeBoolType
- dataAccess - Variable in class net.imglib2.type.numeric.ARGBType
- dataAccess - Variable in class net.imglib2.type.numeric.complex.ComplexDoubleType
- dataAccess - Variable in class net.imglib2.type.numeric.complex.ComplexFloatType
- dataAccess - Variable in class net.imglib2.type.numeric.integer.GenericByteType
- dataAccess - Variable in class net.imglib2.type.numeric.integer.GenericIntType
- dataAccess - Variable in class net.imglib2.type.numeric.integer.GenericLongType
- dataAccess - Variable in class net.imglib2.type.numeric.integer.GenericShortType
- dataAccess - Variable in class net.imglib2.type.numeric.integer.Unsigned128BitType
- dataAccess - Variable in class net.imglib2.type.numeric.NativeARGBDoubleType
- dataAccess - Variable in class net.imglib2.type.numeric.real.DoubleType
- dataAccess - Variable in class net.imglib2.type.numeric.real.FloatType
- DataAccess - Interface in net.imglib2.img.basictypeaccess
-
Top-level interface for access containers Generally, sub-interfaces define specific getValue and setValue methods for a given index.
- dec() - Method in class net.imglib2.type.Index
-
Decrement the index.
- dec() - Method in class net.imglib2.type.logic.BitType
- dec() - Method in class net.imglib2.type.logic.NativeBoolType
- dec() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- dec() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- dec() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- dec() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- dec() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- dec() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- dec() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- dec() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- dec() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- dec() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- dec() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- dec() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- dec() - Method in class net.imglib2.type.numeric.real.FloatType
- dec() - Method in interface net.imglib2.type.numeric.RealType
- dec() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- dec(int) - Method in class net.imglib2.type.Index
-
Decrease the index by
decrementsteps. - decIndex() - Method in interface net.imglib2.type.NativeType
-
Deprecated.Use
index().dec()instead. If possible, request theindex()object only once and re-use it. - decIndex(int) - Method in interface net.imglib2.type.NativeType
-
Deprecated.Use
index().dec(int)instead. If possible, request theindex()object only once and re-use it. - decrement(long) - Method in class net.imglib2.histogram.Histogram1d
-
Directly decrement a bin by position.
- decrement(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Decrements the frequency count of a specified bin.
- decrement(long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Directly decrement a bin by position.
- decrement(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Directly decrement a bin by value,
- decrement(T) - Method in class net.imglib2.histogram.Histogram1d
-
Directly decrement a bin by value,
- decrementer - Variable in class net.imglib2.histogram.HistogramNd
- Decrementer() - Constructor for class net.imglib2.histogram.HistogramNd.Decrementer
- DEFAULT - net.imglib2.view.StackView.StackAccessMode
-
The default behavior is the following.
- DEFAULT_IS_VALID - Static variable in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Default valid setting if not specified
- defaultCellDimensions - Variable in class net.imglib2.img.cell.CellImgFactory
- DefaultExtension(Extension.Type) - Constructor for class net.imglib2.blocks.ExtensionImpl.DefaultExtension
- DefaultRA(RandomAccessibleInterval<T>[]) - Constructor for class net.imglib2.view.StackView.DefaultRA
- DefaultRA(RandomAccessibleInterval<T>[], Interval) - Constructor for class net.imglib2.view.StackView.DefaultRA
- DefaultRA(StackView.DefaultRA<T>) - Constructor for class net.imglib2.view.StackView.DefaultRA
- DefaultTaskExecutor - Class in net.imglib2.parallel
-
A
TaskExecutorthat wraps around a givenExecutorService. - DefaultTaskExecutor(ExecutorService) - Constructor for class net.imglib2.parallel.DefaultTaskExecutor
- DefaultViewNode(ViewNode.ViewType, RandomAccessible<?>) - Constructor for class net.imglib2.blocks.ViewNode.DefaultViewNode
- delegate - Variable in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- delegate - Variable in class net.imglib2.stream.LocalizableSamplerWrapper
- delegate - Variable in class net.imglib2.stream.RealLocalizableSamplerWrapper
- denominator - Variable in class net.imglib2.util.Fraction
- depth() - Method in class net.imglib2.kdtree.KDTreeImpl
- destinationSupplier - Variable in class net.imglib2.blocks.ViewAnalyzer.AccumulateConverters
- destinationSupplier - Variable in class net.imglib2.blocks.ViewNode.ConverterViewNode
- destWrapper - Variable in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- det3x3(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
Calculates the determinant of a 3x3 matrix given as a double[] (row major).
- det3x3(double, double, double, double, double, double, double, double, double) - Static method in class net.imglib2.util.LinAlgHelpers
-
Calculate the determinant of a 3x3 matrix.
- dfd() - Method in class net.imglib2.histogram.Histogram1d
-
Get the discrete frequency distribution associated with this histogram.
- dfd() - Method in class net.imglib2.histogram.HistogramNd
-
Get the discrete frequency distribution associated with this histogram.
- dim - Variable in class net.imglib2.img.array.ArrayImg
- dim - Variable in class net.imglib2.img.list.AbstractListImg
- dimension - Variable in class net.imglib2.img.AbstractImg
- dimension - Variable in class net.imglib2.loops.LoopUtils.LineProcessor
- dimension - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
-
Dimensions of the wrapped
RandomAccessible. - dimension - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- dimension - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
-
Dimensions of the wrapped
RandomAccessible. - dimension(int) - Method in class net.imglib2.AbstractInterval
- dimension(int) - Method in class net.imglib2.AbstractWrappedInterval
- dimension(int) - Method in interface net.imglib2.Dimensions
-
Get the number of pixels in a given dimension d.
- dimension(int) - Method in class net.imglib2.FinalDimensions
- dimension(int) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- dimension(int) - Method in class net.imglib2.histogram.Histogram1d
-
Return the size of the given dimension of the frequency distribution of this histogram.
- dimension(int) - Method in class net.imglib2.histogram.HistogramNd
-
Return the size of the given dimension of the frequency distribution of this histogram.
- dimension(int) - Method in class net.imglib2.img.AbstractImg
- dimension(int) - Method in class net.imglib2.img.cell.Cell
-
Get the number of pixels in a given dimension d.
- dimension(int) - Method in interface net.imglib2.Interval
-
Default implementation of
Dimensions.dimension(int). - dimension(int) - Method in class net.imglib2.iterator.IntervalIterator
- dimension(int) - Method in class net.imglib2.view.composite.CompositeIntervalView
- dimension(int) - Method in class net.imglib2.view.SubsampleIntervalView
- dimensions - Variable in exception net.imglib2.exception.InvalidDimensionsException
- dimensions - Variable in class net.imglib2.FinalDimensions
- dimensions - Variable in class net.imglib2.img.cell.Cell
- dimensions - Variable in class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- dimensions - Variable in class net.imglib2.img.cell.CellGrid
- dimensions - Variable in class net.imglib2.img.cell.CellRandomAccess
- dimensions - Variable in class net.imglib2.img.planar.PlanarImg
- dimensions - Variable in class net.imglib2.img.sparse.Ntree
-
dimensions of tree
- dimensions - Variable in class net.imglib2.iterator.IntervalIterator
- dimensions - Variable in class net.imglib2.loops.LoopBuilder
- dimensions - Variable in class net.imglib2.util.Grid
- dimensions - Variable in class net.imglib2.view.RandomAccessibleIntervalCursor
- dimensions - Variable in class net.imglib2.view.SubsampleIntervalView
- dimensions() - Method in class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- dimensions(int[]) - Method in class net.imglib2.img.cell.Cell
-
Write the number of pixels in each dimension into int[].
- dimensions(long[]) - Method in class net.imglib2.AbstractInterval
- dimensions(long[]) - Method in class net.imglib2.AbstractWrappedInterval
- dimensions(long[]) - Method in interface net.imglib2.Dimensions
-
Write the number of pixels in each dimension into long[].
- dimensions(long[]) - Method in class net.imglib2.FinalDimensions
- dimensions(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- dimensions(long[]) - Method in class net.imglib2.histogram.Histogram1d
-
Fill the provided long[] with the sizes of all dimensions of the frequency distribution of this histogram.
- dimensions(long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Fill the provided long[] with the sizes of all dimensions of the frequency distribution of this histogram.
- dimensions(long[]) - Method in class net.imglib2.img.AbstractImg
- dimensions(long[]) - Method in class net.imglib2.iterator.IntervalIterator
- dimensions(long[]) - Method in class net.imglib2.view.composite.CompositeIntervalView
- dimensions(long[]) - Method in class net.imglib2.view.SubsampleIntervalView
- dimensions(Dimensions) - Static method in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- dimensions(Positionable) - Method in interface net.imglib2.Dimensions
-
Write the number of pixels in each dimension into
Positionable. - Dimensions - Interface in net.imglib2
-
Defines an extent in n-dimensional discrete space.
- dimensionsAsIntArray(Dimensions) - Static method in class net.imglib2.util.Intervals
-
Create a
int[]with the dimensions of anInterval. - dimensionsAsLongArray() - Method in interface net.imglib2.Dimensions
-
Allocates a new long array with the dimensions of this object.
- dimensionsAsLongArray(Dimensions) - Static method in class net.imglib2.util.Intervals
-
Create a
long[]with the dimensions of aDimensions. - dimensionsAsPoint() - Method in interface net.imglib2.Dimensions
-
Allocates a new
Pointwith the dimensions of this object. - dimIndex - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- dimIndex - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- dimIsOutOfBounds - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- dimIsOutOfBounds - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- dimIsOutOfBounds - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
- dimIsOutOfBounds - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- dims - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- dims - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- dims - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- dims - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- dimX - Variable in class net.imglib2.display.projector.IterableIntervalProjector2D
- dimX - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- dimX - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- dimX - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- dimY - Variable in class net.imglib2.display.projector.IterableIntervalProjector2D
- dimY - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- dimY - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- dir - Variable in class net.imglib2.blocks.Ranges.Range
- Direction() - Constructor for enum net.imglib2.blocks.Ranges.Direction
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- dirty - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- Dirty - Interface in net.imglib2
-
Interface for objects that can be flagged dirty (useful for access objects that track if their content was modified)
- DIRTY - net.imglib2.img.basictypeaccess.AccessFlags
- DirtyBooleanArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyBooleanArray(boolean[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- DirtyBooleanArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- DirtyByteArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyByteArray(byte[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- DirtyByteArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- DirtyCharArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyCharArray(char[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- DirtyCharArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- DirtyDoubleArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyDoubleArray(double[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- DirtyDoubleArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- DirtyFloatArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyFloatArray(float[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- DirtyFloatArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- DirtyIntArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyIntArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- DirtyIntArray(int[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- DirtyLongArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyLongArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- DirtyLongArray(long[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- DirtyShortArray - Class in net.imglib2.img.basictypeaccess.array
- DirtyShortArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- DirtyShortArray(short[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- DirtyVolatileBooleanArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
BooleanArraywith anDirtyVolatileBooleanArray.isDirty()and anAbstractVolatileBooleanArray.isValid()flag. - DirtyVolatileBooleanArray(boolean[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- DirtyVolatileBooleanArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- DirtyVolatileByteArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
ByteArraywith anDirtyVolatileByteArray.isDirty()and anAbstractVolatileByteArray.isValid()flag. - DirtyVolatileByteArray(byte[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- DirtyVolatileByteArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- DirtyVolatileCharArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
CharArraywith anDirtyVolatileCharArray.isDirty()and anAbstractVolatileCharArray.isValid()flag. - DirtyVolatileCharArray(char[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- DirtyVolatileCharArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- DirtyVolatileDoubleArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
DoubleArraywith anDirtyVolatileDoubleArray.isDirty()and anAbstractVolatileDoubleArray.isValid()flag. - DirtyVolatileDoubleArray(double[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- DirtyVolatileDoubleArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- DirtyVolatileFloatArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
FloatArraywith anDirtyVolatileFloatArray.isDirty()and anAbstractVolatileFloatArray.isValid()flag. - DirtyVolatileFloatArray(float[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- DirtyVolatileFloatArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- DirtyVolatileIntArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
- DirtyVolatileIntArray(int[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- DirtyVolatileIntArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- DirtyVolatileLongArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
LongArraywith anDirtyVolatileLongArray.isDirty()and anAbstractVolatileLongArray.isValid()flag. - DirtyVolatileLongArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- DirtyVolatileLongArray(long[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- DirtyVolatileShortArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
ShortArraywith anDirtyVolatileShortArray.isDirty()and anAbstractVolatileShortArray.isValid()flag. - DirtyVolatileShortArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- DirtyVolatileShortArray(short[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- discrete - Variable in class net.imglib2.position.transform.AbstractPositionableTransform
- DiscreteFrequencyDistribution - Class in net.imglib2.histogram
-
This class represents an n-dimensional set of counters.
- DiscreteFrequencyDistribution(long[]) - Constructor for class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Construct an n-dimensional counter with the given number of bins
- DiscreteFrequencyDistribution(Img<LongType>) - Constructor for class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Construct an n-dimensional counter using a provided
Img<LongType>to store counts. - distance(double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
get the length of (a - b).
- distance(long[], long[]) - Static method in class net.imglib2.util.Util
- distance(RealLocalizable, RealLocalizable) - Static method in class net.imglib2.util.Util
- distances - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- distrib - Variable in class net.imglib2.histogram.Histogram1d
- distrib - Variable in class net.imglib2.histogram.HistogramNd
- distributionCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of all values in the distribution: lower tail + middle + upper tail.
- distributionCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of all values in the distribution: lower tail + middle + upper tail.
- distributionCount(int, long) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of all values in the specified dimension of the distribution: lower tail + middle + upper tail.
- div(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- div(BitType) - Method in class net.imglib2.type.logic.BitType
- div(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- div(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- div(ComplexFloatType) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- div(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Relies on
BigInteger.divide(BigInteger). - div(UnsignedByteType) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- div(UnsignedIntType) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- div(UnsignedLongType) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- div(UnsignedShortType) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- div(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- div(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- div(Fraction) - Method in class net.imglib2.util.Fraction
- div(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- div(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- div(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- div(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- div(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- div(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- div(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- div(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- div(T) - Method in interface net.imglib2.type.operators.Div
- div(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- div(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- Div<T> - Interface in net.imglib2.type.operators
- divide(long, long) - Static method in class net.imglib2.type.numeric.integer.UnsignedLongType
-
Unsigned division of
d1byd2. - divideAndRoundUp(long, long) - Static method in class net.imglib2.loops.IntervalChunks
-
Returns a divided by b, and round up.
- doffsets - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- doffsets - Variable in class net.imglib2.blocks.CellImgRangeCopier
- doffsets - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- dot(double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute dot product a * b.
- DOUBLE - net.imglib2.outofbounds.OutOfBoundsMirrorFactory.Boundary
- DOUBLE - net.imglib2.type.PrimitiveType
- DOUBLE - Static variable in interface net.imglib2.blocks.MemCopy
- DOUBLE - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- DOUBLE(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- DoubleAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- DoubleArray - Class in net.imglib2.img.basictypeaccess.array
-
TODO
- DoubleArray(double[]) - Constructor for class net.imglib2.img.basictypeaccess.array.DoubleArray
- DoubleArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.DoubleArray
- DoubleAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>. - DoubleAWTScreenImage(ArrayImg<DoubleType, DoubleArray>) - Constructor for class net.imglib2.display.screenimage.awt.DoubleAWTScreenImage
- DoubleAWTScreenImage(DoubleType, DoubleArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.DoubleAWTScreenImage
- DoubleBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
DoubleBuffer - DoubleBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- DoubleBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- DoubleBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- DoubleBufferAccess(ByteBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- DoubleBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- DoubleBufferAccess(DoubleBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- DoubleBufferAccess(DoubleBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- doubleCollection(IterableInterval<? extends RealType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
RealTypeiterable image as a collection. - DoubleConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.DoubleConverter
- doubleList(RandomAccessibleInterval<? extends RealType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
RealTyperandom-accessible image as a list. - DoubleNtree - Class in net.imglib2.img.sparse
-
DoubleAccess based on a
Ntree<Double>. - DoubleNtree(long[], long[], double) - Constructor for class net.imglib2.img.sparse.DoubleNtree
- DoubleNtree(Ntree<Double>, long[]) - Constructor for class net.imglib2.img.sparse.DoubleNtree
- doubles(double[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- doubles(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- doubles(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- doubles(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- doubleToUnsignedLong(double) - Static method in class net.imglib2.type.numeric.integer.UnsignedLongType
- DoubleType - Class in net.imglib2.type.numeric.real
-
TODO
- DoubleType() - Constructor for class net.imglib2.type.numeric.real.DoubleType
- DoubleType(double) - Constructor for class net.imglib2.type.numeric.real.DoubleType
- DoubleType(DoubleAccess) - Constructor for class net.imglib2.type.numeric.real.DoubleType
- DoubleType(NativeImg<?, ? extends DoubleAccess>) - Constructor for class net.imglib2.type.numeric.real.DoubleType
- dropSingletonDimensions(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Removes all unit dimensions (dimensions with size one) from the RandomAccessibleInterval
- dsteps - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- dsteps - Variable in class net.imglib2.blocks.CellImgRangeCopier
- dsteps - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- duplicateBuffer(B) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Call Buffer.duplicate() Buffer.duplicate() only exists in the interface since Java 9 https://docs.oracle.com/javase/9/docs/api/java/nio/Buffer.html#duplicate--
- duplicateBuffer(ByteBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- duplicateBuffer(CharBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- duplicateBuffer(DoubleBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- duplicateBuffer(FloatBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- duplicateBuffer(IntBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- duplicateBuffer(LongBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- duplicateBuffer(ShortBuffer) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.label.BasePairBitType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.label.BasePairCharType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.logic.BitType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.logic.NativeBoolType
- duplicateTypeOnSameNativeImg() - Method in interface net.imglib2.type.NativeType
-
Creates a new
NativeTypewhich stores in the same physical array. - duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.ARGBType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.ByteType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.IntType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.LongType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.ShortType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.Unsigned12BitType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.Unsigned2BitType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.Unsigned4BitType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.real.DoubleType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.numeric.real.FloatType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileARGBType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileByteType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileDoubleType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileFloatType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileIntType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileLongType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileShortType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- duplicateTypeOnSameNativeImg() - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType
E
- e - Variable in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- edgeValuesPerBin(int, double, double) - Static method in class net.imglib2.util.Binning
-
Returns array of left edge values for each bin.
- element - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- elements - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- elementsPerSlice - Variable in class net.imglib2.img.planar.PlanarImg
- elementsPerSlice - Variable in class net.imglib2.img.planar.PlanarSpliterator
- elementsPerSlice(long[]) - Static method in class net.imglib2.img.planar.PlanarImg
-
What is the size of one plane in a PlanarImg with the given dimensions?
- emptyScreenImage(T, long[]) - Static method in class net.imglib2.display.screenimage.awt.AWTScreenImageUtil
-
Get an appropriate
AWTScreenImagegiven a type and the dimensionality of the incoming image. - emptySlices(long[]) - Static method in class net.imglib2.img.planar.PlanarImg
- entitiesPerPixel - Variable in class net.imglib2.img.AbstractNativeImg
- equalDimensions(Dimensions, Dimensions) - Static method in class net.imglib2.util.Intervals
-
Tests whether two
Dimensionshave the same size. - equalDimensions(Interval, Interval) - Static method in class net.imglib2.util.Intervals
-
Deprecated.
- equalIterationOrder(IterableInterval<?>...) - Static method in class net.imglib2.util.Util
-
Checks whether n
IterableIntervalhave the same iteration order. - equalIterationOrderIterableIntervals() - Method in class net.imglib2.loops.LoopBuilder
- equals(double, double) - Static method in class net.imglib2.type.numeric.real.DoubleType
- equals(float, float) - Static method in class net.imglib2.type.numeric.real.FloatType
- equals(Object) - Method in class net.imglib2.blocks.Ranges.Range
- equals(Object) - Method in class net.imglib2.FinalDimensions
- equals(Object) - Method in class net.imglib2.FinalInterval
- equals(Object) - Method in class net.imglib2.FinalRealInterval
- equals(Object) - Method in class net.imglib2.FlatIterationOrder
- equals(Object) - Method in class net.imglib2.img.cell.CellGrid
- equals(Object) - Method in class net.imglib2.img.cell.CellIterationOrder
-
To be equal an object has to be a
CellIterationOrderon aCellImgof the same dimensions and cell-dimensions. - equals(Object) - Method in class net.imglib2.Point
- equals(Object) - Method in class net.imglib2.PointSample
- equals(Object) - Method in class net.imglib2.RealPoint
- equals(Object) - Method in class net.imglib2.RealPointSample
- equals(Object) - Method in class net.imglib2.type.logic.BitType
- equals(Object) - Method in class net.imglib2.type.logic.BoolType
- equals(Object) - Method in class net.imglib2.type.logic.NativeBoolType
- equals(Object) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- equals(Object) - Method in class net.imglib2.type.numeric.ARGBType
- equals(Object) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- equals(Object) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- equals(Object) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- equals(Object) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- equals(Object) - Method in class net.imglib2.type.numeric.real.FloatType
- equals(Object) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- equals(Object) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- equals(Object) - Method in class net.imglib2.util.Grid
- equals(Object) - Method in class net.imglib2.util.ValuePair
- equals(Interval, Interval) - Static method in class net.imglib2.util.Intervals
-
Tests whether two intervals are equal in their min / max.
- equals(Localizable, Localizable) - Static method in class net.imglib2.util.Localizables
-
Return true if both
Localizablerefer to the same position. - equals(RealInterval, RealInterval) - Static method in class net.imglib2.util.Intervals
-
Tests whether two
RealIntervals are equal in their min / max. - equals(RealInterval, RealInterval, double) - Static method in class net.imglib2.util.Intervals
-
Tests whether two
RealIntervals are equal in their min / max. - equals(RealLocalizable, RealLocalizable) - Static method in class net.imglib2.util.Localizables
-
Return true if the two
RealLocalizables refer to the same position. - equals(RealLocalizable, RealLocalizable, double) - Static method in class net.imglib2.util.Localizables
-
Return true if the two
RealLocalizables refer to the same position up to a given tolerance. - errorDescription - Variable in class net.imglib2.blocks.ViewAnalyzer
- errorMessage - Variable in class net.imglib2.blocks.ViewPropertiesOrError
- estimateSize() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- estimateSize() - Method in class net.imglib2.img.array.ArraySpliterator
- estimateSize() - Method in class net.imglib2.img.cell.CellSpliterator
- estimateSize() - Method in class net.imglib2.img.planar.PlanarSpliterator
- estimateSize() - Method in class net.imglib2.stream.CursorSpliterator
- estimateSize() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- estimateSize() - Method in class net.imglib2.stream.RealCursorSpliterator
- estimateSize() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- EuclideanSpace - Interface in net.imglib2
-
{Rn}: an N-dimensional Euclidean space.
- exclusiveValueToBin(int, double, double, double) - Static method in class net.imglib2.util.Binning
-
Convert value to bin number.
- execute(Runnable) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- execute(Runnable) - Method in class net.imglib2.parallel.SequentialExecutorService
- executor - Static variable in class net.imglib2.parallel.Parallelization
- executorService - Variable in class net.imglib2.parallel.DefaultTaskExecutor
- executorService - Variable in class net.imglib2.parallel.SequentialTaskExecutor
- expand(F, OutOfBoundsFactory<T, ? super F>, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expand(Interval, long) - Static method in class net.imglib2.util.Intervals
-
Grow/shrink an interval in all dimensions.
- expand(Interval, long...) - Static method in class net.imglib2.util.Intervals
-
Grow/shrink an interval in all dimensions.
- expand(Interval, long, int) - Static method in class net.imglib2.util.Intervals
-
Grow/shrink an interval in one dimensions.
- expand(Interval, Dimensions) - Static method in class net.imglib2.util.Intervals
-
Grow/shrink an interval in all dimensions.
- expandArray(int[], int) - Static method in class net.imglib2.util.Util
-
Expand or truncate the provided array of
valuesto lengthnewLength. - expandArray(long[], int) - Static method in class net.imglib2.util.Util
-
Expand or truncate the provided array of
valuesto lengthnewLength. - expandBorder(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandMirrorDouble(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandMirrorSingle(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandPeriodic(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandRandom(RandomAccessibleInterval<T>, double, double, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandValue(RandomAccessibleInterval<T>, boolean, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandValue(RandomAccessibleInterval<T>, double, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandValue(RandomAccessibleInterval<T>, float, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandValue(RandomAccessibleInterval<T>, int, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandValue(RandomAccessibleInterval<T>, long, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandValue(RandomAccessibleInterval<T>, T, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- expandZero(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Expand a RandomAccessibleInterval as specified by border.
- exponent - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- exponent - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- extend(F, OutOfBoundsFactory<T, ? super F>) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with an out-of-bounds strategy.
- extendBorder(F) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with an out-of-bounds strategy to repeat border pixels.
- ExtendedRandomAccessibleInterval<T,F extends RandomAccessibleInterval<T>> - Class in net.imglib2.view
- ExtendedRandomAccessibleInterval(F, OutOfBoundsFactory<T, ? super F>) - Constructor for class net.imglib2.view.ExtendedRandomAccessibleInterval
- ExtendedRealRandomAccessibleRealInterval<T,F extends RealRandomAccessibleRealInterval<T>> - Class in net.imglib2.view
-
Implements
RealRandomAccessiblefor aRealRandomAccessibleRealIntervalthrough anRealOutOfBoundsFactory. - ExtendedRealRandomAccessibleRealInterval(F, RealOutOfBoundsFactory<T, ? super F>) - Constructor for class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- extendMirrorDouble(F) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a mirroring out-of-bounds strategy.
- extendMirrorSingle(F) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a mirroring out-of-bounds strategy.
- extendPeriodic(F) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a periodic out-of-bounds strategy.
- extendRandom(F, double, double) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a random-value out-of-bounds strategy.
- extendValue(F, boolean) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.
- extendValue(F, double) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.
- extendValue(F, float) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.
- extendValue(F, int) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.
- extendValue(F, long) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.
- extendValue(F, T) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.
- extendZero(F) - Static method in class net.imglib2.view.Views
-
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy where the constant value is the zero-element of the data type.
- extension - Variable in class net.imglib2.blocks.ViewProperties
- Extension - Interface in net.imglib2.blocks
- EXTENSION - net.imglib2.blocks.ViewNode.ViewType
- Extension.Type - Enum in net.imglib2.blocks
- ExtensionImpl - Class in net.imglib2.blocks
- ExtensionImpl() - Constructor for class net.imglib2.blocks.ExtensionImpl
- ExtensionImpl.ConstantExtension<T> - Class in net.imglib2.blocks
- ExtensionImpl.DefaultExtension - Class in net.imglib2.blocks
- ExtensionImpl.UnknownExtension<T,F> - Class in net.imglib2.blocks
- ExtensionViewNode(ExtendedRandomAccessibleInterval<?, ?>) - Constructor for class net.imglib2.blocks.ViewNode.ExtensionViewNode
- extractOobValue(T, Extension) - Static method in class net.imglib2.blocks.PrimitiveBlocksUtils
F
- f(double[], long[]) - Method in class net.imglib2.position.transform.FloorOffset
- f(double, long) - Static method in class net.imglib2.position.transform.FloorOffset
- f(float[], long[]) - Method in class net.imglib2.position.transform.FloorOffset
- f(float, long) - Static method in class net.imglib2.position.transform.FloorOffset
- f(RealLocalizable, long[]) - Method in class net.imglib2.position.transform.FloorOffset
- factories - Static variable in class net.imglib2.loops.BindActionToSamplers
- factories - Static variable in class net.imglib2.loops.FastCursorLoops
- factories - Static variable in class net.imglib2.loops.FastCursorRandomAccessLoops
- factory - Variable in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter
- factory - Variable in class net.imglib2.img.cell.CellImg
- factory - Variable in class net.imglib2.img.ImgView
- factory - Variable in class net.imglib2.interpolation.Interpolant
- factory - Static variable in class net.imglib2.loops.LoopUtils
- factory - Variable in class net.imglib2.view.ExtendedRandomAccessibleInterval
- factory - Variable in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- factory() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- factory() - Method in class net.imglib2.histogram.Histogram1d
- factory() - Method in class net.imglib2.histogram.HistogramNd
- factory() - Method in class net.imglib2.img.array.ArrayImg
- factory() - Method in class net.imglib2.img.cell.CellImg
- factory() - Method in class net.imglib2.img.cell.LazyCellImg
- factory() - Method in class net.imglib2.img.cell.LazyCellImg.LazyCells
- factory() - Method in interface net.imglib2.img.Img
-
Get a
ImgFactorythat createsImgs of the same kind as this one. - factory() - Method in class net.imglib2.img.ImgView
- factory() - Method in class net.imglib2.img.list.AbstractListImg
- factory() - Method in class net.imglib2.img.planar.PlanarImg
- factory() - Method in class net.imglib2.img.sparse.NtreeImg
- Factory() - Constructor for class net.imglib2.view.composite.GenericComposite.Factory
- Factory(int) - Constructor for class net.imglib2.view.composite.NumericComposite.Factory
- Factory(int) - Constructor for class net.imglib2.view.composite.RealComposite.Factory
- fadeOutDistance - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- fadeOutDistance - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- fail(String) - Static method in class net.imglib2.test.ImgLib2Assert
- FAIL - net.imglib2.blocks.PrimitiveBlocks.OnFallback
- FallbackPrimitiveBlocks<T extends NativeType<T>,A extends ArrayDataAccess<A>> - Class in net.imglib2.blocks
- FallbackPrimitiveBlocks(FallbackProperties<T>) - Constructor for class net.imglib2.blocks.FallbackPrimitiveBlocks
- FallbackPrimitiveBlocks(RandomAccessible<T>, T) - Constructor for class net.imglib2.blocks.FallbackPrimitiveBlocks
- fallbackProperties - Variable in class net.imglib2.blocks.ViewPropertiesOrError
- FallbackProperties<T extends NativeType<T>> - Class in net.imglib2.blocks
- FallbackProperties(T, RandomAccessible<T>) - Constructor for class net.imglib2.blocks.FallbackProperties
-
TODO: javadoc
- fastCursorAvailable(Interval) - Method in class net.imglib2.img.array.ArrayImg
-
If method returns -1 no fast cursor is available, else the amount of dims (starting from zero) which can be iterated fast are returned.
- FastCursorLoops - Class in net.imglib2.loops
-
A package-private utility class that's used by
LoopBuilder. - FastCursorLoops() - Constructor for class net.imglib2.loops.FastCursorLoops
- FastCursorLoops.FiveCursorLoop<A,B,C,D,E> - Class in net.imglib2.loops
- FastCursorLoops.FourCursorLoop<A,B,C,D> - Class in net.imglib2.loops
- FastCursorLoops.OneCursorLoop<A> - Class in net.imglib2.loops
- FastCursorLoops.SixCursorLoop<A,B,C,D,E,F> - Class in net.imglib2.loops
- FastCursorLoops.ThreeCursorLoop<A,B,C> - Class in net.imglib2.loops
- FastCursorLoops.TwoCursorLoop<A,B> - Class in net.imglib2.loops
- FastCursorRandomAccessLoops - Class in net.imglib2.loops
-
This class aims to avoid performance problems of the Java just in time compilation when running a loop that executes an action on a
Cursorand multipleRandomAccesses. - FastCursorRandomAccessLoops() - Constructor for class net.imglib2.loops.FastCursorRandomAccessLoops
- FastCursorRandomAccessLoops.OneCursorLoop<A> - Class in net.imglib2.loops
- FastCursorRandomAccessLoops.ThreeCursorLoop<A,B,C> - Class in net.imglib2.loops
- FastCursorRandomAccessLoops.TwoCursorLoop<A,B> - Class in net.imglib2.loops
- fence - Variable in class net.imglib2.img.array.ArrayLocalizingSpliterator
- fence - Variable in class net.imglib2.img.array.ArraySpliterator
- fence - Variable in class net.imglib2.stream.CursorSpliterator
-
One past last index
- fence - Variable in class net.imglib2.stream.RealCursorSpliterator
-
One past last index
- fillMatches(int, int) - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- fillRanges(T, int) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
-
Once we get here,
ArrayImgRangeCopier.setupDestSize(int[])andArrayImgRangeCopier.updateRange(int)for all dimensions have been called, so thedsteps,doffsets,cdims, andlengthsfields have been appropriately set up for the current Range combination. - fillRanges(T, int) - Method in class net.imglib2.blocks.CellImgRangeCopier
-
Once we get here,
CellImgRangeCopier.setupDestSize(int[])andCellImgRangeCopier.updateRange(int)for all dimensions have been called, so thedsteps,doffsets,cdims, andlengthsfields have been appropriately set up for the current Range combination. - fillRanges(T, int) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
-
Once we get here,
PlanarImgRangeCopier.setupDestSize(int[])andPlanarImgRangeCopier.updateRange(int)for all dimensions have been called, so thedsteps,doffsets,cdims, andlengthsfields have been appropriately set up for the current Range combination. - fillRangesRecursively(T, int, int, int) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
- fillRangesRecursively(T, int, int, int) - Method in class net.imglib2.blocks.CellImgRangeCopier
- fillRangesRecursively(T, int, int, int) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
- fillWeights() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
-
Fill the
NLinearInterpolator.weightsarray. - fillWeights() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- fillWeights() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- fillWeights() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- FinalDimensions - Class in net.imglib2
-
An implementation of dimensionality that can wrap a long[] array.
- FinalDimensions(int...) - Constructor for class net.imglib2.FinalDimensions
-
Create a FinalDimensions with a defined size
- FinalDimensions(long...) - Constructor for class net.imglib2.FinalDimensions
-
Create a FinalDimensions with a defined size
- FinalDimensions(long[], boolean) - Constructor for class net.imglib2.FinalDimensions
-
Protected constructor that can re-use the passed position array.
- FinalDimensions(Dimensions) - Constructor for class net.imglib2.FinalDimensions
-
Create a FinalDimensions with a defined size
- FinalInterval - Class in net.imglib2
-
Implementation of the
Intervalinterface. - FinalInterval(long...) - Constructor for class net.imglib2.FinalInterval
-
Creates an Interval with the boundaries [0, dimensions-1]
- FinalInterval(long[], long[]) - Constructor for class net.imglib2.FinalInterval
-
Creates an Interval with the boundaries [min, max] (both including)
- FinalInterval(long[], long[], boolean) - Constructor for class net.imglib2.FinalInterval
-
Creates an Interval with the boundaries [min, max] (both including)
- FinalInterval(Dimensions) - Constructor for class net.imglib2.FinalInterval
-
Creates an Interval with the boundaries [0, dimensions-1]
- FinalInterval(Interval) - Constructor for class net.imglib2.FinalInterval
-
Creates an Interval from another
Interval - FinalInterval(Localizable, Localizable) - Constructor for class net.imglib2.FinalInterval
-
Creates an Interval with the boundaries [min, max] (both including)
- FinalRealInterval - Class in net.imglib2
-
Implementation of the
RealIntervalinterface. - FinalRealInterval(double[], double[]) - Constructor for class net.imglib2.FinalRealInterval
-
Creates a new
AbstractRealIntervalfrom min and max coordinates - FinalRealInterval(double[], double[], boolean) - Constructor for class net.imglib2.FinalRealInterval
-
Creates a new
AbstractRealIntervalfrom min and max coordinates - FinalRealInterval(RealInterval) - Constructor for class net.imglib2.FinalRealInterval
-
Creates a new
AbstractRealIntervalusing an existingRealInterval - FinalRealInterval(RealLocalizable, RealLocalizable) - Constructor for class net.imglib2.FinalRealInterval
-
Creates a new
AbstractRealIntervalfrom min and max coordinates - FIND_RANGES_BORDER - Static variable in class net.imglib2.blocks.RangesImpl
- FIND_RANGES_CONSTANT - Static variable in class net.imglib2.blocks.RangesImpl
- FIND_RANGES_MIRROR_DOUBLE - Static variable in class net.imglib2.blocks.RangesImpl
- FIND_RANGES_MIRROR_SINGLE - Static variable in class net.imglib2.blocks.RangesImpl
- findRanges - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- findRanges - Variable in class net.imglib2.blocks.CellImgRangeCopier
- findRanges - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- findRanges(long, int, long, int) - Method in interface net.imglib2.blocks.Ranges
-
Find ranges for one dimension.
- findRanges_border(long, int, long, int) - Static method in class net.imglib2.blocks.RangesImpl
-
Find ranges for one dimension.
- findRanges_constant(long, int, long, int) - Static method in class net.imglib2.blocks.RangesImpl
-
Find ranges for one dimension.
- findRanges_mirror_double(long, int, long, int) - Static method in class net.imglib2.blocks.RangesImpl
-
Find ranges for one dimension.
- findRanges_mirror_single(long, int, long, int) - Static method in class net.imglib2.blocks.RangesImpl
-
Find ranges for one dimension.
- firstDataValue() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the first data value of the input iteration.
- firstElement() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- firstElement() - Method in class net.imglib2.histogram.Histogram1d
- firstElement() - Method in class net.imglib2.histogram.HistogramNd
- firstElement() - Method in interface net.imglib2.IterableRealInterval
-
Get the first element of this
IterableRealInterval. - firstElement() - Method in class net.imglib2.RealPointSampleList
- firstElement() - Method in class net.imglib2.view.IntervalView
- firstImage - Variable in class net.imglib2.loops.IterableLoopBuilder.Chunk
- firstImage - Variable in class net.imglib2.loops.IterableLoopBuilder
- firstValue - Variable in class net.imglib2.histogram.Histogram1d
- FiveConsumerRunnable(LoopBuilder.FiveConsumer<A, B, C, D, E>, Sampler<A>, Sampler<B>, Sampler<C>, Sampler<D>, Sampler<E>) - Constructor for class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- FiveCursorLoop(LoopBuilder.FiveConsumer<A, B, C, D, E>, Cursor<A>, Cursor<B>, Cursor<C>, Cursor<D>, Cursor<E>) - Constructor for class net.imglib2.loops.FastCursorLoops.FiveCursorLoop
- fixedThreadPool(int) - Static method in class net.imglib2.parallel.TaskExecutors
-
Returns a
TaskExecutorthat uses a fixed thread pool with the given number of threads. - flags_DIRTY - Static variable in enum net.imglib2.img.basictypeaccess.AccessFlags
- flags_DIRTY_VOLATILE - Static variable in enum net.imglib2.img.basictypeaccess.AccessFlags
- flags_NONE - Static variable in enum net.imglib2.img.basictypeaccess.AccessFlags
- flags_VOLATILE - Static variable in enum net.imglib2.img.basictypeaccess.AccessFlags
- Flat(double[], int) - Constructor for class net.imglib2.kdtree.KDTreePositions.Flat
- FLAT - net.imglib2.kdtree.KDTreePositions.PositionsLayout
- FlatCollections - Class in net.imglib2.util
-
Utility class for wrapping ImgLib2 images as read-only
Collections. - FlatCollections() - Constructor for class net.imglib2.util.FlatCollections
- FlatCollections.CollectionFromII<T,E> - Class in net.imglib2.util
-
An
IterableIntervalexpressed as aCollection. - FlatCollections.ListFromRAI<T,E> - Class in net.imglib2.util
-
A
RandomAccessibleIntervalexpressed as aList. - flatIterable(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Return an
RandomAccessibleIntervalhavingFlatIterationOrder. - flatIterableIntervals() - Method in class net.imglib2.loops.LoopBuilder
- flatIterationOrder() - Method in class net.imglib2.loops.LoopBuilder
-
LoopBuildermight use any iteration order to execute the loop. - flatIterationOrder(boolean) - Method in class net.imglib2.loops.LoopBuilder
-
If false,
LoopBuildermight use any iteration order to execute the loop. - FlatIterationOrder - Class in net.imglib2
-
A flat iteration order on an
IterableInterval. - FlatIterationOrder(Interval) - Constructor for class net.imglib2.FlatIterationOrder
- flatten(double[][]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Flatten the nested
positionsarray. - FLOAT - net.imglib2.type.PrimitiveType
- FLOAT - Static variable in interface net.imglib2.blocks.MemCopy
- FLOAT - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- FLOAT(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- FloatAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- FloatArray - Class in net.imglib2.img.basictypeaccess.array
-
TODO
- FloatArray(float[]) - Constructor for class net.imglib2.img.basictypeaccess.array.FloatArray
- FloatArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.FloatArray
- FloatAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<FloatType, FloatArray>. - FloatAWTScreenImage(ArrayImg<FloatType, FloatArray>) - Constructor for class net.imglib2.display.screenimage.awt.FloatAWTScreenImage
- FloatAWTScreenImage(FloatType, FloatArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.FloatAWTScreenImage
- FloatBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
FloatBuffer - FloatBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- FloatBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- FloatBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- FloatBufferAccess(ByteBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- FloatBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- FloatBufferAccess(FloatBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- FloatBufferAccess(FloatBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- floatCollection(IterableInterval<? extends RealType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
RealTypeiterable image as a collection. - FloatConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.FloatConverter
- floatingPointConverterFactory(RealType<?>, RealType<?>) - Static method in class net.imglib2.converter.RealTypeConverterInternals
- floatList(RandomAccessibleInterval<? extends RealType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
RealTyperandom-accessible image as a list. - FloatNtree - Class in net.imglib2.img.sparse
-
FloatAccess based on a
Ntree<Float>. - FloatNtree(long[], long[], float) - Constructor for class net.imglib2.img.sparse.FloatNtree
- FloatNtree(Ntree<Float>, long[]) - Constructor for class net.imglib2.img.sparse.FloatNtree
- floats(float[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- floats(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- floats(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- floats(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- FloatType - Class in net.imglib2.type.numeric.real
-
TODO
- FloatType() - Constructor for class net.imglib2.type.numeric.real.FloatType
- FloatType(float) - Constructor for class net.imglib2.type.numeric.real.FloatType
- FloatType(FloatAccess) - Constructor for class net.imglib2.type.numeric.real.FloatType
- FloatType(NativeImg<?, ? extends FloatAccess>) - Constructor for class net.imglib2.type.numeric.real.FloatType
- floor(double) - Static method in class net.imglib2.position.transform.Floor
- floor(double[], long[]) - Static method in class net.imglib2.position.transform.Floor
- floor(float) - Static method in class net.imglib2.position.transform.Floor
- floor(float[], long[]) - Static method in class net.imglib2.position.transform.Floor
- floor(RealLocalizable, long[]) - Static method in class net.imglib2.position.transform.Floor
- Floor<LocalizablePositionable extends Localizable & Positionable> - Class in net.imglib2.position.transform
-
A
RealPositionablethat drives aPositionableto its floor discrete coordinates. - Floor(LocalizablePositionable) - Constructor for class net.imglib2.position.transform.Floor
- Floor(RealLocalizable, LocalizablePositionable) - Constructor for class net.imglib2.position.transform.Floor
- FloorInterpolator<T> - Class in net.imglib2.interpolation.randomaccess
-
RealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)). - FloorInterpolator(FloorInterpolator<T>) - Constructor for class net.imglib2.interpolation.randomaccess.FloorInterpolator
- FloorInterpolator(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.FloorInterpolator
- FloorInterpolatorFactory<T> - Class in net.imglib2.interpolation.randomaccess
- FloorInterpolatorFactory() - Constructor for class net.imglib2.interpolation.randomaccess.FloorInterpolatorFactory
- FloorOffset<LocalizablePositionable extends Localizable & Positionable> - Class in net.imglib2.position.transform
-
A
RealPositionablethat drives aPositionableto its floor discrete coordinates plus a discrete offset vector. - FloorOffset(LocalizablePositionable, long[]) - Constructor for class net.imglib2.position.transform.FloorOffset
- FloorOffset(LocalizablePositionable, Localizable) - Constructor for class net.imglib2.position.transform.FloorOffset
- FloorOffset(RealLocalizable, LocalizablePositionable, long[]) - Constructor for class net.imglib2.position.transform.FloorOffset
- FloorOffset(RealLocalizable, LocalizablePositionable, Localizable) - Constructor for class net.imglib2.position.transform.FloorOffset
- forEach(List<? extends T>, Consumer<? super T>) - Method in class net.imglib2.parallel.DefaultTaskExecutor
- forEach(List<? extends T>, Consumer<? super T>) - Method in class net.imglib2.parallel.SequentialTaskExecutor
- forEach(List<? extends T>, Consumer<? super T>) - Method in interface net.imglib2.parallel.TaskExecutor
-
Like
TaskExecutor.runAll(List)but - instead of a list of tasks - it takes a list of parameters and a function that is called for each of the parameters. - forEachApply(List<? extends T>, Function<? super T, ? extends R>) - Method in class net.imglib2.parallel.DefaultTaskExecutor
- forEachApply(List<? extends T>, Function<? super T, ? extends R>) - Method in class net.imglib2.parallel.SequentialTaskExecutor
- forEachApply(List<? extends T>, Function<? super T, ? extends R>) - Method in interface net.imglib2.parallel.TaskExecutor
-
Like
TaskExecutor.forEach(List, Consumer)but collects the results. - forEachChunk(Function<LoopBuilder.Chunk<T>, R>) - Method in class net.imglib2.loops.IterableLoopBuilder
- forEachChunk(Function<LoopBuilder.Chunk<T>, R>) - Method in class net.imglib2.loops.LoopBuilder
-
This method is similar to
LoopBuilder.forEachPixel(T)but more flexible when multi threading is used. - forEachPixel(T) - Method in class net.imglib2.loops.IterableLoopBuilder.Chunk
- forEachPixel(T) - Method in class net.imglib2.loops.IterableLoopBuilder
-
Executes the given action pixel wise for the given images.
- forEachPixel(T) - Method in interface net.imglib2.loops.LoopBuilder.Chunk
- forEachPixel(T) - Method in class net.imglib2.loops.LoopBuilder
- forEachRemaining(Consumer<? super LocalizableSampler<T>>) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- forEachRemaining(Consumer<? super RealLocalizableSampler<T>>) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- forEachRemaining(Consumer<? super T>) - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- forEachRemaining(Consumer<? super T>) - Method in class net.imglib2.img.array.ArraySpliterator
- forEachRemaining(Consumer<? super T>) - Method in class net.imglib2.img.cell.CellSpliterator
- forEachRemaining(Consumer<? super T>) - Method in class net.imglib2.img.planar.PlanarSpliterator
- forEachRemainingInCell(Consumer<? super T>) - Method in class net.imglib2.img.cell.CellSpliterator
- forEachRemainingInSlice(Consumer<? super T>) - Method in class net.imglib2.img.planar.PlanarSpliterator
- forExecutorService(ExecutorService) - Static method in class net.imglib2.parallel.TaskExecutors
-
Creates a
TaskExecutorthat wraps around givenExecutorService. - forExecutorServiceAndNumTasks(ExecutorService, int) - Static method in class net.imglib2.parallel.TaskExecutors
-
Creates a
TaskExecutorthat wraps around givenExecutorService, and will suggest the given number of tasks when asked. - forExecutorServiceAndNumThreads(ExecutorService, int) - Static method in class net.imglib2.parallel.TaskExecutors
-
Creates a
TaskExecutorthat wraps around givenExecutorService, and will return the given parallelism. - forExtension(Extension) - Static method in interface net.imglib2.blocks.Ranges
-
CONSTANT: Out-of-bounds values are set to a constant.
- FORK_JOIN_TASK_EXECUTOR - Static variable in class net.imglib2.parallel.TaskExecutors
- ForkJoinExecutorService - Class in net.imglib2.parallel
-
The
ForkJoinExecutorServiceis anExecutorService, for efficient nested parallelization. - ForkJoinExecutorService() - Constructor for class net.imglib2.parallel.ForkJoinExecutorService
- format - Static variable in class net.imglib2.util.StopWatch
- forPrimitiveType(PrimitiveType) - Static method in interface net.imglib2.blocks.MemCopy
- forPrimitiveType(PrimitiveType) - Static method in interface net.imglib2.blocks.TempArray
- FORWARD - net.imglib2.blocks.Ranges.Direction
- Forwarder1(List<? extends Positionable>) - Constructor for class net.imglib2.loops.SyncedPositionables.Private.Forwarder1
- Forwarder2(List<? extends Positionable>) - Constructor for class net.imglib2.loops.SyncedPositionables.Private.Forwarder2
- Forwarder3(List<? extends Positionable>) - Constructor for class net.imglib2.loops.SyncedPositionables.Private.Forwarder3
- Forwarder4(List<? extends Positionable>) - Constructor for class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- Forwarder5(List<? extends Positionable>) - Constructor for class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- forwarderFactories - Static variable in class net.imglib2.loops.SyncedPositionables
- FourConsumerRunnable(LoopBuilder.FourConsumer<A, B, C, D>, Sampler<A>, Sampler<B>, Sampler<C>, Sampler<D>) - Constructor for class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- FourCursorLoop(LoopBuilder.FourConsumer<A, B, C, D>, Cursor<A>, Cursor<B>, Cursor<C>, Cursor<D>) - Constructor for class net.imglib2.loops.FastCursorLoops.FourCursorLoop
- Fraction - Class in net.imglib2.util
-
Implements the concept of fractions
- Fraction() - Constructor for class net.imglib2.util.Fraction
-
Instantiate a
Fractionwith a value of 1 - Fraction(long, long) - Constructor for class net.imglib2.util.Fraction
-
Creates a new fraction with the respective values
- frequency(long) - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of the values within a bin.
- frequency(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Returns the frequency count associated with a given bin.
- frequency(long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of the values within a bin.
- frequency(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of values within a bin using a set of representative values.
- frequency(T) - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of values within a bin using a representative value.
- fromBooleansDirtyVolatile(boolean, boolean) - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Create a new ByteBufferAccess from a ByteBuffer
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Create a new CharBufferAccess from a ByteBuffer
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Create a new DoubleBufferAccess from a ByteBuffer
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Create a new FloatBufferAccess from a ByteBuffer
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Create a new IntBufferAccess from a ByteBuffer
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Create a new LongBufferAccess from a ByteBuffer
- fromByteBuffer(ByteBuffer, boolean) - Static method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Create a new ShortBufferAccess from a ByteBuffer
- fromChar(char) - Static method in enum net.imglib2.type.label.BasePairBitType.Base
- FullSourceMapMixedRandomAccess<T> - Class in net.imglib2.view
- FullSourceMapMixedRandomAccess(RandomAccess<T>, Mixed) - Constructor for class net.imglib2.view.FullSourceMapMixedRandomAccess
- FullSourceMapMixedRandomAccess(FullSourceMapMixedRandomAccess<T>) - Constructor for class net.imglib2.view.FullSourceMapMixedRandomAccess
- FullSourceMapSlicingRandomAccess<T> - Class in net.imglib2.view
- FullSourceMapSlicingRandomAccess(RandomAccess<T>, Slicing) - Constructor for class net.imglib2.view.FullSourceMapSlicingRandomAccess
- FullSourceMapSlicingRandomAccess(FullSourceMapSlicingRandomAccess<T>) - Constructor for class net.imglib2.view.FullSourceMapSlicingRandomAccess
- fullViewIterableInterval - Variable in class net.imglib2.view.IntervalView
-
TODO Javadoc
- fullViewRandomAccessible - Variable in class net.imglib2.view.IntervalView
-
TODO Javadoc
- fullViewRandomAccessible - Variable in class net.imglib2.view.MixedTransformView
- fullViewRandomAccessible - Variable in class net.imglib2.view.TransformView
- function - Variable in class net.imglib2.position.FunctionRandomAccessible.FunctionRandomAccess
- function - Variable in class net.imglib2.position.FunctionRealRandomAccessible.RealFunctionRealRandomAccess
- function - Variable in class net.imglib2.view.FunctionView
- FunctionRandomAccess() - Constructor for class net.imglib2.position.FunctionRandomAccessible.FunctionRandomAccess
- FunctionRandomAccess(RandomAccess<A>) - Constructor for class net.imglib2.view.FunctionView.FunctionRandomAccess
- FunctionRandomAccessible<T> - Class in net.imglib2.position
-
A
RandomAccessiblethat generates a function value for each position in discrete coordinate space by side-effect using aBiConsumer. - FunctionRandomAccessible(int, BiConsumer<Localizable, ? super T>, Supplier<T>) - Constructor for class net.imglib2.position.FunctionRandomAccessible
- FunctionRandomAccessible(int, Supplier<BiConsumer<Localizable, ? super T>>, Supplier<T>) - Constructor for class net.imglib2.position.FunctionRandomAccessible
- FunctionRandomAccessible.FunctionRandomAccess - Class in net.imglib2.position
- FunctionRealRandomAccessible<T> - Class in net.imglib2.position
-
A
RealRandomAccessiblethat generates a function value for each position in real coordinate space by side-effect using aBiConsumer. - FunctionRealRandomAccessible(int, BiConsumer<RealLocalizable, ? super T>, Supplier<T>) - Constructor for class net.imglib2.position.FunctionRealRandomAccessible
- FunctionRealRandomAccessible(int, Supplier<BiConsumer<RealLocalizable, ? super T>>, Supplier<T>) - Constructor for class net.imglib2.position.FunctionRealRandomAccessible
- FunctionRealRandomAccessible.RealFunctionRealRandomAccess - Class in net.imglib2.position
- functionSupplier - Variable in class net.imglib2.position.AbstractFunctionEuclideanSpace
- FunctionView<A,B> - Class in net.imglib2.view
- FunctionView(RandomAccessible<A>, Function<A, B>) - Constructor for class net.imglib2.view.FunctionView
- FunctionView.FunctionRandomAccess - Class in net.imglib2.view
- fwd() - Method in class net.imglib2.converter.AbstractConvertedCursor
- fwd() - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- fwd() - Method in class net.imglib2.converter.read.BiConvertedCursor
- fwd() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- fwd() - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- fwd() - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- fwd() - Method in class net.imglib2.display.projector.specialized.PlanarImgContainerSamplerImpl
- fwd() - Method in class net.imglib2.img.array.AbstractArrayCursor
- fwd() - Method in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Move forward.
- fwd() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- fwd() - Method in class net.imglib2.img.cell.CellCursor
- fwd() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- fwd() - Method in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- fwd() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- fwd() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- fwd() - Method in class net.imglib2.img.list.ListCursor
- fwd() - Method in class net.imglib2.img.list.ListLocalizingCursor
- fwd() - Method in class net.imglib2.img.planar.PlanarCursor
- fwd() - Method in class net.imglib2.img.planar.PlanarCursor2D
- fwd() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- fwd() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor1D
- fwd() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor2D
- fwd() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Move forward.
- fwd() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Move forward.
- fwd() - Method in interface net.imglib2.Iterator
-
Move forward.
- fwd() - Method in class net.imglib2.iterator.IntervalIterator
- fwd() - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- fwd() - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- fwd() - Method in class net.imglib2.iterator.LocalizingZeroMinIntervalIterator
- fwd() - Method in class net.imglib2.KDTree.KDTreeCursor
- fwd() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- fwd() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- fwd() - Method in class net.imglib2.view.iteration.SlicingCursor
-
Move forward.
- fwd() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- fwd(int) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- fwd(int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- fwd(int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- fwd(int) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- fwd(int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- fwd(int) - Method in class net.imglib2.img.array.ArrayRandomAccess
- fwd(int) - Method in class net.imglib2.img.cell.CellRandomAccess
- fwd(int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- fwd(int) - Method in class net.imglib2.img.list.ListRandomAccess
- fwd(int) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- fwd(int) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- fwd(int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- fwd(int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- fwd(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- fwd(int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder1
- fwd(int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder2
- fwd(int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder3
- fwd(int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- fwd(int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- fwd(int) - Method in class net.imglib2.loops.SyncedPositionables.Private.GeneralForwarder
- fwd(int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- fwd(int) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- fwd(int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundary
- fwd(int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
- fwd(int) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- fwd(int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- fwd(int) - Method in class net.imglib2.Point
- fwd(int) - Method in class net.imglib2.PointSample
- fwd(int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- fwd(int) - Method in interface net.imglib2.Positionable
-
Move by 1 in one dimension.
- fwd(int) - Method in class net.imglib2.RealPoint
- fwd(int) - Method in class net.imglib2.RealPointSample
- fwd(int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- fwd(int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- fwd(int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- fwd(int) - Method in class net.imglib2.view.composite.RealComposite
- fwd(int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- fwd(int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- fwd(int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- fwd(int) - Method in class net.imglib2.view.MixedRandomAccess
- fwd(int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- fwd(int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- fwd(int) - Method in class net.imglib2.view.SlicingRandomAccess
- fwd(int) - Method in class net.imglib2.view.StackView.DefaultRA
- fwd(int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- fwd(int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- fwd(int) - Method in class net.imglib2.view.TransformRandomAccess
- fwd(int) - Method in class net.imglib2.view.TranslationRandomAccess
- fwdDim(int) - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- fwdDim0() - Method in class net.imglib2.img.array.ArrayRandomAccess
-
Moves one step forward in dimension 0
G
- g - Variable in class net.imglib2.type.numeric.ARGBDoubleType
- G - net.imglib2.converter.ChannelARGBConverter.Channel
- G - net.imglib2.type.label.BasePairBitType.Base
- gap - net.imglib2.type.label.BasePairBitType.Base
- GeneralForwarder(List<? extends Positionable>) - Constructor for class net.imglib2.loops.SyncedPositionables.Private.GeneralForwarder
- generateGrid(Interval, long[]) - Static method in class net.imglib2.loops.IntervalChunks
-
Returns a list of disjoint intervals, that covers the given interval.
- genericArray(int) - Static method in class net.imglib2.util.Util
-
Deprecated.
- GenericByteType<T extends GenericByteType<T>> - Class in net.imglib2.type.numeric.integer
-
TODO
- GenericByteType() - Constructor for class net.imglib2.type.numeric.integer.GenericByteType
- GenericByteType(byte) - Constructor for class net.imglib2.type.numeric.integer.GenericByteType
- GenericByteType(ByteAccess) - Constructor for class net.imglib2.type.numeric.integer.GenericByteType
- GenericByteType(NativeImg<?, ? extends ByteAccess>) - Constructor for class net.imglib2.type.numeric.integer.GenericByteType
- GenericComposite<T> - Class in net.imglib2.view.composite
-
A generic vector of scalars T.
- GenericComposite(RandomAccess<T>) - Constructor for class net.imglib2.view.composite.GenericComposite
- GenericComposite.Factory<T> - Class in net.imglib2.view.composite
- GenericIntType<T extends GenericIntType<T>> - Class in net.imglib2.type.numeric.integer
-
TODO
- GenericIntType() - Constructor for class net.imglib2.type.numeric.integer.GenericIntType
- GenericIntType(int) - Constructor for class net.imglib2.type.numeric.integer.GenericIntType
- GenericIntType(IntAccess) - Constructor for class net.imglib2.type.numeric.integer.GenericIntType
- GenericIntType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.numeric.integer.GenericIntType
- GenericLongType<T extends GenericLongType<T>> - Class in net.imglib2.type.numeric.integer
-
Abstract superclass for Long types.
- GenericLongType() - Constructor for class net.imglib2.type.numeric.integer.GenericLongType
- GenericLongType(long) - Constructor for class net.imglib2.type.numeric.integer.GenericLongType
- GenericLongType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.GenericLongType
- GenericLongType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.GenericLongType
- GenericShortType<T extends GenericShortType<T>> - Class in net.imglib2.type.numeric.integer
-
Abstract base class for
nativeIntegerTypes that encode their value into a 16bit short. - GenericShortType() - Constructor for class net.imglib2.type.numeric.integer.GenericShortType
- GenericShortType(short) - Constructor for class net.imglib2.type.numeric.integer.GenericShortType
- GenericShortType(ShortAccess) - Constructor for class net.imglib2.type.numeric.integer.GenericShortType
- GenericShortType(NativeImg<?, ? extends ShortAccess>) - Constructor for class net.imglib2.type.numeric.integer.GenericShortType
- get - Variable in class net.imglib2.img.cell.LazyCellImg.LazyCells
- get() - Method in class net.imglib2.converter.read.BiConvertedCursor
- get() - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- get() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- get() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- get() - Method in class net.imglib2.converter.read.ConvertedCursor
- get() - Method in class net.imglib2.converter.read.ConvertedRandomAccess
- get() - Method in class net.imglib2.converter.read.ConvertedRealCursor
- get() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccess
- get() - Method in class net.imglib2.converter.readwrite.TypeUtils.ConstantSampler
- get() - Method in class net.imglib2.converter.readwrite.WriteConvertedCursor
- get() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- get() - Method in class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- get() - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- get() - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- get() - Method in class net.imglib2.img.array.AbstractArrayCursor
- get() - Method in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Access the actual T instance providing access to a pixel, sub-pixel or integral region value the
Samplerpoints at. - get() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- get() - Method in class net.imglib2.img.array.ArrayRandomAccess
- get() - Method in class net.imglib2.img.array.ArraySpliterator
- get() - Method in class net.imglib2.img.cell.CellCursor
- get() - Method in class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- get() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- get() - Method in class net.imglib2.img.cell.CellRandomAccess
- get() - Method in class net.imglib2.img.cell.CellSpliterator
- get() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- get() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- get() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- get() - Method in class net.imglib2.img.list.ListCursor
- get() - Method in class net.imglib2.img.list.ListLocalizingCursor
- get() - Method in class net.imglib2.img.list.ListRandomAccess
- get() - Method in class net.imglib2.img.planar.PlanarCursor
- get() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- get() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Access the actual T instance providing access to a pixel, sub-pixel or integral region value the
Samplerpoints at. - get() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Access the actual T instance providing access to a pixel, sub-pixel or integral region value the
Samplerpoints at. - get() - Method in class net.imglib2.img.planar.PlanarRandomAccess
- get() - Method in class net.imglib2.img.planar.PlanarSpliterator
- get() - Method in class net.imglib2.img.sparse.NtreeCursor
- get() - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- get() - Method in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- get() - Method in class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator
- get() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
-
Get the interpolated value at the current position.
- get() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
-
Get the interpolated value at the current position.
- get() - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
-
Get the interpolated value at the current position.
- get() - Method in class net.imglib2.interpolation.randomaccess.FloorInterpolator
- get() - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- get() - Method in class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolator
- get() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
-
Get the interpolated value at the current position.
- get() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- get() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- get() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- get() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
-
Get the interpolated value at the current position.
- get() - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- get() - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- get() - Method in class net.imglib2.KDTreeNode
- get() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- get() - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- get() - Method in class net.imglib2.outofbounds.OutOfBoundsConstantValue
- get() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- get() - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- get() - Method in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- get() - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- get() - Method in class net.imglib2.PointSample
- get() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- get() - Method in class net.imglib2.position.FunctionRandomAccessible.FunctionRandomAccess
- get() - Method in class net.imglib2.position.FunctionRealRandomAccessible.RealFunctionRealRandomAccess
- get() - Method in class net.imglib2.position.PositionRandomAccessible.PositionRandomAccess
- get() - Method in class net.imglib2.position.RealPositionRealRandomAccessible.RealPositionRealRandomAccess
- get() - Method in class net.imglib2.RealPointSample
- get() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- get() - Method in interface net.imglib2.Sampler
-
Access the actual T instance providing access to a pixel, sub-pixel or integral region value the
Samplerpoints at. - get() - Method in class net.imglib2.stream.CursorSpliterator
- get() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- get() - Method in class net.imglib2.stream.RealCursorSpliterator
- get() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- get() - Method in interface net.imglib2.type.BasePairType
- get() - Method in interface net.imglib2.type.BooleanType
- get() - Method in class net.imglib2.type.Index
-
Get the index.
- get() - Method in class net.imglib2.type.label.BasePairBitType
- get() - Method in class net.imglib2.type.label.BasePairCharType
- get() - Method in class net.imglib2.type.logic.BitType
- get() - Method in class net.imglib2.type.logic.BoolType
- get() - Method in class net.imglib2.type.logic.NativeBoolType
-
Returns the primitive boolean value that is used to store this type.
- get() - Method in class net.imglib2.type.numeric.ARGBType
- get() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- get() - Method in class net.imglib2.type.numeric.integer.ByteType
- get() - Method in class net.imglib2.type.numeric.integer.IntType
- get() - Method in class net.imglib2.type.numeric.integer.LongType
- get() - Method in class net.imglib2.type.numeric.integer.ShortType
- get() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- get() - Method in class net.imglib2.type.numeric.integer.Unsigned12BitType
- get() - Method in class net.imglib2.type.numeric.integer.Unsigned2BitType
- get() - Method in class net.imglib2.type.numeric.integer.Unsigned4BitType
- get() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- get() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- get() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
-
This method returns the value of the UnsignedLongType as a signed long.
- get() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- get() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- get() - Method in class net.imglib2.type.numeric.real.DoubleType
- get() - Method in class net.imglib2.type.numeric.real.FloatType
- get() - Method in class net.imglib2.util.CloseableThreadLocal
- get() - Method in class net.imglib2.util.Grid.CellIntervalsRA
- get() - Method in class net.imglib2.util.Localizables.LocationRandomAccess
- get() - Method in class net.imglib2.util.Localizables.RealLocationRealRandomAccess
- get() - Method in class net.imglib2.view.BundleView.BundleRandomAccess
- get() - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- get() - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- get() - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- get() - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- get() - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- get() - Method in class net.imglib2.view.FunctionView.FunctionRandomAccess
- get() - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- get() - Method in class net.imglib2.view.HyperSlicesView.HyperSlicesViewRandomAccess
- get() - Method in class net.imglib2.view.iteration.SlicingCursor
-
Access the actual T instance providing access to a pixel, sub-pixel or integral region value the
Samplerpoints at. - get() - Method in class net.imglib2.view.MixedRandomAccess
- get() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- get() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- get() - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- get() - Method in class net.imglib2.view.SlicingRandomAccess
- get() - Method in class net.imglib2.view.StackView.DefaultRA
- get() - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- get() - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- get() - Method in class net.imglib2.view.TransformRandomAccess
- get() - Method in class net.imglib2.view.TranslationRandomAccess
- get() - Method in class net.imglib2.Volatile
- get(int) - Method in interface net.imglib2.blocks.TempArray
- get(int) - Method in class net.imglib2.blocks.TempArrayImpl
- get(int) - Method in class net.imglib2.img.list.AbstractListImg
- get(int) - Method in class net.imglib2.img.list.ListImg
- get(int) - Method in class net.imglib2.util.FlatCollections.ListFromRAI
- get(int, int) - Method in interface net.imglib2.display.ColorTable
-
Gets an individual value from the color table.
- get(int, int) - Method in class net.imglib2.display.ColorTable16
- get(int, int) - Method in class net.imglib2.display.ColorTable8
- get(int, int) - Method in class net.imglib2.kdtree.KDTreePositions.Flat
- get(int, int) - Method in class net.imglib2.kdtree.KDTreePositions
-
Get the coordinates of the node
iin dimensiond. - get(int, int) - Method in class net.imglib2.kdtree.KDTreePositions.Nested
- get(long) - Method in interface net.imglib2.img.cell.LazyCellImg.Get
- get(long) - Method in class net.imglib2.img.cell.LazyCellImg.LazyCells
- get(long) - Method in class net.imglib2.img.list.AbstractLongListImg
- get(long) - Method in class net.imglib2.view.composite.AbstractComposite
- get(long) - Method in interface net.imglib2.view.composite.Composite
-
Get the ith scalar value of the
Composite. - get(NativeTypeFactory<?, ?>) - Static method in class net.imglib2.img.basictypeaccess.nio.BufferDataAccessFactory
- get(NativeTypeFactory<?, ?>, Set<AccessFlags>) - Static method in class net.imglib2.img.basictypeaccess.nio.BufferDataAccessFactory
- get(NativeTypeFactory<?, ? super A>) - Static method in class net.imglib2.img.basictypeaccess.ArrayDataAccessFactory
- get(NativeTypeFactory<?, ? super A>, Set<AccessFlags>) - Static method in class net.imglib2.img.basictypeaccess.ArrayDataAccessFactory
- get(PrimitiveType) - Static method in class net.imglib2.blocks.PrimitiveTypeProperties
- get(PrimitiveType, Set<AccessFlags>) - Static method in class net.imglib2.img.basictypeaccess.ArrayDataAccessFactory
- get(PrimitiveType, Set<AccessFlags>) - Static method in class net.imglib2.img.basictypeaccess.nio.BufferDataAccessFactory
-
Get a
BufferAccessinstance with the givenAccessFlagsfor the givenPrimitiveType. - get(T) - Static method in class net.imglib2.img.basictypeaccess.ArrayDataAccessFactory
- get(T) - Static method in class net.imglib2.img.basictypeaccess.nio.BufferDataAccessFactory
- get(T, Set<AccessFlags>) - Static method in class net.imglib2.img.basictypeaccess.ArrayDataAccessFactory
- get(T, Set<AccessFlags>) - Static method in class net.imglib2.img.basictypeaccess.nio.BufferDataAccessFactory
- getA() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- getA() - Method in class net.imglib2.type.numeric.ARGBDoubleType
- getA() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- getA() - Method in interface net.imglib2.util.Pair
- getA() - Method in class net.imglib2.util.ValuePair
- getA() - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getAccessFactory(ColorChannelOrder) - Method in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter
- getAlpha() - Method in class net.imglib2.converter.RealARGBConverter
- getAlpha() - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- getArrayFromValue(double, int) - Static method in class net.imglib2.util.Util
- getArrayFromValue(float, int) - Static method in class net.imglib2.util.Util
- getArrayFromValue(int, int) - Static method in class net.imglib2.util.Util
- getArrayFromValue(long, int) - Static method in class net.imglib2.util.Util
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- getArrayLength() - Method in interface net.imglib2.img.basictypeaccess.array.ArrayDataAccess
- getArrayLength() - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Returns the Buffer's limit or zero if buffer is null.
- getArrayOrCellImgFactory(Dimensions, int, T) - Static method in class net.imglib2.util.Util
- getArrayOrCellImgFactory(Dimensions, T) - Static method in class net.imglib2.util.Util
- getAt(double...) - Method in interface net.imglib2.RealRandomAccessible
-
Convenience method to query a
RealRandomAccessiblefor the value at a position. - getAt(float...) - Method in interface net.imglib2.RealRandomAccessible
-
Convenience method to query a
RealRandomAccessiblefor the value at a position. - getAt(int...) - Method in interface net.imglib2.RandomAccessible
-
Convenience method to query a
RandomAccessiblefor the value at a position. - getAt(long...) - Method in interface net.imglib2.RandomAccessible
-
Convenience method to query a
RandomAccessiblefor the value at a position. - getAt(Localizable) - Method in interface net.imglib2.RandomAccessible
-
Convenience method to query a
RandomAccessiblefor the value at a position. - getAt(RealLocalizable) - Method in interface net.imglib2.RealRandomAccessible
-
Convenience method to query a
RealRandomAccessiblefor the value at a position. - getB() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- getB() - Method in class net.imglib2.type.numeric.ARGBDoubleType
- getB() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- getB() - Method in interface net.imglib2.util.Pair
- getB() - Method in class net.imglib2.util.ValuePair
- getB() - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getBigInteger() - Method in class net.imglib2.type.logic.BitType
- getBigInteger() - Method in class net.imglib2.type.logic.BoolType
- getBigInteger() - Method in class net.imglib2.type.logic.NativeBoolType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.ByteType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.IntType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.LongType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.ShortType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
-
This method returns the unsigned representation of this UnsignedLongType as a
BigInteger. - getBigInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getBigInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getBigInteger() - Method in interface net.imglib2.type.numeric.IntegerType
- getBinCount() - Method in interface net.imglib2.histogram.BinMapper1d
-
Returns the number of bins within this bin mapping distribution.
- getBinCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the number of bins contained in the histogram.
- getBinCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the number of bins contained in the histogram.
- getBinCount() - Method in class net.imglib2.histogram.Integer1dBinMapper
- getBinCount() - Method in class net.imglib2.histogram.Real1dBinMapper
- getBits() - Method in interface net.imglib2.display.ArrayColorTable
-
Gets the number of bits in each color component value.
- getBits() - Method in class net.imglib2.display.ColorTable16
- getBits() - Method in class net.imglib2.display.ColorTable8
- getBits() - Method in class net.imglib2.type.AbstractBit64Type
-
Writes the current "subLong" location of the LongAccess into the lower nBits bits of the long value Note that "long value" does not refer to math, it is just a way to help to return arbitrary values.
- getBitsPerPixel() - Method in class net.imglib2.type.logic.BitType
- getBitsPerPixel() - Method in class net.imglib2.type.logic.BoolType
- getBitsPerPixel() - Method in class net.imglib2.type.logic.NativeBoolType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.real.DoubleType
- getBitsPerPixel() - Method in class net.imglib2.type.numeric.real.FloatType
- getBitsPerPixel() - Method in interface net.imglib2.type.numeric.RealType
- getBitsPerPixel() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getBitsPerPixel(T) - Method in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- getBoundary() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorFactory
- getByte() - Method in class net.imglib2.type.numeric.integer.GenericByteType
-
Returns the primitive byte value that is used to store this type.
- getByteCount() - Method in enum net.imglib2.type.PrimitiveType
- getCell() - Method in interface net.imglib2.img.cell.AbstractCellImg.CellImgSampler
- getCell() - Method in class net.imglib2.img.cell.CellCursor
- getCell() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- getCell() - Method in class net.imglib2.img.cell.CellRandomAccess
- getCell() - Method in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- getCellAndPixelIndices(long, long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From a global
index(inCellIterationOrder, with flat iteration order of the cells), compute the flattened grid index of the cell containingindex, and the flattened pixel index within the cell. - getCellCoordinates(long[], int[], long[], long[]) - Method in class net.imglib2.img.cell.CellGrid
-
Compute all cell-related coordinates/sizes required by CellRandomAccess.
- getCellDimension(int, long) - Method in class net.imglib2.img.cell.CellGrid
-
From the position of a cell in the grid, compute the size of the cell in dimension
d. - getCellDimension(int, long) - Method in class net.imglib2.util.Grid
-
From the position of a cell in the grid, compute the size of the cell in dimension
d. - getCellDimensions() - Method in class net.imglib2.img.cell.CellGrid
-
Get the number of pixels in a standard cell in each dimension as a new int[].
- getCellDimensions() - Method in class net.imglib2.util.Grid
-
Get the number of pixels in a standard cell in each dimension as a new long[].
- getCellDimensions(int[], int, Fraction) - Static method in class net.imglib2.img.cell.CellImgFactory
-
Computes cell size array by truncating or expanding
defaultCellDimensionsto lengthn. - getCellDimensions(long[], long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the position of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.
- getCellDimensions(long[], long[], int[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the position of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.
- getCellDimensions(long[], long[], long[]) - Method in class net.imglib2.util.Grid
-
From the position of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.
- getCellDimensions(long, long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the index of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.
- getCellDimensions(long, long[], int[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the index of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.
- getCellDimensions(long, long[], long[]) - Method in class net.imglib2.util.Grid
-
From the index of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.
- getCellGrid() - Method in class net.imglib2.img.cell.AbstractCellImg
-
Get the
CellGridwhich describes the layout of theAbstractCellImg. - getCellGridIndexFlat(long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the position of a cell in the grid, compute the flattened index of the cell in the grid.
- getCellGridPositionFlat(long, long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the flattened index of a cell in the grid, compute the position of a cell in the grid.
- getCellGridPositionFlat(long, long[]) - Method in class net.imglib2.util.Grid
-
From the flattened index of a cell in the grid, compute the position of a cell in the grid.
- getCellInterval(long[], long[], long[]) - Method in class net.imglib2.img.cell.CellGrid
- getCellInterval(long[], long[], long[]) - Method in class net.imglib2.util.Grid
- getCellMin(int, long) - Method in class net.imglib2.img.cell.CellGrid
-
From the position of a cell in the grid, compute the image position in dimension
dof the first pixel of the cell (the offset of the cell in image coordinates). - getCellMin(int, long) - Method in class net.imglib2.util.Grid
-
From the position of a cell in the grid, compute the image position in dimension
dof the first pixel of the cell (the offset of the cell in image coordinates). - getCellPosition(long[], long[]) - Method in class net.imglib2.img.cell.CellGrid
-
Get the grid position of the cell containing the element at
position. - getCellPosition(long[], long[]) - Method in class net.imglib2.util.Grid
-
Get the grid position of the cell containing the element at
position. - getCellPosition(long[], Positionable) - Method in class net.imglib2.img.cell.CellGrid
-
Get the grid position of the cell containing the element at
position. - getCellPosition(long[], Positionable) - Method in class net.imglib2.util.Grid
-
Get the grid position of the cell containing the element at
position. - getCells() - Method in class net.imglib2.img.cell.AbstractCellImg
-
Get the underlying image of cells which gives access to the individual
Cells through Cursors and RandomAccesses. - getCenterValue(long, T) - Method in interface net.imglib2.histogram.BinMapper1d
-
Gets the data value associated with the center of a bin.
- getCenterValue(long, T) - Method in class net.imglib2.histogram.Histogram1d
-
Gets the value associated with the center of a bin.
- getCenterValue(long, T) - Method in class net.imglib2.histogram.Integer1dBinMapper
- getCenterValue(long, T) - Method in class net.imglib2.histogram.Real1dBinMapper
- getCenterValues(long[], List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Gets the values associated with the center of a bin.
- getChar() - Method in enum net.imglib2.type.label.BasePairBitType.Base
- getChar() - Method in class net.imglib2.type.label.BasePairCharType
- getChildren() - Method in class net.imglib2.img.sparse.Ntree.NtreeNode
- getClipping() - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- getCodedSignedByte(int) - Static method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getCodedSignedByteChecked(int) - Static method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getCodedSignedInt(long) - Static method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getCodedSignedIntChecked(long) - Static method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getCodedSignedShort(int) - Static method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getCodedSignedShortChecked(int) - Static method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getCol(int, double[][], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
extract column c of A into vector b.
- getColor() - Method in class net.imglib2.display.ARGBARGBColorConverter
- getColor() - Method in interface net.imglib2.display.ColorConverter
- getColor() - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- getColor() - Method in class net.imglib2.display.ScaledARGBConverter
- getCommonFadeOutDistance() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- getCommonRelativeFadeOutDistance() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- getComponentCount() - Method in class net.imglib2.display.AbstractArrayColorTable
- getComponentCount() - Method in interface net.imglib2.display.ColorTable
-
Gets the number of color components in the table (typically 3 for RGB or 4 for RGBA).
- getComponentInversion(boolean[]) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getComponentInversion(boolean[]) - Method in interface net.imglib2.transform.integer.Mixed
-
Get an array indicating for each target component, whether the source component it is taken from should be inverted.
- getComponentInversion(boolean[]) - Method in class net.imglib2.transform.integer.MixedTransform
- getComponentInversion(int) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getComponentInversion(int) - Method in interface net.imglib2.transform.integer.Mixed
-
Get the d-th component of inversion vector (see
Mixed.getComponentInversion(boolean[])). - getComponentInversion(int) - Method in class net.imglib2.transform.integer.MixedTransform
- getComponentMapping(int) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getComponentMapping(int) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- getComponentMapping(int) - Method in interface net.imglib2.transform.integer.Mixed
-
Get the source dimension which is mapped to the d-th target dimension (see
Mixed.getComponentMapping(int[])). - getComponentMapping(int) - Method in class net.imglib2.transform.integer.MixedTransform
- getComponentMapping(int) - Method in class net.imglib2.transform.integer.SlicingTransform
- getComponentMapping(int[]) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getComponentMapping(int[]) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- getComponentMapping(int[]) - Method in interface net.imglib2.transform.integer.Mixed
-
Get an array indicating for each target dimensions from which source dimension it is taken.
- getComponentMapping(int[]) - Method in class net.imglib2.transform.integer.MixedTransform
- getComponentMapping(int[]) - Method in class net.imglib2.transform.integer.SlicingTransform
- getComponentZero(boolean[]) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getComponentZero(boolean[]) - Method in interface net.imglib2.transform.integer.Mixed
-
Get a boolean array indicating which target dimensions are _not_ taken from source dimensions.
- getComponentZero(boolean[]) - Method in class net.imglib2.transform.integer.MixedTransform
- getComponentZero(boolean[]) - Method in class net.imglib2.transform.integer.SlicingTransform
- getComponentZero(int) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getComponentZero(int) - Method in interface net.imglib2.transform.integer.Mixed
-
Get the d-th component of zeroing vector (see
Mixed.getComponentZero(boolean[])). - getComponentZero(int) - Method in class net.imglib2.transform.integer.MixedTransform
- getComponentZero(int) - Method in class net.imglib2.transform.integer.SlicingTransform
- getConcatenableClass() - Method in interface net.imglib2.concatenate.Concatenable
- getConcatenableClass() - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- getConcatenableClass() - Method in class net.imglib2.transform.integer.MixedTransform
- getConcatenableClass() - Method in class net.imglib2.transform.integer.SlicingTransform
- getConcatenableClass() - Method in class net.imglib2.transform.integer.TranslationTransform
- getConcatenableClass() - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- getConvertedType(A, Supplier<SamplerConverter<? super A, B>>) - Static method in class net.imglib2.converter.readwrite.TypeUtils
- getConverter() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
-
Deprecated.Use
ConvertedIterableInterval.getConverterSupplier()instead - getConverter() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
-
Deprecated.Use
ConvertedRandomAccessible.getConverterSupplier()instead - getConverter() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
-
Deprecated.
- getConverter() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
-
Deprecated.
- getConverter(S, T) - Static method in class net.imglib2.converter.RealTypeConverterInternals
- getConverter(S, T) - Static method in class net.imglib2.converter.RealTypeConverters
-
Returns a converter that converts from input to output type.
- getConverterFactory(RealType<?>, RealType<?>) - Static method in class net.imglib2.converter.RealTypeConverterInternals
- getConverterSupplier() - Method in class net.imglib2.blocks.ViewNode.ConverterViewNode
- getConverterSupplier() - Method in class net.imglib2.blocks.ViewProperties
- getConverterSupplier() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
- getConverterSupplier() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- getConverterSupplier() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
- getConverterSupplier() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- getConverterSupplier() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- getConverterSupplier() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- getCurrentSliceIndex() - Method in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- getCurrentSliceIndex() - Method in class net.imglib2.display.projector.specialized.PlanarImgContainerSamplerImpl
- getCurrentSliceIndex() - Method in class net.imglib2.img.planar.PlanarCursor
- getCurrentSliceIndex() - Method in interface net.imglib2.img.planar.PlanarImg.PlanarContainerSampler
- getCurrentSliceIndex() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- getCurrentSliceIndex() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
- getCurrentSliceIndex() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- getCurrentSliceIndex() - Method in class net.imglib2.img.planar.PlanarRandomAccess
- getCurrentSliceIndex() - Method in class net.imglib2.img.planar.PlanarSpliterator
- getCurrentStorageArray() - Method in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- getCurrentStorageArray() - Method in interface net.imglib2.img.basictypeaccess.array.ArrayDataAccess
- getCurrentStorageArray() - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Returns the raw buffer (not duplicated)
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.BooleanNtree
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.ByteNtree
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.CharNtree
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.DoubleNtree
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.FloatNtree
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.IntNtree
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.LongNtree
- getCurrentStorageNtree() - Method in interface net.imglib2.img.sparse.NtreeAccess
- getCurrentStorageNtree() - Method in class net.imglib2.img.sparse.ShortNtree
- getData() - Method in class net.imglib2.display.awt.SignedByteDataBuffer
- getData() - Method in class net.imglib2.display.awt.SignedShortDataBuffer
- getData() - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getData() - Method in class net.imglib2.display.screenimage.awt.ARGBScreenImage
-
The underlying array holding the data.
- getData() - Method in class net.imglib2.img.cell.Cell
-
Get the basic type array that stores this cell's pixels.
- getData(int) - Method in class net.imglib2.display.awt.SignedByteDataBuffer
- getData(int) - Method in class net.imglib2.display.awt.SignedShortDataBuffer
- getData(int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getDenominator() - Method in class net.imglib2.util.Fraction
- getDestinationSupplier() - Method in class net.imglib2.blocks.ViewNode.ConverterViewNode
- getDestinationSupplier() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
- getDestinationSupplier() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- getDestinationSupplier() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
- getDestinationSupplier() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- getDestinationSupplier() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- getDestinationSupplier() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- getDestinationType() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
-
Deprecated.Use
BiConvertedIterableInterval.getDestinationSupplier()instead. - getDestinationType() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
-
Deprecated.Use
BiConvertedRandomAccessible.getDestinationSupplier()instead. - getDestinationType() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
-
Deprecated.Use
ConvertedIterableInterval.getDestinationSupplier()instead. - getDestinationType() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
-
Deprecated.Use
ConvertedRandomAccessible.getDestinationSupplier()instead. - getDestinationType() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
-
Deprecated.
- getDestinationType() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
-
Deprecated.
- getDimenionsCopy() - Method in exception net.imglib2.exception.InvalidDimensionsException
- getDistance() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getDistance() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getDistance() - Method in interface net.imglib2.neighborsearch.NearestNeighborSearch
-
Access the Euclidean distance between the reference location as used for the last search and the nearest neighbor, ordered by square Euclidean distance.
- getDistance() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- getDistance(int) - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Access the Euclidean distance between the reference location as used for the last search and the ith nearest neighbor, ordered by square Euclidean distance.
- getDistance(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getDistance(int) - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Access the Euclidean distance between the reference location as used for the last search and the ith neighbor.
- getDoublePosition(int) - Method in class net.imglib2.AbstractCursor
- getDoublePosition(int) - Method in class net.imglib2.AbstractCursorInt
- getDoublePosition(int) - Method in class net.imglib2.AbstractLocalizable
- getDoublePosition(int) - Method in class net.imglib2.AbstractLocalizableInt
- getDoublePosition(int) - Method in class net.imglib2.AbstractRealLocalizable
- getDoublePosition(int) - Method in class net.imglib2.AbstractWrappedLocalizable
- getDoublePosition(int) - Method in class net.imglib2.converter.AbstractConvertedCursor
- getDoublePosition(int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- getDoublePosition(int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.img.array.ArraySpliterator
- getDoublePosition(int) - Method in class net.imglib2.img.cell.CellSpliterator
- getDoublePosition(int) - Method in class net.imglib2.img.planar.PlanarSpliterator
- getDoublePosition(int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- getDoublePosition(int) - Method in class net.imglib2.iterator.IntervalIterator
- getDoublePosition(int) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- getDoublePosition(int) - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- getDoublePosition(int) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- getDoublePosition(int) - Method in class net.imglib2.KDTreeNode
- getDoublePosition(int) - Method in interface net.imglib2.Localizable
- getDoublePosition(int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- getDoublePosition(int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- getDoublePosition(int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- getDoublePosition(int) - Method in interface net.imglib2.RealLocalizable
-
Return the current position in a given dimension.
- getDoublePosition(int) - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- getDoublePosition(int) - Method in class net.imglib2.stream.CursorSpliterator
- getDoublePosition(int) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- getDoublePosition(int) - Method in class net.imglib2.stream.RealCursorSpliterator
- getDoublePosition(int) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- getDoublePosition(int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.composite.RealComposite
- getDoublePosition(int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Return the current position in a given dimension.
- getDoublePosition(int) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- getDoublePosition(int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- getDoublePosition(int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.StackView.DefaultRA
- getDoublePosition(int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- getDoublePosition(int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- getDoublePosition(int) - Method in class net.imglib2.view.TranslationRandomAccess
- getDoublePosition(int, int) - Method in class net.imglib2.kdtree.KDTreeImpl
- getEfficientIterableInterval(Interval, RandomAccessible<S>) - Static method in class net.imglib2.view.iteration.IterableTransformBuilder
- getEfficientRandomAccessible(Interval, RandomAccessible<S>) - Static method in class net.imglib2.view.TransformBuilder
-
Get a RandomAccessible which provides RandomAccess to the specified
intervalofrandomAccessible. - getElem(int) - Method in class net.imglib2.display.awt.SignedByteDataBuffer
- getElem(int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getElem(int, int) - Method in class net.imglib2.display.awt.SignedByteDataBuffer
- getElem(int, int) - Method in class net.imglib2.display.awt.SignedShortDataBuffer
- getElem(int, int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getElemDouble(int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getElemDouble(int, int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getElemFloat(int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getElemFloat(int, int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- getEntitiesPerPixel() - Method in class net.imglib2.type.AbstractBitType
- getEntitiesPerPixel() - Method in class net.imglib2.type.label.BasePairCharType
- getEntitiesPerPixel() - Method in class net.imglib2.type.logic.BitType
- getEntitiesPerPixel() - Method in class net.imglib2.type.logic.NativeBoolType
- getEntitiesPerPixel() - Method in interface net.imglib2.type.NativeType
-
Get the number of entities in the storage array required to store one pixel value.
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.ARGBType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.real.DoubleType
- getEntitiesPerPixel() - Method in class net.imglib2.type.numeric.real.FloatType
- getEntitiesPerPixel() - Method in class net.imglib2.type.volatiles.AbstractVolatileNativeNumericType
- getEntitiesPerPixel() - Method in class net.imglib2.type.volatiles.AbstractVolatileNativeRealType
- getErrorMessage() - Method in class net.imglib2.blocks.ViewPropertiesOrError
- getExecutorService() - Method in class net.imglib2.parallel.DefaultTaskExecutor
- getExecutorService() - Static method in class net.imglib2.parallel.Parallelization
- getExecutorService() - Method in class net.imglib2.parallel.SequentialTaskExecutor
- getExecutorService() - Method in interface net.imglib2.parallel.TaskExecutor
-
Get the underlying
ExecutorService. - getExponent() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- getExtension() - Method in class net.imglib2.blocks.ViewProperties
- getFadeOutDistance() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- getFallbackProperties() - Method in class net.imglib2.blocks.ViewAnalyzer
- getFallbackProperties() - Method in class net.imglib2.blocks.ViewPropertiesOrError
- getFloatPosition(int) - Method in class net.imglib2.AbstractCursor
- getFloatPosition(int) - Method in class net.imglib2.AbstractCursorInt
- getFloatPosition(int) - Method in class net.imglib2.AbstractLocalizable
- getFloatPosition(int) - Method in class net.imglib2.AbstractLocalizableInt
- getFloatPosition(int) - Method in class net.imglib2.AbstractRealLocalizable
- getFloatPosition(int) - Method in class net.imglib2.AbstractWrappedLocalizable
- getFloatPosition(int) - Method in class net.imglib2.converter.AbstractConvertedCursor
- getFloatPosition(int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- getFloatPosition(int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.img.array.ArraySpliterator
- getFloatPosition(int) - Method in class net.imglib2.img.cell.CellSpliterator
- getFloatPosition(int) - Method in class net.imglib2.img.planar.PlanarSpliterator
- getFloatPosition(int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- getFloatPosition(int) - Method in class net.imglib2.iterator.IntervalIterator
- getFloatPosition(int) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- getFloatPosition(int) - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- getFloatPosition(int) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- getFloatPosition(int) - Method in interface net.imglib2.Localizable
- getFloatPosition(int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- getFloatPosition(int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- getFloatPosition(int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- getFloatPosition(int) - Method in interface net.imglib2.RealLocalizable
-
Return the current position in a given dimension.
- getFloatPosition(int) - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- getFloatPosition(int) - Method in class net.imglib2.stream.CursorSpliterator
- getFloatPosition(int) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- getFloatPosition(int) - Method in class net.imglib2.stream.RealCursorSpliterator
- getFloatPosition(int) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- getFloatPosition(int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Return the current position in a given dimension.
- getFloatPosition(int) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- getFloatPosition(int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- getFloatPosition(int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.StackView.DefaultRA
- getFloatPosition(int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- getFloatPosition(int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- getFloatPosition(int) - Method in class net.imglib2.view.TranslationRandomAccess
- getFullViewIterableInterval() - Method in class net.imglib2.view.IntervalView
- getG() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- getG() - Method in class net.imglib2.type.numeric.ARGBDoubleType
- getG() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- getGridDimensions() - Method in class net.imglib2.img.cell.CellGrid
-
Get the number of cells in each dimension as a new long[].
- getGridDimensions() - Method in class net.imglib2.util.Grid
-
Get the number of cells in each dimension as a new long[].
- getImaginaryDouble() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- getImaginaryDouble() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- getImaginaryDouble() - Method in interface net.imglib2.type.numeric.ComplexType
- getImaginaryDouble() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getImaginaryDouble() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getImaginaryDouble() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- getImaginaryDouble() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getImaginaryFloat() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- getImaginaryFloat() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- getImaginaryFloat() - Method in interface net.imglib2.type.numeric.ComplexType
- getImaginaryFloat() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getImaginaryFloat() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getImaginaryFloat() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- getImaginaryFloat() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getImg() - Method in interface net.imglib2.img.WrappedImg
- getImgDimensions() - Method in class net.imglib2.img.cell.CellGrid
-
Get the number of pixels in each dimension as a new long[].
- getImgDimensions() - Method in class net.imglib2.util.Grid
-
Get the number of pixels in each dimension as a new long[].
- getIndex() - Method in class net.imglib2.iterator.IntervalIterator
- getIndex() - Method in interface net.imglib2.type.NativeType
-
Deprecated.Use
index().get()instead. If possible, request theindex()object only once and re-use it. - getIndex(int[]) - Method in class net.imglib2.img.planar.PlanarImg
-
For a given ≥2d location, estimate the pixel index in the stack slice.
- getIndicesFromGridPosition(long[], long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the grid coordinates of a cell, compute the grid index of the cell, and the global index of the first pixel in the cell.
- getIndicesFromGridPosition(Localizable, long[]) - Method in class net.imglib2.img.cell.CellGrid
-
From the grid coordinates of a cell, compute the grid index of the cell, and the global index of the first pixel in the cell.
- getInstance() - Static method in class net.imglib2.parallel.SequentialTaskExecutor
- getInt() - Method in class net.imglib2.type.numeric.integer.GenericIntType
-
Returns the primitive int value that is used to store this type.
- getInteger() - Method in class net.imglib2.type.logic.BitType
- getInteger() - Method in class net.imglib2.type.logic.BoolType
- getInteger() - Method in class net.imglib2.type.logic.NativeBoolType
- getInteger() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getInteger() - Method in class net.imglib2.type.numeric.integer.ByteType
- getInteger() - Method in class net.imglib2.type.numeric.integer.IntType
- getInteger() - Method in class net.imglib2.type.numeric.integer.LongType
- getInteger() - Method in class net.imglib2.type.numeric.integer.ShortType
- getInteger() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Return the lowest 32 bits, like
BigInteger.intValue(). - getInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- getInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getInteger() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getInteger() - Method in interface net.imglib2.type.numeric.IntegerType
- getIntegerLong() - Method in class net.imglib2.type.logic.BitType
- getIntegerLong() - Method in class net.imglib2.type.logic.BoolType
- getIntegerLong() - Method in class net.imglib2.type.logic.NativeBoolType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.ByteType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.IntType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.LongType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.ShortType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Return the lowest 64 bits, like
BigInteger.intValue(). - getIntegerLong() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getIntegerLong() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getIntegerLong() - Method in interface net.imglib2.type.numeric.IntegerType
- getInterpolatorFactory() - Method in class net.imglib2.interpolation.Interpolant
- getInterval() - Method in class net.imglib2.transform.integer.BoundingBox
- getIntPosition(int) - Method in class net.imglib2.AbstractCursor
- getIntPosition(int) - Method in class net.imglib2.AbstractLocalizable
- getIntPosition(int) - Method in class net.imglib2.AbstractLocalizableInt
- getIntPosition(int) - Method in class net.imglib2.AbstractWrappedLocalizable
- getIntPosition(int) - Method in class net.imglib2.converter.AbstractConvertedCursor
- getIntPosition(int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- getIntPosition(int) - Method in class net.imglib2.img.array.AbstractArrayCursor
- getIntPosition(int) - Method in class net.imglib2.img.array.ArraySpliterator
- getIntPosition(int) - Method in class net.imglib2.img.cell.CellSpliterator
- getIntPosition(int) - Method in class net.imglib2.img.list.ListCursor
- getIntPosition(int) - Method in class net.imglib2.img.planar.PlanarCursor
- getIntPosition(int) - Method in class net.imglib2.img.planar.PlanarCursor1D
- getIntPosition(int) - Method in class net.imglib2.img.planar.PlanarCursor2D
- getIntPosition(int) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Return the current position in a given dimension.
- getIntPosition(int) - Method in class net.imglib2.img.planar.PlanarSpliterator
- getIntPosition(int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- getIntPosition(int) - Method in class net.imglib2.iterator.IntervalIterator
- getIntPosition(int) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- getIntPosition(int) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- getIntPosition(int) - Method in interface net.imglib2.Localizable
-
Return the current position in a given dimension.
- getIntPosition(int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- getIntPosition(int) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- getIntPosition(int) - Method in class net.imglib2.stream.CursorSpliterator
- getIntPosition(int) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- getIntPosition(int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Return the current position in a given dimension.
- getIntPosition(int) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- getIntPosition(int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- getIntPosition(int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.StackView.DefaultRA
- getIntPosition(int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- getIntPosition(int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- getIntPosition(int) - Method in class net.imglib2.view.TranslationRandomAccess
- getInverseLutCopy() - Method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- getK() - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Get the of k nearest neighbor points used in this search
- getK() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getK() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getLength() - Method in interface net.imglib2.display.ColorTable
-
Gets the number of elements for each color component in the table.
- getLength() - Method in class net.imglib2.display.ColorTable16
- getLength() - Method in class net.imglib2.display.ColorTable8
- getLength() - Method in class net.imglib2.view.composite.AbstractNumericComposite
- getLong() - Method in class net.imglib2.type.numeric.integer.GenericLongType
-
Returns the primitive long value that is used to store this type.
- getLongPosition(int) - Method in class net.imglib2.AbstractCursorInt
- getLongPosition(int) - Method in class net.imglib2.AbstractLocalizable
- getLongPosition(int) - Method in class net.imglib2.AbstractLocalizableInt
- getLongPosition(int) - Method in class net.imglib2.AbstractWrappedLocalizable
- getLongPosition(int) - Method in class net.imglib2.converter.AbstractConvertedCursor
- getLongPosition(int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- getLongPosition(int) - Method in class net.imglib2.img.array.ArraySpliterator
- getLongPosition(int) - Method in class net.imglib2.img.cell.CellCursor
- getLongPosition(int) - Method in class net.imglib2.img.cell.CellSpliterator
- getLongPosition(int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- getLongPosition(int) - Method in class net.imglib2.img.planar.PlanarSpliterator
- getLongPosition(int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- getLongPosition(int) - Method in class net.imglib2.iterator.IntervalIterator
- getLongPosition(int) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- getLongPosition(int) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- getLongPosition(int) - Method in interface net.imglib2.Localizable
-
Return the current position in a given dimension.
- getLongPosition(int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- getLongPosition(int) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- getLongPosition(int) - Method in class net.imglib2.stream.CursorSpliterator
- getLongPosition(int) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- getLongPosition(int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Return the current position in a given dimension.
- getLongPosition(int) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- getLongPosition(int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- getLongPosition(int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.StackView.DefaultRA
- getLongPosition(int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- getLongPosition(int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- getLongPosition(int) - Method in class net.imglib2.view.TranslationRandomAccess
- getLowerBound(long, T) - Method in interface net.imglib2.histogram.BinMapper1d
-
Gets the data value associated with the left edge of a bin.
- getLowerBound(long, T) - Method in class net.imglib2.histogram.Histogram1d
-
Gets the value associated with the left edge of a bin.
- getLowerBound(long, T) - Method in class net.imglib2.histogram.Integer1dBinMapper
- getLowerBound(long, T) - Method in class net.imglib2.histogram.Real1dBinMapper
- getLowerBounds(long[], List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Gets the values associated with the left edge of a bin.
- getLUT() - Method in class net.imglib2.converter.RealLUTConverter
- getLutCopy() - Method in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- getMatrix() - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- getMatrix() - Method in interface net.imglib2.transform.integer.Mixed
-
Get the matrix that transforms homogeneous source points to homogeneous target points.
- getMatrix() - Method in class net.imglib2.transform.integer.MixedTransform
-
Get the matrix that transforms homogeneous source points to homogeneous target points.
- getMatrix() - Method in class net.imglib2.transform.integer.SlicingTransform
-
Get the matrix that transforms homogeneous source points to homogeneous target points.
- getMatrix() - Method in class net.imglib2.transform.integer.TranslationTransform
-
Get the matrix that transforms homogeneous source points to homogeneous target points.
- getMatrix() - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- getMax() - Method in class net.imglib2.display.AbstractLinearRange
- getMax() - Method in class net.imglib2.display.ARGBARGBColorConverter
- getMax() - Method in interface net.imglib2.display.LinearRange
- getMax() - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- getMax() - Method in class net.imglib2.display.ScaledARGBConverter
- getMaxBigIntegerValue() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
The true maximum value, unlike
Unsigned128BitType.getMaxValue()which cannot represent it in adouble. - getMaxBigIntegerValue() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
-
Returns the true maximum value as a BigInteger, since it cannot be precisely represented as a
double. - getMaxValue() - Method in class net.imglib2.type.logic.BitType
- getMaxValue() - Method in class net.imglib2.type.logic.BoolType
- getMaxValue() - Method in class net.imglib2.type.logic.NativeBoolType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
-
The maximum value that can be stored is
Math.pow(2, nBits) -1. - getMaxValue() - Method in class net.imglib2.type.numeric.integer.ByteType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.IntType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.LongType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.ShortType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
The maximum value that can be stored is
Math.pow(2, 128) -1, which cannot be represented with precision using a double - getMaxValue() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
-
The maximum value that can be stored is
Math.pow( 2, 64 ) - 1, which can't be represented with exact precision using a double - getMaxValue() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getMaxValue() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
-
The maximum value that can be stored is
Math.pow(2, nBits) -1. - getMaxValue() - Method in class net.imglib2.type.numeric.real.DoubleType
- getMaxValue() - Method in class net.imglib2.type.numeric.real.FloatType
- getMaxValue() - Method in interface net.imglib2.type.numeric.RealType
- getMaxValue() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getMin() - Method in class net.imglib2.display.AbstractLinearRange
- getMin() - Method in class net.imglib2.display.ARGBARGBColorConverter
- getMin() - Method in interface net.imglib2.display.LinearRange
- getMin() - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- getMin() - Method in class net.imglib2.display.ScaledARGBConverter
- getMinFadeOutDistance() - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- getMinIncrement() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getMinIncrement() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- getMinIncrement() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getMinIncrement() - Method in class net.imglib2.type.numeric.real.DoubleType
- getMinIncrement() - Method in class net.imglib2.type.numeric.real.FloatType
- getMinIncrement() - Method in interface net.imglib2.type.numeric.RealType
- getMinIncrement() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getMinValue() - Method in class net.imglib2.type.logic.BitType
- getMinValue() - Method in class net.imglib2.type.logic.BoolType
- getMinValue() - Method in class net.imglib2.type.logic.NativeBoolType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.ByteType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.IntType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.LongType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.ShortType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getMinValue() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getMinValue() - Method in class net.imglib2.type.numeric.real.DoubleType
- getMinValue() - Method in class net.imglib2.type.numeric.real.FloatType
- getMinValue() - Method in interface net.imglib2.type.numeric.RealType
- getMinValue() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getNative(int, int) - Method in interface net.imglib2.display.ArrayColorTable
-
Gets an individual value from the color table.
- getNative(int, int) - Method in class net.imglib2.display.ColorTable16
- getNative(int, int) - Method in class net.imglib2.display.ColorTable8
- getNativeTypeFactory() - Method in class net.imglib2.type.AbstractBitType
- getNativeTypeFactory() - Method in class net.imglib2.type.label.BasePairBitType
- getNativeTypeFactory() - Method in class net.imglib2.type.label.BasePairCharType
- getNativeTypeFactory() - Method in class net.imglib2.type.logic.BitType
- getNativeTypeFactory() - Method in class net.imglib2.type.logic.NativeBoolType
- getNativeTypeFactory() - Method in interface net.imglib2.type.NativeType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.ARGBType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.ByteType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.IntType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.LongType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.ShortType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.Unsigned12BitType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.Unsigned2BitType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.Unsigned4BitType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.real.DoubleType
- getNativeTypeFactory() - Method in class net.imglib2.type.numeric.real.FloatType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileARGBType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileByteType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileDoubleType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileFloatType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileIntType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileLongType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileShortType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- getNativeTypeFactory() - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- getNode(long[]) - Method in class net.imglib2.img.sparse.Ntree
-
Get the lowest-level node containing position.
- getNumBytesPerEntity() - Method in interface net.imglib2.img.basictypeaccess.nio.BufferAccess
-
Get number of bytes for one entity in this
BufferAccess. - getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- getNumBytesPerEntity() - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- getNumDimensions(Iterable<? extends RealLocalizable>) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Returns the number of dimensions of the first element of
positions. - getNumerator() - Method in class net.imglib2.util.Fraction
- getOobFactory() - Method in class net.imglib2.blocks.ExtensionImpl.UnknownExtension
- getOrCreateAccess(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- getOutOfBoundsFactory() - Method in class net.imglib2.blocks.ViewNode.ExtensionViewNode
- getOutOfBoundsFactory() - Method in class net.imglib2.view.ExtendedRandomAccessibleInterval
- getOutOfBoundsFactory() - Method in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- getParallelism() - Method in class net.imglib2.parallel.DefaultTaskExecutor
- getParallelism() - Method in class net.imglib2.parallel.ForkJoinExecutorService
- getParallelism() - Method in class net.imglib2.parallel.SequentialExecutorService
- getParallelism() - Method in class net.imglib2.parallel.SequentialTaskExecutor
- getParallelism() - Method in interface net.imglib2.parallel.TaskExecutor
-
Get the number of threads that are used for execution.
- getPermuteInvertTransform() - Method in class net.imglib2.blocks.ViewProperties
- getPhaseDouble() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- getPhaseDouble() - Method in interface net.imglib2.type.numeric.ComplexType
- getPhaseDouble() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getPhaseDouble() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getPhaseDouble() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- getPhaseDouble() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getPhaseFloat() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- getPhaseFloat() - Method in interface net.imglib2.type.numeric.ComplexType
- getPhaseFloat() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getPhaseFloat() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getPhaseFloat() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- getPhaseFloat() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getPlane(int) - Method in interface net.imglib2.img.basictypeaccess.PlanarAccess
- getPlane(int) - Method in class net.imglib2.img.planar.PlanarImg
- getPool() - Method in class net.imglib2.parallel.ForkJoinExecutorService
- getPosition() - Method in class net.imglib2.img.sparse.NtreeCursor
- getPosition() - Method in interface net.imglib2.img.sparse.NtreeImg.PositionProvider
- getPosition() - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- getPosition() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getPosition() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getPosition() - Method in interface net.imglib2.neighborsearch.NearestNeighborSearch
-
Access the position of the nearest neighbor, ordered by square Euclidean distance.
- getPosition() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- getPosition() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- getPosition(int) - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Access the position of the ith nearest neighbor, ordered by square Euclidean distance.
- getPosition(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getPosition(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getPosition(int) - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Access the position of the ith neighbor within radius.
- getPosition(int) - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- getPowerDouble() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- getPowerDouble() - Method in interface net.imglib2.type.numeric.ComplexType
- getPowerDouble() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getPowerDouble() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getPowerDouble() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- getPowerDouble() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getPowerFloat() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- getPowerFloat() - Method in interface net.imglib2.type.numeric.ComplexType
- getPowerFloat() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getPowerFloat() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getPowerFloat() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- getPowerFloat() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getPreConcatenableClass() - Method in interface net.imglib2.concatenate.PreConcatenable
- getPreConcatenableClass() - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- getPreConcatenableClass() - Method in class net.imglib2.transform.integer.MixedTransform
- getPreConcatenableClass() - Method in class net.imglib2.transform.integer.SlicingTransform
- getPreConcatenableClass() - Method in class net.imglib2.transform.integer.TranslationTransform
- getPreConcatenableClass() - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- getPrimitiveType() - Method in class net.imglib2.type.NativeTypeFactory
-
Get the primitive java type that backs the
NativeType T. - getR() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- getR() - Method in class net.imglib2.type.numeric.ARGBDoubleType
- getR() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- getRatio() - Method in class net.imglib2.util.Fraction
- getRealDouble() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- getRealDouble() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- getRealDouble() - Method in interface net.imglib2.type.numeric.ComplexType
- getRealDouble() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getRealDouble() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- getRealDouble() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getRealDouble() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- getRealDouble() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getRealDouble() - Method in class net.imglib2.type.numeric.real.DoubleType
- getRealDouble() - Method in class net.imglib2.type.numeric.real.FloatType
- getRealDouble() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getRealFloat() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- getRealFloat() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- getRealFloat() - Method in interface net.imglib2.type.numeric.ComplexType
- getRealFloat() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- getRealFloat() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- getRealFloat() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- getRealFloat() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- getRealFloat() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- getRealFloat() - Method in class net.imglib2.type.numeric.real.DoubleType
- getRealFloat() - Method in class net.imglib2.type.numeric.real.FloatType
- getRealFloat() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- getReferenceDimension() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- getResampled(int, int, int) - Method in interface net.imglib2.display.ColorTable
-
Gets an individual value from a color table with given number of bins.
- getResampled(int, int, int) - Method in class net.imglib2.display.ColorTable16
- getResampled(int, int, int) - Method in class net.imglib2.display.ColorTable8
- getRoot() - Method in class net.imglib2.blocks.ViewProperties
- getRoot() - Method in class net.imglib2.KDTree
-
Deprecated.
KDTreeNodeis now a re-usable proxy (likeNativeType). To work with existing code,KDTreeNode.left(),KDTreeNode.right(),KDTree.getRoot()etc create new objects in each call, instead of re-using existing proxies. Code using that should be rewritten to reuse proxies, if possible. - getRootNode() - Method in class net.imglib2.img.sparse.Ntree
-
Returns the root node of the ntree
- getRootType() - Method in class net.imglib2.blocks.ViewProperties
- getRow(int, double[][], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
extract row r of A into vector b.
- getSampler() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getSampler() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getSampler() - Method in interface net.imglib2.neighborsearch.NearestNeighborSearch
-
Access the data of the nearest neighbor.
- getSampler() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- getSampler() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- getSampler(int) - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Access the data of the ith nearest neighbor, ordered by square Euclidean distance.
- getSampler(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getSampler(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getSampler(int) - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Access the data of the ith neighbor within radius.
- getSampler(int) - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- getScaledColor(int) - Method in class net.imglib2.display.ScaledARGBConverter
- getShear() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- getShear() - Method in class net.imglib2.transform.integer.shear.InverseShearTransform
- getShear() - Method in class net.imglib2.transform.integer.shear.ShearTransform
- getShearDimension() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- getShort() - Method in class net.imglib2.type.numeric.integer.GenericShortType
-
Returns the primitive short value that is used to store this type.
- getSliceIndex(double) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- getSliceIndex(double) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- getSource() - Method in class net.imglib2.AbstractWrappedRealInterval
- getSource() - Method in class net.imglib2.converter.AbstractConvertedRandomAccessible
- getSource() - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccessible
- getSource() - Method in class net.imglib2.interpolation.Interpolant
- getSource() - Method in class net.imglib2.view.ExtendedRandomAccessibleInterval
- getSource() - Method in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- getSource() - Method in class net.imglib2.view.IntervalView
-
Gets the underlying source
RandomAccessible. - getSource() - Method in class net.imglib2.view.MixedTransformView
- getSource() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible
- getSource() - Method in class net.imglib2.view.SubsampleView
- getSource() - Method in interface net.imglib2.view.TransformedRandomAccessible
-
Get the source of the TransformedRandomAccessible.
- getSource() - Method in class net.imglib2.view.TransformView
- getSourceSlices() - Method in class net.imglib2.view.StackView
-
Get the source slices that are stacked in this
StackView. - getSplitCoordinate() - Method in class net.imglib2.KDTreeNode
-
Get the position along
KDTreeNode.getSplitDimension()where this node divides the space. - getSplitDimension() - Method in class net.imglib2.KDTreeNode
-
Get the dimension along which this node divides the space.
- getSquareDistance() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getSquareDistance() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getSquareDistance() - Method in interface net.imglib2.neighborsearch.NearestNeighborSearch
-
Access the square Euclidean distance between the reference location as used for the last search and the nearest neighbor, ordered by square Euclidean distance.
- getSquareDistance() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- getSquareDistance() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- getSquareDistance(int) - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Access the square Euclidean distance between the reference location as used for the last search and the ith nearest neighbor, ordered by square Euclidean distance.
- getSquareDistance(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- getSquareDistance(int) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- getSquareDistance(int) - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Access the square Euclidean distance between the reference location as used for the last search and the ith neighbor.
- getSquareDistance(int) - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- getStackAccessMode() - Method in class net.imglib2.view.StackView
- getSteps() - Method in class net.imglib2.view.SubsampleView
- getSuggestedKernelDiameter(double) - Static method in class net.imglib2.util.Util
- getSuitableImgFactory(Dimensions, T) - Static method in class net.imglib2.util.Util
- getSum() - Method in class net.imglib2.util.RealSum
-
Get the current sum.
- getTaskExecutor() - Static method in class net.imglib2.parallel.Parallelization
-
Returns the
TaskExecutorthat was set for this thread. - getTransform() - Method in class net.imglib2.blocks.ViewProperties
- getTransformToSource() - Method in class net.imglib2.blocks.ViewNode.MixedTransformViewNode
- getTransformToSource() - Method in class net.imglib2.view.MixedTransformView
- getTransformToSource() - Method in interface net.imglib2.view.TransformedRandomAccessible
-
Get the transformation from view coordinates into
sourcecoordinates. - getTransformToSource() - Method in class net.imglib2.view.TransformView
- getTranslation(int) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getTranslation(int) - Method in interface net.imglib2.transform.integer.Mixed
-
Get the d-th component of translation (see
Mixed.getTranslation(long[])). - getTranslation(int) - Method in class net.imglib2.transform.integer.MixedTransform
- getTranslation(int) - Method in class net.imglib2.transform.integer.SlicingTransform
- getTranslation(int) - Method in class net.imglib2.transform.integer.TranslationTransform
- getTranslation(int) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- getTranslation(long[]) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- getTranslation(long[]) - Method in interface net.imglib2.transform.integer.Mixed
-
Get the translation.
- getTranslation(long[]) - Method in class net.imglib2.transform.integer.MixedTransform
- getTranslation(long[]) - Method in class net.imglib2.transform.integer.SlicingTransform
- getTranslation(long[]) - Method in class net.imglib2.transform.integer.TranslationTransform
- getTranslation(long[]) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- getType() - Method in class net.imglib2.blocks.FallbackPrimitiveBlocks
- getType() - Method in interface net.imglib2.blocks.PrimitiveBlocks
- getType() - Method in class net.imglib2.blocks.ViewPrimitiveBlocks
- getType() - Method in class net.imglib2.converter.read.BiConvertedCursor
- getType() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
- getType() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- getType() - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- getType() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
- getType() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- getType() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- getType() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- getType() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- getType() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- getType() - Method in class net.imglib2.converter.read.ConvertedCursor
- getType() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
- getType() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
- getType() - Method in class net.imglib2.converter.read.ConvertedRandomAccess
- getType() - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
- getType() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- getType() - Method in class net.imglib2.converter.read.ConvertedRealCursor
- getType() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccess
- getType() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- getType() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- getType() - Method in class net.imglib2.converter.readwrite.TypeUtils.ConstantSampler
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedCursor
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableInterval
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRealInterval
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessible
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- getType() - Method in class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- getType() - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- getType() - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- getType() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- getType() - Method in class net.imglib2.histogram.Histogram1d
- getType() - Method in class net.imglib2.histogram.HistogramNd
- getType() - Method in class net.imglib2.img.AbstractNativeImg
- getType() - Method in class net.imglib2.img.array.AbstractArrayCursor
- getType() - Method in class net.imglib2.img.array.AbstractArrayLocalizingCursor
- getType() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- getType() - Method in class net.imglib2.img.array.ArrayRandomAccess
- getType() - Method in class net.imglib2.img.array.ArraySpliterator
- getType() - Method in class net.imglib2.img.cell.CellCursor
- getType() - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- getType() - Method in class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- getType() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- getType() - Method in class net.imglib2.img.cell.CellRandomAccess
- getType() - Method in class net.imglib2.img.cell.CellSpliterator
- getType() - Method in class net.imglib2.img.cell.LazyCellImg.LazyCells
- getType() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- getType() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- getType() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- getType() - Method in class net.imglib2.img.list.ListCursor
- getType() - Method in class net.imglib2.img.list.ListImg
- getType() - Method in class net.imglib2.img.list.ListLocalizingCursor
- getType() - Method in class net.imglib2.img.list.ListRandomAccess
- getType() - Method in class net.imglib2.img.planar.PlanarCursor
- getType() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- getType() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
- getType() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- getType() - Method in class net.imglib2.img.planar.PlanarRandomAccess
- getType() - Method in class net.imglib2.img.planar.PlanarSpliterator
- getType() - Method in class net.imglib2.img.sparse.NtreeCursor
- getType() - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- getType() - Method in class net.imglib2.interpolation.Interpolant
- getType() - Method in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- getType() - Method in class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator
- getType() - Method in class net.imglib2.interpolation.randomaccess.FloorInterpolator
- getType() - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- getType() - Method in class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolator
- getType() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- getType() - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- getType() - Method in interface net.imglib2.IterableRealInterval
-
Get an instance of
T. - getType() - Method in class net.imglib2.KDTree
- getType() - Method in class net.imglib2.KDTree.KDTreeCursor
- getType() - Method in class net.imglib2.kdtree.KDTreeData
- getType() - Method in class net.imglib2.KDTreeNode
- getType() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- getType() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- getType() - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- getType() - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- getType() - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- getType() - Method in class net.imglib2.PointSample
- getType() - Method in class net.imglib2.PointSampleList
- getType() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- getType() - Method in class net.imglib2.position.FunctionRandomAccessible.FunctionRandomAccess
- getType() - Method in class net.imglib2.position.FunctionRandomAccessible
- getType() - Method in class net.imglib2.position.FunctionRealRandomAccessible
- getType() - Method in class net.imglib2.position.FunctionRealRandomAccessible.RealFunctionRealRandomAccess
- getType() - Method in class net.imglib2.position.PositionRandomAccessible
- getType() - Method in class net.imglib2.position.PositionRandomAccessible.PositionRandomAccess
- getType() - Method in class net.imglib2.position.RealPositionRealRandomAccessible
- getType() - Method in class net.imglib2.position.RealPositionRealRandomAccessible.RealPositionRealRandomAccess
- getType() - Method in class net.imglib2.RealPointSample
- getType() - Method in class net.imglib2.RealPointSampleList
- getType() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- getType() - Method in interface net.imglib2.Sampler
- getType() - Method in class net.imglib2.stream.CursorSpliterator
- getType() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- getType() - Method in class net.imglib2.stream.RealCursorSpliterator
- getType() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- getType() - Method in interface net.imglib2.Typed
-
Get an instance of
T. - getType() - Method in class net.imglib2.util.Grid.CellIntervals
- getType() - Method in class net.imglib2.util.Grid.CellIntervalsRA
- getType() - Method in class net.imglib2.util.Localizables.LocationRandomAccess
- getType() - Method in class net.imglib2.util.Localizables.LocationRandomAccessible
- getType() - Method in class net.imglib2.util.Localizables.RealLocationRealRandomAccess
- getType() - Method in class net.imglib2.util.Localizables.RealLocationRealRandomAccessible
- getType() - Method in class net.imglib2.view.BundleView.BundleRandomAccess
- getType() - Method in class net.imglib2.view.BundleView
- getType() - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- getType() - Method in class net.imglib2.view.composite.CompositeView
- getType() - Method in class net.imglib2.view.composite.InflateView
- getType() - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- getType() - Method in class net.imglib2.view.composite.InterleaveView
- getType() - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- getType() - Method in class net.imglib2.view.ExtendedRandomAccessibleInterval
- getType() - Method in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- getType() - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- getType() - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- getType() - Method in class net.imglib2.view.FunctionView.FunctionRandomAccess
- getType() - Method in class net.imglib2.view.FunctionView
- getType() - Method in class net.imglib2.view.HyperSlice
- getType() - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- getType() - Method in class net.imglib2.view.HyperSlicesView
- getType() - Method in class net.imglib2.view.HyperSlicesView.HyperSlicesViewRandomAccess
- getType() - Method in class net.imglib2.view.IntervalView
- getType() - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- getType() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- getType() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- getType() - Method in class net.imglib2.view.iteration.SlicingCursor
- getType() - Method in class net.imglib2.view.MixedRandomAccess
- getType() - Method in class net.imglib2.view.MixedTransformView
- getType() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- getType() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible
- getType() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- getType() - Method in class net.imglib2.view.RandomAccessiblePair
- getType() - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- getType() - Method in class net.imglib2.view.SlicingRandomAccess
- getType() - Method in class net.imglib2.view.StackView.DefaultRA
- getType() - Method in class net.imglib2.view.StackView
- getType() - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- getType() - Method in class net.imglib2.view.SubsampleView
- getType() - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- getType() - Method in interface net.imglib2.view.TransformedRandomAccessible
- getType() - Method in class net.imglib2.view.TransformRandomAccess
- getType() - Method in class net.imglib2.view.TranslationRandomAccess
- getType(Iterable<T>) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Returns the first element of
values. - getTypeFromInterval(F) - Static method in class net.imglib2.util.Util
-
Deprecated.
- getTypeFromRealInterval(F) - Static method in class net.imglib2.util.Util
-
Deprecated.
- getUnsignedByte(byte) - Static method in class net.imglib2.type.numeric.integer.UnsignedByteType
- getUnsignedInt(int) - Static method in class net.imglib2.type.numeric.integer.UnsignedIntType
- getUnsignedShort(short) - Static method in class net.imglib2.type.numeric.integer.UnsignedShortType
- getUpperBound(long, T) - Method in interface net.imglib2.histogram.BinMapper1d
-
Gets the data value associated with the right edge of a bin.
- getUpperBound(long, T) - Method in class net.imglib2.histogram.Histogram1d
-
Gets the value associated with the right edge of the bin.
- getUpperBound(long, T) - Method in class net.imglib2.histogram.Integer1dBinMapper
- getUpperBound(long, T) - Method in class net.imglib2.histogram.Real1dBinMapper
- getUpperBounds(long[], List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Gets the values associated with the right edge of a bin.
- getValue() - Method in class net.imglib2.blocks.ExtensionImpl.ConstantExtension
- getValue() - Method in class net.imglib2.img.sparse.Ntree.NtreeNode
- getValue() - Method in class net.imglib2.outofbounds.OutOfBoundsConstantValueFactory
- getValue() - Method in class net.imglib2.type.numeric.integer.GenericByteType
-
Deprecated.Use
GenericByteType.getByte()instead. - getValue() - Method in class net.imglib2.type.numeric.integer.GenericIntType
-
Deprecated.Use
GenericIntType.getInt()instead. - getValue() - Method in class net.imglib2.type.numeric.integer.GenericLongType
-
Deprecated.Use
GenericLongType.getLong()instead. - getValue() - Method in class net.imglib2.type.numeric.integer.GenericShortType
-
Deprecated.Use
GenericShortType.getShort()instead. - getValue(int) - Method in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
-
This is only intended to work with UnsignedByteType! We ignore index!!!
- getValue(int) - Method in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeARGBAccess
- getValue(int) - Method in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeRGBAccess
- getValue(int) - Method in class net.imglib2.converter.readwrite.RealDoubleSamplerConverter.RealConvertingDoubleAccess
-
This is only intended to work with DoubleType! We ignore index!!!
- getValue(int) - Method in class net.imglib2.converter.readwrite.RealFloatSamplerConverter.RealConvertingFloatAccess
-
This is only intended to work with FloatType! We ignore index!!!
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.BooleanAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.ByteAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.CharAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.DoubleAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.FloatAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.IntAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.LongAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- getValue(int) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- getValue(int) - Method in interface net.imglib2.img.basictypeaccess.ShortAccess
- getValue(int) - Method in class net.imglib2.img.sparse.BooleanNtree
- getValue(int) - Method in class net.imglib2.img.sparse.ByteNtree
- getValue(int) - Method in class net.imglib2.img.sparse.CharNtree
- getValue(int) - Method in class net.imglib2.img.sparse.DoubleNtree
- getValue(int) - Method in class net.imglib2.img.sparse.FloatNtree
- getValue(int) - Method in class net.imglib2.img.sparse.IntNtree
- getValue(int) - Method in class net.imglib2.img.sparse.LongNtree
- getValue(int) - Method in class net.imglib2.img.sparse.ShortNtree
- getValues() - Method in class net.imglib2.display.AbstractArrayColorTable
- getValues() - Method in interface net.imglib2.display.ArrayColorTable
-
Gets a copy of the entire color table.
- getValues(AbstractByteArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Copy values into a
AbstractByteArray. - getValues(AbstractByteArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Copy values into a
AbstractByteArray. - getValues(AbstractCharArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Copy values into a
AbstractCharArray. - getValues(AbstractCharArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Copy values into a
AbstractCharArray. - getValues(AbstractDoubleArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Copy values into a
AbstractDoubleArray. - getValues(AbstractDoubleArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Copy values into a
AbstractDoubleArray. - getValues(AbstractFloatArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Copy values into a
AbstractFloatArray. - getValues(AbstractFloatArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Copy values into a
AbstractFloatArray. - getValues(AbstractIntArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Copy values into a
AbstractIntArray. - getValues(AbstractIntArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Copy values into a
AbstractIntArray. - getValues(AbstractLongArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Copy values into a
AbstractLongArray. - getValues(AbstractLongArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Copy values into a
AbstractLongArray. - getValues(AbstractShortArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Copy values into a
AbstractShortArray. - getValues(AbstractShortArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Copy values into a
AbstractShortArray. - getView() - Method in class net.imglib2.blocks.FallbackProperties
- getViewProperties() - Method in class net.imglib2.blocks.ViewAnalyzer
- getViewProperties() - Method in class net.imglib2.blocks.ViewPropertiesOrError
- getViewProperties(RandomAccessible<T>) - Static method in class net.imglib2.blocks.ViewAnalyzer
- getViewType() - Method in class net.imglib2.blocks.FallbackProperties
- getViewType() - Method in class net.imglib2.blocks.ViewProperties
- getWeight(long[]) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- globalIndex(int, int) - Method in class net.imglib2.img.planar.PlanarSpliterator
- globalIndex(long, int) - Method in class net.imglib2.img.cell.CellSpliterator
- globalPositionToIndex(long[]) - Method in class net.imglib2.img.cell.Cell
-
Compute the index in the underlying flat array of this cell which corresponds to the specified global
position. - gLog(double, double) - Static method in class net.imglib2.util.Util
- gLog(float, float) - Static method in class net.imglib2.util.Util
- gLogInv(double, double) - Static method in class net.imglib2.util.Util
- gLogInv(float, float) - Static method in class net.imglib2.util.Util
- gray() - Static method in class net.imglib2.display.ColorTable16
-
Creates a linear grayscale ramp with 3 components and 65536 values.
- gray() - Static method in class net.imglib2.display.ColorTable8
-
Creates a linear grayscale ramp with 3 components and 256 values.
- graycodeBckRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- graycodeBckRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- graycodeBckRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- graycodeBckRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- graycodeBckRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- graycodeFwdRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorRealType
- graycodeFwdRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- graycodeFwdRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- graycodeFwdRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- graycodeFwdRecursive(int) - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- green(int) - Static method in class net.imglib2.type.numeric.ARGBType
- GREEN - Static variable in interface net.imglib2.display.ColorTable
- grid - Variable in class net.imglib2.img.cell.AbstractCellImg
- grid - Variable in class net.imglib2.img.cell.CellCursor
- grid - Variable in class net.imglib2.img.cell.CellRandomAccess
- grid - Variable in class net.imglib2.img.cell.CellSpliterator
- Grid - Class in net.imglib2.util
-
Defines a regular grid on an interval and translates between interval and grid coordinates.
- Grid(long[], long[]) - Constructor for class net.imglib2.util.Grid
- Grid(long[], long[], long[]) - Constructor for class net.imglib2.util.Grid
- Grid(Grid) - Constructor for class net.imglib2.util.Grid
- Grid.CellIntervals - Class in net.imglib2.util
- Grid.CellIntervalsRA - Class in net.imglib2.util
- gridDimension(int) - Method in class net.imglib2.img.cell.CellGrid
-
Get the number of cells in dimension
d. - gridDimension(int) - Method in class net.imglib2.util.Grid
-
Get the number of cells in dimension
d. - gridDimensions(long[]) - Method in class net.imglib2.img.cell.CellGrid
-
Write the number of cells in each dimension into the provided
dimensionsarray. - gridDimensions(long[]) - Method in class net.imglib2.util.Grid
-
Write the number of cells in each dimension into the provided
dimensionsarray. - gridx - Variable in class net.imglib2.blocks.Ranges.Range
H
- hardRefs - Variable in class net.imglib2.util.CloseableThreadLocal
- hasChildren() - Method in class net.imglib2.img.sparse.Ntree.NtreeNode
- hasConverterSupplier() - Method in class net.imglib2.blocks.ViewProperties
- hasDefaultConstructor(Class<?>) - Static method in class net.imglib2.loops.ClassCopyProvider
- hasFlatIterationOrder - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- hasFullSourceMapping() - Method in class net.imglib2.transform.integer.MixedTransform
-
Check whether the transforms has a full mapping of source to target components (no source component is discarded).
- hasFullSourceMapping() - Method in class net.imglib2.transform.integer.SlicingTransform
-
Check whether the transforms has a full mapping of source to target components (no source component is discarded).
- hashcode - Variable in class net.imglib2.img.cell.CellGrid
- hashcode - Variable in class net.imglib2.util.Grid
- hashCode() - Method in class net.imglib2.blocks.Ranges.Range
- hashCode() - Method in class net.imglib2.FinalDimensions
- hashCode() - Method in class net.imglib2.FinalInterval
- hashCode() - Method in class net.imglib2.FinalRealInterval
- hashCode() - Method in class net.imglib2.img.cell.CellGrid
- hashCode() - Method in class net.imglib2.Point
- hashCode() - Method in class net.imglib2.PointSample
- hashCode() - Method in class net.imglib2.RealPoint
- hashCode() - Method in class net.imglib2.RealPointSample
- hashCode() - Method in class net.imglib2.type.logic.BitType
- hashCode() - Method in class net.imglib2.type.logic.BoolType
- hashCode() - Method in class net.imglib2.type.logic.NativeBoolType
- hashCode() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- hashCode() - Method in class net.imglib2.type.numeric.ARGBType
- hashCode() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- hashCode() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- hashCode() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- hashCode() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- hashCode() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- hashCode() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- hashCode() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- hashCode() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- hashCode() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- hashCode() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- hashCode() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- hashCode() - Method in class net.imglib2.type.numeric.real.FloatType
- hashCode() - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- hashCode() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- hashCode() - Method in class net.imglib2.util.Grid
- hashCode() - Method in class net.imglib2.util.ValuePair
- hasNext() - Method in class net.imglib2.converter.AbstractConvertedCursor
- hasNext() - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- hasNext() - Method in class net.imglib2.converter.read.BiConvertedCursor
-
The correct logic would be to
return sourceA.hasNext() && sourceB.hasNext()but we test only sourceA for efficiency. - hasNext() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
-
The correct logic would be to return
sourceA.hasNext() && sourceB.hasNext()but we test only sourceA for efficiency. - hasNext() - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- hasNext() - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- hasNext() - Method in class net.imglib2.img.array.AbstractArrayCursor
- hasNext() - Method in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Returns true if another step forward is possible.
- hasNext() - Method in class net.imglib2.img.cell.CellCursor
- hasNext() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- hasNext() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- hasNext() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- hasNext() - Method in class net.imglib2.img.list.ListCursor
- hasNext() - Method in class net.imglib2.img.list.ListLocalizingCursor
- hasNext() - Method in class net.imglib2.img.planar.PlanarCursor
-
Note: This test is fragile in a sense that it returns true for elements after the last element as well.
- hasNext() - Method in class net.imglib2.img.planar.PlanarCursor1D
- hasNext() - Method in class net.imglib2.img.planar.PlanarCursor2D
- hasNext() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
-
Note: This test is fragile in a sense that it returns true for elements after the last element as well.
- hasNext() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor1D
- hasNext() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor2D
- hasNext() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Returns true if another step forward is possible.
- hasNext() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Returns true if another step forward is possible.
- hasNext() - Method in interface net.imglib2.Iterator
-
Returns true if another step forward is possible.
- hasNext() - Method in class net.imglib2.iterator.IntervalIterator
- hasNext() - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- hasNext() - Method in class net.imglib2.KDTree.KDTreeCursor
- hasNext() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- hasNext() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- hasNext() - Method in class net.imglib2.view.iteration.SlicingCursor
-
Returns true if another step forward is possible.
- hasNext() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- hasPermuteInvertTransform - Variable in class net.imglib2.blocks.ViewProperties
- hasPermuteInvertTransform() - Method in class net.imglib2.blocks.ViewProperties
-
Returns
trueif there is a non-identitypermute-inverttransform. - hasTails() - Method in interface net.imglib2.histogram.BinMapper1d
-
Returns true if this bin mapping has bins on the ends of the distribution that count out of bounds values.
- hasTails() - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if the histogram has tail bins at both ends which count extreme values.
- hasTails() - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if the histogram has tail bins which count extreme values for one or more dimensions
- hasTails() - Method in class net.imglib2.histogram.Integer1dBinMapper
- hasTails() - Method in class net.imglib2.histogram.Real1dBinMapper
- hasTails(int) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if the histogram has tail bins which count extreme values for the given dimension.
- hasTransform - Variable in class net.imglib2.blocks.ViewProperties
- hasTransform() - Method in class net.imglib2.blocks.ViewProperties
-
Returns
trueif there is a non-identitytransform. - helper - Variable in class net.imglib2.display.awt.SignedShortDataBuffer
- Histogram1d<T> - Class in net.imglib2.histogram
-
A Histogram1d is a histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areas
- Histogram1d(Iterable<T>, BinMapper1d<T>) - Constructor for class net.imglib2.histogram.Histogram1d
-
Construct a histogram from an iterable set of data and a bin mapping algorithm.
- Histogram1d(BinMapper1d<T>) - Constructor for class net.imglib2.histogram.Histogram1d
-
Construct a histogram from a bin mapping algorithm.
- Histogram1d(Histogram1d<T>) - Constructor for class net.imglib2.histogram.Histogram1d
-
Construct a histogram whose bin mappings match another histogram.
- histogramNd(double[], double[], long[], boolean[]) - Static method in class net.imglib2.histogram.Real1dBinMapper
-
This is a convenience method for creating a
HistogramNdfrom inputs that describe a set of real 1-d based bin mappers. - histogramNd(long[], long[], boolean[]) - Static method in class net.imglib2.histogram.Integer1dBinMapper
-
This is a convenience method for creating a
HistogramNdfrom inputs that describe a set of integer 1-d based bin mappers. - HistogramNd<T> - Class in net.imglib2.histogram
-
A HistogramNd is an n-dimensional histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areas
- HistogramNd(Iterable<List<T>>, List<BinMapper1d<T>>) - Constructor for class net.imglib2.histogram.HistogramNd
-
Construct a histogram from an iterable set of data and a list of bin mapping algorithms.
- HistogramNd(List<Iterable<T>>, List<BinMapper1d<T>>) - Constructor for class net.imglib2.histogram.HistogramNd
-
Construct a histogram from an iterable set of data and a list of bin mapping algorithms.
- HistogramNd(List<BinMapper1d<T>>) - Constructor for class net.imglib2.histogram.HistogramNd
-
Construct a histogram from a list of bin mapping algorithms.
- HistogramNd(HistogramNd<T>) - Constructor for class net.imglib2.histogram.HistogramNd
-
Construct a histogram whose bin mappings match another histogram.
- HistogramNd.Counter - Interface in net.imglib2.histogram
- HistogramNd.Decrementer - Class in net.imglib2.histogram
- HistogramNd.Incrementer - Class in net.imglib2.histogram
- hyperSlice(int, int, long) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.hyperSlice(RandomAccessible, int, long). - hyperSlice(Interval, int) - Static method in class net.imglib2.util.Intervals
-
Take a (n-1)-dimensional slice of a n-dimensional interval, dropping the d axis.
- hyperSlice(RandomAccessible<T>, int, long) - Static method in class net.imglib2.view.Views
-
take a (n-1)-dimensional slice of a n-dimensional view, fixing d-component of coordinates to pos.
- hyperSlice(RandomAccessibleInterval<T>, int, long) - Static method in class net.imglib2.view.Views
-
take a (n-1)-dimensional slice of a n-dimensional view, fixing d-component of coordinates to pos.
- HyperSlice<T> - Class in net.imglib2.view
- HyperSlice(RandomAccessible<T>, int[], long[]) - Constructor for class net.imglib2.view.HyperSlice
-
Create a new HyperSlice at a position.
- HyperSlice.HyperSliceRandomAccess - Class in net.imglib2.view
- HyperSliceRandomAccess() - Constructor for class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- HyperSliceRandomAccess(Interval) - Constructor for class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- hyperSlices(RandomAccessible<T>, int...) - Static method in class net.imglib2.view.Views
-
Provide an (n + m)-dimensional
RandomAccessibleof T as an m-dimensionalRandomAccessibleof n-dimensionalRandomAccessiblesof T. - HyperSlicesView<T> - Class in net.imglib2.view
- HyperSlicesView(RandomAccessible<T>, int...) - Constructor for class net.imglib2.view.HyperSlicesView
- HyperSlicesView.HyperSlicesViewRandomAccess - Class in net.imglib2.view
- HyperSlicesViewRandomAccess() - Constructor for class net.imglib2.view.HyperSlicesView.HyperSlicesViewRandomAccess
I
- i - Variable in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- i - Variable in class net.imglib2.converter.CompositeChannelConverter
- i - Variable in class net.imglib2.img.cell.CellCursor
- i - Variable in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- i - Variable in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- i - Variable in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- i - Variable in class net.imglib2.img.list.ListCursor
- i - Variable in class net.imglib2.img.list.ListLocalizingCursor
- i - Variable in class net.imglib2.img.list.ListRandomAccess
- i - Variable in class net.imglib2.type.AbstractBitType
- i - Variable in class net.imglib2.type.AbstractNativeType
- i - Variable in class net.imglib2.type.Index
- i - Variable in class net.imglib2.type.logic.BitType
- i - Variable in class net.imglib2.type.logic.NativeBoolType
- i - Variable in class net.imglib2.type.numeric.complex.ComplexDoubleType
- i - Variable in class net.imglib2.type.numeric.complex.ComplexFloatType
- i - Variable in class net.imglib2.type.numeric.integer.GenericByteType
- i - Variable in class net.imglib2.type.numeric.integer.GenericIntType
- i - Variable in class net.imglib2.type.numeric.integer.GenericLongType
- i - Variable in class net.imglib2.type.numeric.integer.GenericShortType
- i - Variable in class net.imglib2.type.numeric.integer.Unsigned128BitType
- i - Variable in class net.imglib2.type.numeric.NativeARGBDoubleType
- i - Variable in class net.imglib2.type.numeric.real.DoubleType
- i - Variable in class net.imglib2.type.numeric.real.FloatType
- IDENTITY - net.imglib2.blocks.ViewNode.ViewType
- ifExists(int) - Method in class net.imglib2.kdtree.KDTreeImpl
-
If a node with index
iexists, returnsi. - ignoredCount - Variable in class net.imglib2.histogram.Histogram1d
- ignoredCount - Variable in class net.imglib2.histogram.HistogramNd
- ignoredCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of values that were ignored because they could not be mapped to any bin.
- ignoredCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of values that were ignored because they could not be mapped to any bin.
- ii - Variable in class net.imglib2.img.ImgView
- image - Variable in class net.imglib2.display.screenimage.awt.ARGBScreenImage
- image - Variable in class net.imglib2.util.FlatCollections.CollectionFromII
- image() - Method in class net.imglib2.display.screenimage.awt.ARGBScreenImage
- image() - Method in class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
- image() - Method in interface net.imglib2.display.screenimage.awt.AWTScreenImage
- image() - Method in interface net.imglib2.display.screenimage.ScreenImage
- images - Variable in class net.imglib2.loops.LoopBuilder
- imagesAsIterableIntervals() - Method in class net.imglib2.loops.LoopBuilder
- imagesEqual(RandomAccessibleInterval<? extends T>, RandomAccessibleInterval<? extends U>) - Static method in class net.imglib2.util.Util
-
Checks if both images have equal intervals and content.
- imagesEqual(RandomAccessibleInterval<? extends T>, RandomAccessibleInterval<? extends U>, BiPredicate<T, U>) - Static method in class net.imglib2.util.Util
-
Checks if both images have equal intervals and content.
- imaginaryI - Variable in class net.imglib2.type.numeric.complex.ComplexDoubleType
- img - Variable in class net.imglib2.img.array.AbstractArrayCursor
-
Source image
- img - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
The underlying source
ArrayImg. - img - Variable in class net.imglib2.img.array.ArrayLocalizingSpliterator
- img - Variable in class net.imglib2.img.array.ArrayRandomAccess
- img - Variable in class net.imglib2.img.array.ArraySpliterator
- img - Variable in class net.imglib2.img.cell.CellIterationOrder
- img - Variable in class net.imglib2.img.cell.CellSpliterator
- img - Variable in class net.imglib2.img.list.ListCursor
- img - Variable in class net.imglib2.img.list.ListLocalizingCursor
- img - Variable in class net.imglib2.img.list.ListRandomAccess
- img - Variable in class net.imglib2.img.planar.PlanarSpliterator
- img - Variable in class net.imglib2.img.sparse.NtreeCursor
- img - Variable in class net.imglib2.img.sparse.NtreeRandomAccess
- img - Variable in class net.imglib2.type.AbstractBitType
- img - Variable in class net.imglib2.type.label.BasePairCharType
- img - Variable in class net.imglib2.type.logic.BitType
- img - Variable in class net.imglib2.type.logic.NativeBoolType
- img - Variable in class net.imglib2.type.numeric.ARGBType
- img - Variable in class net.imglib2.type.numeric.complex.ComplexDoubleType
- img - Variable in class net.imglib2.type.numeric.complex.ComplexFloatType
- img - Variable in class net.imglib2.type.numeric.integer.GenericByteType
- img - Variable in class net.imglib2.type.numeric.integer.GenericIntType
- img - Variable in class net.imglib2.type.numeric.integer.GenericLongType
- img - Variable in class net.imglib2.type.numeric.integer.GenericShortType
- img - Variable in class net.imglib2.type.numeric.integer.Unsigned128BitType
- img - Variable in class net.imglib2.type.numeric.NativeARGBDoubleType
- img - Variable in class net.imglib2.type.numeric.real.DoubleType
- img - Variable in class net.imglib2.type.numeric.real.FloatType
- img - Variable in class net.imglib2.type.volatiles.VolatileARGBType
- img - Variable in class net.imglib2.type.volatiles.VolatileByteType
- img - Variable in class net.imglib2.type.volatiles.VolatileDoubleType
- img - Variable in class net.imglib2.type.volatiles.VolatileFloatType
- img - Variable in class net.imglib2.type.volatiles.VolatileIntType
- img - Variable in class net.imglib2.type.volatiles.VolatileLongType
- img - Variable in class net.imglib2.type.volatiles.VolatileShortType
- img - Variable in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- img - Variable in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- img - Variable in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- img - Variable in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- Img<T> - Interface in net.imglib2.img
-
An
Imgis aRandomAccessibleIntervalthat has its min at 0n and its max positive. - imgDimension(int) - Method in class net.imglib2.img.cell.CellGrid
-
Get the number of pixels in dimension
d. - imgDimension(int) - Method in class net.imglib2.util.Grid
-
Get the number of pixels in dimension
d. - imgDimensions(long[]) - Method in class net.imglib2.img.cell.CellGrid
-
Write the number of pixels in each dimension into the provided
dimensionsarray. - imgDimensions(long[]) - Method in class net.imglib2.util.Grid
-
Write the number of pixels in each dimension into the provided
dimensionsarray. - imgFactory(Supplier<S>) - Method in class net.imglib2.img.ImgFactory
-
Creates the same
ImgFactoryfor a different generic parameter if possible. - imgFactory(S) - Method in class net.imglib2.img.array.ArrayImgFactory
- imgFactory(S) - Method in class net.imglib2.img.cell.CellImgFactory
- imgFactory(S) - Method in class net.imglib2.img.ImgFactory
-
Creates the same
ImgFactoryfor a different generic parameter if possible. - imgFactory(S) - Method in class net.imglib2.img.list.ListImgFactory
- imgFactory(S) - Method in class net.imglib2.img.planar.PlanarImgFactory
- imgFactory(S) - Method in class net.imglib2.img.sparse.NtreeImgFactory
- ImgFactory<T> - Class in net.imglib2.img
-
TODO
- ImgFactory() - Constructor for class net.imglib2.img.ImgFactory
-
Deprecated.
- ImgFactory(T) - Constructor for class net.imglib2.img.ImgFactory
- ImgLib2Assert - Class in net.imglib2.test
- ImgLib2Assert() - Constructor for class net.imglib2.test.ImgLib2Assert
- ImgLibException - Exception in net.imglib2.exception
- ImgLibException() - Constructor for exception net.imglib2.exception.ImgLibException
- ImgLibException(Object, String) - Constructor for exception net.imglib2.exception.ImgLibException
- ImgLibException(String) - Constructor for exception net.imglib2.exception.ImgLibException
- ImgLibException(Throwable) - Constructor for exception net.imglib2.exception.ImgLibException
- ImgUtil - Class in net.imglib2.util
-
This class contains static methods for copying image data to and from Img instances.
- ImgUtil() - Constructor for class net.imglib2.util.ImgUtil
- ImgView<T extends Type<T>> - Class in net.imglib2.img
-
Allows a
RandomAccessibleIntervalto be treated as anImg. - ImgView(RandomAccessibleInterval<T>, ImgFactory<T>) - Constructor for class net.imglib2.img.ImgView
-
Deprecated.
- Imp(double, double) - Constructor for class net.imglib2.display.RealARGBColorConverterFactory.Imp
- impl - Variable in class net.imglib2.KDTree
- impl - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- impl - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- impl - Variable in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- impl() - Method in class net.imglib2.KDTree
-
Access to pure coordinate kD Tree implementation.
- inc - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- inc() - Method in class net.imglib2.type.Index
-
Increment the index.
- inc() - Method in class net.imglib2.type.logic.BitType
- inc() - Method in class net.imglib2.type.logic.NativeBoolType
- inc() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- inc() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- inc() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- inc() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- inc() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- inc() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- inc() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- inc() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- inc() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- inc() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- inc() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- inc() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- inc() - Method in class net.imglib2.type.numeric.real.FloatType
- inc() - Method in interface net.imglib2.type.numeric.RealType
- inc() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- inc(int) - Method in class net.imglib2.type.Index
-
Increase the index by
decrementsteps. - incIndex() - Method in interface net.imglib2.type.NativeType
-
Deprecated.Use
index().inc()instead. If possible, request theindex()object only once and re-use it. - incIndex(int) - Method in interface net.imglib2.type.NativeType
-
Deprecated.Use
index().inc(int)instead. If possible, request theindex()object only once and re-use it. - includesLowerBound(int, long) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if the given bin interval is closed on the left for the given dimension.
- includesLowerBound(long) - Method in interface net.imglib2.histogram.BinMapper1d
-
Returns true if values matching the left edge data value for a given bin are counted in the distribution.
- includesLowerBound(long) - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if the given bin interval is closed on the left
- includesLowerBound(long) - Method in class net.imglib2.histogram.Integer1dBinMapper
- includesLowerBound(long) - Method in class net.imglib2.histogram.Real1dBinMapper
- includesLowerBounds(long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if the given bin interval is closed on the left
- includesUpperBound(int, long) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if the given bin interval is closed on the right for the given dimension.
- includesUpperBound(long) - Method in interface net.imglib2.histogram.BinMapper1d
-
Returns true if values matching the right edge data value for a given bin are counted in the distribution.
- includesUpperBound(long) - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if the given bin interval is closed on the right
- includesUpperBound(long) - Method in class net.imglib2.histogram.Integer1dBinMapper
- includesUpperBound(long) - Method in class net.imglib2.histogram.Real1dBinMapper
- includesUpperBounds(long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if the given bin interval is closed on the right
- IncompatibleTypeException - Exception in net.imglib2.exception
-
Is thrown if a
Typeis not supported. - IncompatibleTypeException(Object, String) - Constructor for exception net.imglib2.exception.IncompatibleTypeException
- increment(long) - Method in class net.imglib2.histogram.Histogram1d
-
Directly increment a bin by position.
- increment(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Increments the frequency count of a specified bin.
- increment(long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Directly increment a bin by position.
- increment(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Directly increment a bin by value.
- increment(T) - Method in class net.imglib2.histogram.Histogram1d
-
Directly increment a bin by value.
- incrementer - Variable in class net.imglib2.histogram.HistogramNd
- Incrementer() - Constructor for class net.imglib2.histogram.HistogramNd.Incrementer
- independentCopy() - Method in class net.imglib2.blocks.FallbackPrimitiveBlocks
- independentCopy() - Method in interface net.imglib2.blocks.PrimitiveBlocks
- independentCopy() - Method in class net.imglib2.blocks.ViewPrimitiveBlocks
- index - Variable in class net.imglib2.img.array.ArrayLocalizingSpliterator
- index - Variable in class net.imglib2.img.array.ArraySpliterator
- index - Variable in class net.imglib2.img.cell.CellLocalizingCursor
-
The current index of the type.
- index - Variable in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- index - Variable in class net.imglib2.img.cell.CellSpliterator
- index - Variable in class net.imglib2.img.planar.PlanarCursor
-
The current index of the type.
- index - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
-
The current index of the type.
- index - Variable in class net.imglib2.img.planar.PlanarSpliterator
- index - Variable in class net.imglib2.iterator.IntervalIterator
- index - Variable in class net.imglib2.PointSampleList.PointSampleListCursor
- index - Variable in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- index - Variable in class net.imglib2.stream.CursorSpliterator
-
The current index, modified on advance/split.
- index - Variable in class net.imglib2.stream.RealCursorSpliterator
-
The current index, modified on advance/split.
- index - Variable in class net.imglib2.view.RandomAccessibleIntervalCursor
- index() - Method in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- index() - Method in class net.imglib2.type.AbstractBitType
- index() - Method in class net.imglib2.type.AbstractNativeType
- index() - Method in class net.imglib2.type.logic.BitType
- index() - Method in class net.imglib2.type.logic.NativeBoolType
- index() - Method in interface net.imglib2.type.NativeType
-
Get the (modifiable) index into the current data array.
- index() - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- index() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- index() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- index() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- index() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- index() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- index() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- index() - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- index() - Method in class net.imglib2.type.numeric.real.DoubleType
- index() - Method in class net.imglib2.type.numeric.real.FloatType
- index() - Method in class net.imglib2.type.volatiles.AbstractVolatileNativeNumericType
- index() - Method in class net.imglib2.type.volatiles.AbstractVolatileNativeRealType
- Index - Class in net.imglib2.type
- Index() - Constructor for class net.imglib2.type.Index
- indexOfFirstPixelInCell(long) - Method in class net.imglib2.img.cell.CellGrid
-
Get the global index of the first pixel in the cell with the given
cellGridIndex. - indexOfFirstPixelInCell(long[]) - Method in class net.imglib2.img.cell.CellGrid
-
Get the global index of the first pixel in the cell with the given grid coordinates.
- indexOfFirstPixelInCell(long, long[]) - Method in class net.imglib2.img.cell.CellGrid
-
Get the global index of the first pixel in the cell with the given
cellGridIndex. - indexOfFirstPixelInCell(Localizable) - Method in class net.imglib2.img.cell.CellGrid
-
Get the global index of the first pixel in the cell with the given grid coordinates.
- indexToGlobalPosition(int, int) - Method in class net.imglib2.img.cell.Cell
- indexToGlobalPosition(int, int, int) - Method in class net.imglib2.img.planar.PlanarImg
-
Compute a global position from the index of a slice and an index within that slice.
- indexToGlobalPosition(int, int, int[]) - Method in class net.imglib2.img.planar.PlanarImg
-
Compute a global position from the index of a slice and an index within that slice.
- indexToGlobalPosition(int, long[]) - Method in class net.imglib2.img.cell.Cell
- indexToPosition(int, int[], double[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(int, int[], float[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(int, int[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(int, int[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(int, int[], int[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(int, int[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(int, int[], Positionable) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, long[], double[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, long[], float[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, long[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, long[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, long[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, long[], long[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPosition(long, Dimensions, Positionable) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionForInterval(long, Interval, Positionable) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(int, int[], int[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(int, int[], int[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(int, int[], int[], int[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(int, int[], int[], long[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(int, int[], long[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(long, long[], long[], double[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(long, long[], long[], float[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(long, long[], long[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(long, long[], long[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- indexToPositionWithOffset(long, long[], long[], long[], int) - Static method in class net.imglib2.util.IntervalIndexer
- indices - Variable in class net.imglib2.kdtree.KDTreeUtils.MakeTree
-
Temporary array to keep track of elements.
- indices - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- inflate(RandomAccessible<? extends Composite<T>>) - Static method in class net.imglib2.view.Views
-
Inflate an n-dimensional
RandomAccessibleofCompositeof T into an n+1-dimensonalRandomAccessibleof T. - InflateRandomAccess() - Constructor for class net.imglib2.view.composite.InflateView.InflateRandomAccess
- InflateRandomAccess(InflateView.InflateRandomAccess) - Constructor for class net.imglib2.view.composite.InflateView.InflateRandomAccess
- InflateView<T> - Class in net.imglib2.view.composite
-
InflateViewexpands the composite elements of aRandomAccessibleofCompositeof T into the trailing dimension of an (n+1)-dimensionalRandomAccessibleof T. - InflateView(RandomAccessible<? extends Composite<T>>) - Constructor for class net.imglib2.view.composite.InflateView
- InflateView.InflateRandomAccess - Class in net.imglib2.view.composite
- init(Iterable<List<T>>) - Method in class net.imglib2.histogram.HistogramNd
- init(Iterable<T>) - Method in class net.imglib2.histogram.Histogram1d
- init(List<Iterable<T>>) - Method in class net.imglib2.histogram.HistogramNd
- initialValue() - Method in class net.imglib2.util.CloseableThreadLocal
- initialValue() - Method in class net.imglib2.util.CloseableThreadLocal.SuppliedCloseableThreadLocal
- initInterval(int) - Static method in class net.imglib2.PointSampleList
- initPositions(int, int, Iterable<? extends RealLocalizable>) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Copy the coordinates of the given
pointsto a newdouble[][] positionsarray. - initRandomAccess(RandomAccessibleInterval<?>) - Static method in class net.imglib2.loops.LoopBuilder
- insert(double, int) - Method in class net.imglib2.kdtree.KNearestNeighborSearchImpl
-
Insert index into list of best nodes.
- INSTANCE - Static variable in class net.imglib2.parallel.SequentialTaskExecutor
- INT - net.imglib2.type.PrimitiveType
- INT - Static variable in interface net.imglib2.blocks.MemCopy
- INT(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- int2long(int[]) - Static method in class net.imglib2.util.Util
- IntAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- IntArray - Class in net.imglib2.img.basictypeaccess.array
- IntArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.IntArray
- IntArray(int[]) - Constructor for class net.imglib2.img.basictypeaccess.array.IntArray
- IntAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<ShortType, ShortArray>. - IntAWTScreenImage(ArrayImg<IntType, IntArray>) - Constructor for class net.imglib2.display.screenimage.awt.IntAWTScreenImage
- IntAWTScreenImage(IntType, IntArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.IntAWTScreenImage
- IntBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
IntBuffer - IntBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- IntBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- IntBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- IntBufferAccess(ByteBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- IntBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- IntBufferAccess(IntBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- IntBufferAccess(IntBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- INTEGER - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- Integer1dBinMapper<T extends IntegerType<T>> - Class in net.imglib2.histogram
-
Maps integer values into a 1-d set of bins.
- Integer1dBinMapper(long, long, boolean) - Constructor for class net.imglib2.histogram.Integer1dBinMapper
-
Specify a mapping of integral data from a user defined range into a specified number of bins.
- integerCollection(IterableInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps an
IntegerTypeiterable image as a collection. - IntegerConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.IntegerConverter
- integerConverterFactory(RealType<?>, RealType<?>) - Static method in class net.imglib2.converter.RealTypeConverterInternals
- integerList(RandomAccessibleInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps an
IntegerTyperandom-accessible image as a list. - IntegerType<T extends IntegerType<T>> - Interface in net.imglib2.type.numeric
-
TODO
- IntegerTypes - Class in net.imglib2.type.numeric.integer
- IntegerTypes() - Constructor for class net.imglib2.type.numeric.integer.IntegerTypes
- interiorBins - Variable in class net.imglib2.histogram.Real1dBinMapper
- interleave(RandomAccessible<? extends Composite<T>>) - Static method in class net.imglib2.view.Views
-
Interleave an n-dimensional
RandomAccessibleofCompositeof T into an n+1-dimensonalRandomAccessibleof T. - InterleaveRandomAccess() - Constructor for class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- InterleaveRandomAccess(InterleaveView.InterleaveRandomAccess) - Constructor for class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- InterleaveView<T> - Class in net.imglib2.view.composite
- InterleaveView(RandomAccessible<? extends Composite<T>>) - Constructor for class net.imglib2.view.composite.InterleaveView
- InterleaveView.InterleaveRandomAccess - Class in net.imglib2.view.composite
- Interpolant<T,F> - Class in net.imglib2.interpolation
-
A
RealRandomAccessiblethat is generated through interpolation. - Interpolant(F, InterpolatorFactory<T, F>, int) - Constructor for class net.imglib2.interpolation.Interpolant
-
Create an
Interpolantfor a source, a compatible intepolator factory and a specified number of dimensions. - Interpolant(EuclideanSpace, InterpolatorFactory<T, F>) - Constructor for class net.imglib2.interpolation.Interpolant
-
Deprecated.use the compile time safe constructor
Interpolant(Object, InterpolatorFactory, int)instead - interpolate(F, InterpolatorFactory<T, F>) - Static method in class net.imglib2.view.Views
-
Returns a
RealRandomAccessibleusing interpolation - interpolatedValue - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- InterpolatorFactory<T,F> - Interface in net.imglib2.interpolation
- intersect(Interval, Interval) - Static method in class net.imglib2.util.Intervals
-
Compute the intersection of two intervals.
- intersect(RealInterval, RealInterval) - Static method in class net.imglib2.util.Intervals
-
Compute the intersection of two intervals.
- interval - Variable in class net.imglib2.blocks.ViewNode.AbstractViewNode
- interval - Variable in class net.imglib2.FlatIterationOrder
- interval - Variable in class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- interval - Variable in class net.imglib2.loops.IterableLoopBuilder.Chunk
- interval - Variable in class net.imglib2.util.Grid.CellIntervalsRA
- interval - Variable in class net.imglib2.view.composite.CompositeIntervalView
- interval - Variable in class net.imglib2.view.iteration.IterableTransformBuilder
-
The interval which should be iterated.
- interval() - Method in class net.imglib2.blocks.ViewNode.AbstractViewNode
- interval() - Method in interface net.imglib2.blocks.ViewNode
- interval(RandomAccessible<T>, long[], long[]) - Static method in class net.imglib2.view.Views
-
Define an interval on a RandomAccessible.
- interval(RandomAccessible<T>, Interval) - Static method in class net.imglib2.view.Views
-
Define an interval on a RandomAccessible.
- Interval - Interface in net.imglib2
-
{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}
- INTERVAL - net.imglib2.blocks.ViewNode.ViewType
- IntervalChunks - Class in net.imglib2.loops
- IntervalChunks() - Constructor for class net.imglib2.loops.IntervalChunks
- IntervalIndexer - Class in net.imglib2.util
-
N-dimensional data is often stored in a flat 1-dimensional array.
- IntervalIndexer() - Constructor for class net.imglib2.util.IntervalIndexer
- IntervalIterator - Class in net.imglib2.iterator
-
Use this class to iterate a virtual
Intervalin flat order, that is: row by row, plane by plane, cube by cube, ... - IntervalIterator(int[]) - Constructor for class net.imglib2.iterator.IntervalIterator
-
Iterates an
Intervalof the given dimensions with min= 0n - IntervalIterator(int[], int[]) - Constructor for class net.imglib2.iterator.IntervalIterator
-
Iterates an
Intervalwith given min and max. - IntervalIterator(long[]) - Constructor for class net.imglib2.iterator.IntervalIterator
-
Iterates an
Intervalof the given dimensions with min= 0n - IntervalIterator(long[], long[]) - Constructor for class net.imglib2.iterator.IntervalIterator
-
Iterates an
Intervalwith given min and max. - IntervalIterator(Interval) - Constructor for class net.imglib2.iterator.IntervalIterator
-
Iterates a given
Interval. - intervals(RandomAccessible<T>, RandomAccessible<? extends Interval>) - Static method in class net.imglib2.view.Views
-
Given a RandomAccessible
img, and a RandomAccessible of Intervalsintervals, return a RandomAccessible ofintervals onimg. - intervals(RandomAccessible<T>, RandomAccessibleInterval<? extends Interval>) - Static method in class net.imglib2.view.Views
-
Given a RandomAccessible
img, and a RandomAccessibleInterval of intervalsintervals, return a RandomAccessibleInterval ofintervals onimg. - Intervals - Class in net.imglib2.util
-
Convenience methods for manipulating
Intervals. - Intervals() - Constructor for class net.imglib2.util.Intervals
- IntervalSampler<T> - Class in net.imglib2.display.projector.sampler
-
allows stepwise access to a preselected projected dimension.
- IntervalSampler(int, long, long) - Constructor for class net.imglib2.display.projector.sampler.IntervalSampler
- intervalToString(Interval) - Static method in class net.imglib2.test.ImgLib2Assert
- intervalToString(RealInterval) - Static method in class net.imglib2.test.ImgLib2Assert
- IntervalView<T> - Class in net.imglib2.view
-
IntervalView is a view that puts
Intervalboundaries on its sourceRandomAccessible. - IntervalView(RandomAccessible<T>, long[], long[]) - Constructor for class net.imglib2.view.IntervalView
-
Create a view that defines an interval on a source.
- IntervalView(RandomAccessible<T>, Interval) - Constructor for class net.imglib2.view.IntervalView
-
Create a view that defines an interval on a source.
- IntNtree - Class in net.imglib2.img.sparse
-
IntAccess based on a
Ntree<Integer>. - IntNtree(long[], long[], int) - Constructor for class net.imglib2.img.sparse.IntNtree
-
Standard constructor called by factory
- IntNtree(Ntree<Integer>, long[]) - Constructor for class net.imglib2.img.sparse.IntNtree
- intoBytes(long, long) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- ints(int[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- ints(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- ints(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- ints(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- IntType - Class in net.imglib2.type.numeric.integer
-
TODO
- IntType() - Constructor for class net.imglib2.type.numeric.integer.IntType
- IntType(int) - Constructor for class net.imglib2.type.numeric.integer.IntType
- IntType(IntAccess) - Constructor for class net.imglib2.type.numeric.integer.IntType
- IntType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.numeric.integer.IntType
- InvalidDimensionsException - Exception in net.imglib2.exception
- InvalidDimensionsException(int[], String) - Constructor for exception net.imglib2.exception.InvalidDimensionsException
- InvalidDimensionsException(long[], String) - Constructor for exception net.imglib2.exception.InvalidDimensionsException
- inverse - Variable in class net.imglib2.transform.integer.SequentializeTransform
- inverse - Variable in class net.imglib2.transform.integer.shear.AbstractShearTransform
- inverse - Variable in class net.imglib2.transform.integer.TranslationTransform
- inverse - Variable in class net.imglib2.transform.InverseTransform
- inverse() - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- inverse() - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- inverse() - Method in class net.imglib2.transform.integer.SequentializeTransform
- inverse() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- inverse() - Method in class net.imglib2.transform.integer.TranslationTransform
- inverse() - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- inverse() - Method in class net.imglib2.transform.InverseTransform
- inverse() - Method in interface net.imglib2.transform.InvertibleTransform
-
Get the inverse transform.
- InverseDistanceWeightingInterpolator<T extends RealType<T>> - Class in net.imglib2.interpolation.neighborsearch
-
RealRandomAccessto aKNearestNeighborSearchwhose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p. - InverseDistanceWeightingInterpolator(KNearestNeighborSearch<T>, double) - Constructor for class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
-
Creates a new
InverseDistanceWeightingInterpolatorbased on aKNearestNeighborSearch. - InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>> - Class in net.imglib2.interpolation.neighborsearch
-
Factory for
InverseDistanceWeightingInterpolatorinstances that work on aKNearestNeighborSearch. - InverseDistanceWeightingInterpolatorFactory() - Constructor for class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolatorFactory
- InverseDistanceWeightingInterpolatorFactory(double) - Constructor for class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolatorFactory
- inverseLut - Variable in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- InverseShearTransform - Class in net.imglib2.transform.integer.shear
-
Backward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] -= coordinate[ referenceDimension ]
- InverseShearTransform(int, int, int) - Constructor for class net.imglib2.transform.integer.shear.InverseShearTransform
- InverseShearTransform(int, int, int, AbstractShearTransform) - Constructor for class net.imglib2.transform.integer.shear.InverseShearTransform
-
Protected constructor for passing an inverse to avoid construction of unnecessary objects.
- InverseTransform - Class in net.imglib2.transform
-
Final implementation of the inverse of an
InvertibleTransformthat simply replaces apply by applyInverse and conversely. - InverseTransform(InvertibleTransform) - Constructor for class net.imglib2.transform.InverseTransform
- InverseTranslationTransform(int) - Constructor for class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- invert - Variable in class net.imglib2.transform.integer.MixedTransform
-
for each component of the target vector (before translation).
- invert() - Method in class net.imglib2.util.Fraction
-
Inverts this fraction by exchanging numerator and denominator
- invert(int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Invert the given permutation
tree. - invert3x3(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
Invert a 3x3 matrix given as row major double[] in place.
- invert3x3(double, double, double, double, double, double, double, double, double) - Static method in class net.imglib2.util.LinAlgHelpers
-
Invert a 3x3 matrix given as elements in row major order.
- invertAxis(int, int) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.invertAxis(RandomAccessible, int). - invertAxis(Interval, int) - Static method in class net.imglib2.util.Intervals
-
Invert the bounds on the d-axis of the given interval
- invertAxis(RandomAccessible<T>, int) - Static method in class net.imglib2.view.Views
-
Invert the d-axis.
- invertAxis(RandomAccessibleInterval<T>, int) - Static method in class net.imglib2.view.Views
-
Invert the d-axis.
- InvertibleTransform - Interface in net.imglib2.transform
-
Invertible transformation from Zn to Zm .
- invertSymmetric2x2(double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
Inverts a (invertible) symmetric 2x2 matrix.
- invertSymmetric3x3(double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
Inverts a (invertible) symmetric 3x3 matrix.
- invMask - Variable in class net.imglib2.type.AbstractBit64Type
- invokeAll(Collection<? extends Callable<T>>) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- invokeAllIgnoreResults(List<Callable<Object>>) - Method in class net.imglib2.parallel.DefaultTaskExecutor
- invPermutationInversion(MixedTransform) - Static method in class net.imglib2.blocks.PrimitiveBlocksUtils
-
Computes the inverse of (@code transform}.
- isApproxEqual(double, double, double) - Static method in class net.imglib2.util.Util
- isApproxEqual(float, float, float) - Static method in class net.imglib2.util.Util
- isComponentMapping(Mixed) - Static method in class net.imglib2.view.TransformBuilder
- isComposite() - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
-
Gets whether composite mode is enabled for all positions.
- isComposite() - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
-
Gets whether composite mode is enabled for all positions.
- isComposite(int) - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
-
Gets whether the given position index is included in composite values.
- isComposite(int) - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
-
Gets whether the given position index is included in composite values.
- isDirect() - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Return the Buffer's directness or false is the buffer is null.
- isDirect() - Method in interface net.imglib2.img.basictypeaccess.nio.BufferAccess
-
Determine if the underlying Buffer is allocated direct (outside of the JVM).
- isDirty() - Method in interface net.imglib2.Dirty
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- isDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- isEmpty(Interval) - Static method in class net.imglib2.util.Intervals
-
Check whether the given interval is empty, that is, the maximum is smaller than the minimum in some dimension.
- isEmpty(RealInterval) - Static method in class net.imglib2.util.Intervals
-
Check whether the given interval is empty, that is, the maximum is smaller than the minimum in some dimension.
- isFullySupported() - Method in class net.imglib2.blocks.ViewPropertiesOrError
-
Whether optimized
PrimitiveBlockscopying from the view is supported. - isIdentity(Mixed) - Static method in class net.imglib2.view.TransformBuilder
- isInLowerTail(int, T) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given value for a given dimension is mapped to the lower tail of the distribution.
- isInLowerTail(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given set of values are mapped to the lower tail of the distribution.
- isInLowerTail(T) - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if a given value is mapped to the lower tail of the distribution.
- isInMiddle(int, T) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given value for a given dimension is mapped to the middle of the distribution.
- isInMiddle(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given set of values are mapped to the middle of the distribution.
- isInMiddle(T) - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if a given value is mapped to the middle of the distribution.
- isInUpperTail(int, T) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given value for a given dimension is mapped to the upper tail of the distribution.
- isInUpperTail(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given set of values are mapped to the upper tail of the distribution.
- isInUpperTail(T) - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if a given value is mapped to the upper tail of the distribution.
- isNotLastCell - Variable in class net.imglib2.img.cell.CellCursor
-
Caches cursorOnCells.hasNext().
- isNotLastCell - Variable in class net.imglib2.img.cell.CellLocalizingCursor
-
Caches cursorOnCells.hasNext().
- isOutOfBounds - Variable in class net.imglib2.img.cell.CellRandomAccess
- isOutOfBounds - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- isOutOfBounds - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- isOutOfBounds - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
- isOutOfBounds - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- isOutOfBounds() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- isOutOfBounds() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- isOutOfBounds() - Method in interface net.imglib2.outofbounds.Bounded
-
True if located out of image bounds.
- isOutOfBounds() - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- isOutOfBounds() - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- isOutOfBounds() - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- isOutside(int, T) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given value for a given dimension is outside the distribution.
- isOutside(List<T>) - Method in class net.imglib2.histogram.HistogramNd
-
Returns true if a given set of values are outside the distribution.
- isOutside(T) - Method in class net.imglib2.histogram.Histogram1d
-
Returns true if a given value is outside the distribution.
- isReadOnly() - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
- isReadOnly() - Method in interface net.imglib2.img.basictypeaccess.nio.BufferAccess
-
Determine if data can be read only and not written
- isShutdown() - Method in class net.imglib2.parallel.ForkJoinExecutorService
- isShutdown() - Method in class net.imglib2.parallel.SequentialExecutorService
- isSigned - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- isSigned - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- isSigned - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- isSigned - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- isSlicing(Mixed) - Static method in class net.imglib2.view.TransformBuilder
- isSupported() - Method in class net.imglib2.blocks.ViewPropertiesOrError
-
Whether
PrimitiveBlockscopying from the view is supported, at all, eitherfullyor via the fall-back implementation. - isTerminated() - Method in class net.imglib2.parallel.ForkJoinExecutorService
- isTerminated() - Method in class net.imglib2.parallel.SequentialExecutorService
- isTranslation(Mixed) - Static method in class net.imglib2.view.TransformBuilder
- isValid - Variable in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
If valid or not as per
VolatileAccess. - isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileBooleanArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileByteArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileCharArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileFloatArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileIntArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileLongArray
- isValid - Variable in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileShortArray
- isValid() - Method in class net.imglib2.display.projector.volatiles.Volatile2DRandomAccessibleProjector
- isValid() - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileBooleanArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileByteArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileCharArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileFloatArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileIntArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileLongArray
- isValid() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileShortArray
- isValid() - Method in interface net.imglib2.img.basictypeaccess.volatiles.VolatileAccess
- isValid() - Method in class net.imglib2.Volatile
- isValueDependent - Variable in enum net.imglib2.blocks.Extension.Type
- isValueDependent() - Method in enum net.imglib2.blocks.Extension.Type
-
Whether this extension depends on the pixel value.
- isZeroMin(Interval) - Static method in class net.imglib2.view.Views
-
test whether the source interval starts at (0,0,...,0)
- iter1 - Variable in class net.imglib2.util.IterablePair
- iter2 - Variable in class net.imglib2.util.IterablePair
- iterable - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- iterable - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- iterable(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Deprecated.Because
RandomAccessibleIntervalextendsIterableIntervalnow, this is no longer necessary. - IterableInterval<T> - Interface in net.imglib2
-
An
IterableRealIntervalwhose elements are located at integer coordinates. - IterableIntervalProjector2D<A,B> - Class in net.imglib2.display.projector
-
A general 2D Projector that uses two dimensions as input to create the 2D result.
- IterableIntervalProjector2D(int, int, RandomAccessible<A>, IterableInterval<B>, Converter<? super A, B>) - Constructor for class net.imglib2.display.projector.IterableIntervalProjector2D
-
creates a new 2D projector that samples a plain in the dimensions dimX, dimY.
- IterableIntervalView(RandomAccessible<T>, Interval) - Constructor for class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- IterableLoopBuilder<T> - Class in net.imglib2.loops
-
Similar to
LoopBuilder, but expects the first image to be anIterableIntervaland the other images to beRandomAccessible. - IterableLoopBuilder(IterableInterval<?>, RandomAccessible<?>...) - Constructor for class net.imglib2.loops.IterableLoopBuilder
- IterableLoopBuilder.Chunk<T> - Class in net.imglib2.loops
- IterablePair<A,B> - Class in net.imglib2.util
-
An
Iterablewhich is backed by two otherIterables, whose iteration produces aPairof objects corresponding to those given by the two respective iterations of the backingIterables. - IterablePair(Iterable<A>, Iterable<B>) - Constructor for class net.imglib2.util.IterablePair
- IterableRandomAccessibleInterval<T> - Class in net.imglib2.view
-
Generates
Cursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ... - IterableRandomAccessibleInterval(RandomAccessibleInterval<T>) - Constructor for class net.imglib2.view.IterableRandomAccessibleInterval
- IterableRealInterval<T> - Interface in net.imglib2
-
f:Rn∈[0,s]→T
- iterableSource - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- iterableSource - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- IterableTransformBuilder<T> - Class in net.imglib2.view.iteration
-
Simplifies View cascades to provide the most efficient
Cursor. - IterableTransformBuilder(Interval, RandomAccessible<T>) - Constructor for class net.imglib2.view.iteration.IterableTransformBuilder
-
Create a new IterableTransformBuilder.
- IterableTransformBuilder.IterableIntervalView - Class in net.imglib2.view.iteration
- IterableTransformBuilder.Slice - Class in net.imglib2.view.iteration
-
An
IterableIntervalon a slice of aSubIntervalIterable. - IterableTransformBuilder.SubInterval - Class in net.imglib2.view.iteration
- iterationOrder() - Method in class net.imglib2.converter.AbstractConvertedIterableInterval
- iterationOrder() - Method in class net.imglib2.converter.AbstractConvertedIterableRandomAccessibleInterval
- iterationOrder() - Method in class net.imglib2.converter.AbstractConvertedIterableRealInterval
- iterationOrder() - Method in class net.imglib2.converter.AbstractConvertedRandomAccessibleInterval
- iterationOrder() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- iterationOrder() - Method in class net.imglib2.histogram.Histogram1d
- iterationOrder() - Method in class net.imglib2.histogram.HistogramNd
- iterationOrder() - Method in class net.imglib2.img.array.ArrayImg
- iterationOrder() - Method in class net.imglib2.img.cell.AbstractCellImg
- iterationOrder() - Method in class net.imglib2.img.list.AbstractListImg
- iterationOrder() - Method in class net.imglib2.img.list.AbstractLongListImg
- iterationOrder() - Method in class net.imglib2.img.planar.PlanarImg
- iterationOrder() - Method in class net.imglib2.img.sparse.NtreeImg
- iterationOrder() - Method in interface net.imglib2.IterableRealInterval
-
Returns the iteration order of this
IterableRealInterval. - iterationOrder() - Method in class net.imglib2.KDTree
- iterationOrder() - Method in class net.imglib2.PointSampleList
- iterationOrder() - Method in interface net.imglib2.RandomAccessibleInterval
- iterationOrder() - Method in class net.imglib2.RealPointSampleList
- iterationOrder() - Method in class net.imglib2.view.IntervalView
- iterationOrder() - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- iterationOrder() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- iterationOrder() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- iterationOrder() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- iterator - Variable in class net.imglib2.view.composite.AbstractNumericComposite
- iterator() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- iterator() - Method in class net.imglib2.histogram.Histogram1d
- iterator() - Method in class net.imglib2.histogram.HistogramNd
- iterator() - Method in interface net.imglib2.IterableRealInterval
- iterator() - Method in class net.imglib2.KDTree
- iterator() - Method in class net.imglib2.util.FlatCollections.CollectionFromII
- iterator() - Method in class net.imglib2.util.IterablePair
- iterator() - Method in class net.imglib2.view.composite.AbstractNumericComposite
- iterator() - Method in class net.imglib2.view.IntervalView
- Iterator - Interface in net.imglib2
-
The
Iteratorinterface provides basic functionality for iterating over a set of elements.
J
- join(List<T>) - Static method in class net.imglib2.concatenate.ConcatenateUtils
-
Reduce a list of objects by iteratively pre/concatenating neighboring objects if they support it.
- jumpBefore(long) - Method in class net.imglib2.img.cell.CellSpliterator
- jumpFwd(long) - Method in class net.imglib2.converter.AbstractConvertedCursor
- jumpFwd(long) - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- jumpFwd(long) - Method in class net.imglib2.converter.read.BiConvertedCursor
- jumpFwd(long) - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- jumpFwd(long) - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- jumpFwd(long) - Method in class net.imglib2.img.array.AbstractArrayCursor
- jumpFwd(long) - Method in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Move steps × forward.
- jumpFwd(long) - Method in class net.imglib2.img.cell.CellCursor
- jumpFwd(long) - Method in class net.imglib2.img.cell.CellLocalizingCursor
- jumpFwd(long) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- jumpFwd(long) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- jumpFwd(long) - Method in class net.imglib2.img.list.ListCursor
- jumpFwd(long) - Method in class net.imglib2.img.list.ListLocalizingCursor
- jumpFwd(long) - Method in class net.imglib2.img.planar.PlanarCursor
- jumpFwd(long) - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- jumpFwd(long) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Move steps × forward.
- jumpFwd(long) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Move steps × forward.
- jumpFwd(long) - Method in class net.imglib2.iterator.IntervalIterator
- jumpFwd(long) - Method in interface net.imglib2.Iterator
-
Move steps × forward.
- jumpFwd(long) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- jumpFwd(long) - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- jumpFwd(long) - Method in class net.imglib2.iterator.LocalizingZeroMinIntervalIterator
- jumpFwd(long) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- jumpFwd(long) - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- jumpFwd(long) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Move steps × forward.
- jumpFwd(long) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- jumpFwd(List<Cursor<?>>, long) - Static method in class net.imglib2.loops.LoopBuilder
K
- k - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- k - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- k - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- k() - Method in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- KDTree<T> - Class in net.imglib2
- KDTree(int, Iterable<T>, Iterable<L>) - Constructor for class net.imglib2.KDTree
- KDTree(List<T>, List<L>) - Constructor for class net.imglib2.KDTree
-
Construct a KDTree from the elements in the given list.
- KDTree(IterableRealInterval<T>) - Constructor for class net.imglib2.KDTree
-
Construct a KDTree from the elements of the given
IterableRealInterval. - KDTree(KDTreeData<T>) - Constructor for class net.imglib2.KDTree
- KDTree.KDTreeCursor - Class in net.imglib2
- KDTreeCursor() - Constructor for class net.imglib2.KDTree.KDTreeCursor
- KDTreeData<T> - Class in net.imglib2.kdtree
-
Stores the KDTree data, that is, positions and values.
- KDTreeData(KDTreePositions, List<T>) - Constructor for class net.imglib2.kdtree.KDTreeData
- KDTreeData(KDTreePositions, List<T>, RealInterval) - Constructor for class net.imglib2.kdtree.KDTreeData
- KDTreeData(KDTreePositions, RandomAccessibleInterval<T>) - Constructor for class net.imglib2.kdtree.KDTreeData
- KDTreeData(KDTreePositions, RandomAccessibleInterval<T>, RealInterval) - Constructor for class net.imglib2.kdtree.KDTreeData
- KDTreeImpl - Class in net.imglib2.kdtree
-
Represents the tree structure, and provides access to node coordinates (but not values).
- KDTreeImpl(KDTreePositions) - Constructor for class net.imglib2.kdtree.KDTreeImpl
- KDTreeNode<T> - Class in net.imglib2
-
Proxy for a node in a KDTree.
- KDTreeNode(KDTree<T>) - Constructor for class net.imglib2.KDTreeNode
- KDTreePositions - Class in net.imglib2.kdtree
-
Stores the positions of the nodes in a KDTree and provides access to them.
- KDTreePositions(int, int) - Constructor for class net.imglib2.kdtree.KDTreePositions
- KDTreePositions.Flat - Class in net.imglib2.kdtree
- KDTreePositions.Nested - Class in net.imglib2.kdtree
- KDTreePositions.PositionsLayout - Enum in net.imglib2.kdtree
-
With
NESTEDlayout, positions are stored as a nesteddouble[][]array wherepositions[d][i]is dimensiondof thei-th point. - KDTreeUtils - Class in net.imglib2.kdtree
- KDTreeUtils() - Constructor for class net.imglib2.kdtree.KDTreeUtils
- KDTreeUtils.MakeTree - Class in net.imglib2.kdtree
- KNearestNeighborSearch<T> - Interface in net.imglib2.neighborsearch
-
k-nearest-neighbor search in an Euclidean space.
- KNearestNeighborSearchImpl - Class in net.imglib2.kdtree
-
k-nearest-neighbor search on
KDTreeImpl. - KNearestNeighborSearchImpl(KDTreeImpl, int) - Constructor for class net.imglib2.kdtree.KNearestNeighborSearchImpl
- KNearestNeighborSearchOnIterableRealInterval<T> - Class in net.imglib2.neighborsearch
-
k-nearest-neighbor search on
IterableRealIntervalimplemented as linear search. - KNearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T>, int) - Constructor for class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- KNearestNeighborSearchOnKDTree<T> - Class in net.imglib2.neighborsearch
-
Implementation of
KNearestNeighborSearchsearch for kd-trees. - KNearestNeighborSearchOnKDTree(KDTree<T>, int) - Constructor for class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- KNearestNeighborSearchOnKDTree(KNearestNeighborSearchOnKDTree<T>) - Constructor for class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- kthElement(int, byte[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, char[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, double[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, float[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, byte[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, char[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, double[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, float[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, int) - Method in class net.imglib2.kdtree.KDTreeUtils.MakeTree
-
Partition a sublist of Nodes by their coordinate in the specified dimension, such that the k-th smallest value is at position
k, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, int[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, long[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, short[]) - Static method in class net.imglib2.util.KthElement
-
Partition a subarray of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, List<T>) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, List<T>, int[]) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, List<T>, int[], Comparator<? super T>) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, int, int, List<T>, Comparator<? super T>) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, long[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, short[]) - Static method in class net.imglib2.util.KthElement
-
Partition an array of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, List<T>) - Static method in class net.imglib2.util.KthElement
-
Partition a list of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, List<T>, int[]) - Static method in class net.imglib2.util.KthElement
-
Partition a list of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, List<T>, int[], Comparator<? super T>) - Static method in class net.imglib2.util.KthElement
-
Partition a list of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(int, List<T>, Comparator<? super T>) - Static method in class net.imglib2.util.KthElement
-
Partition a list of
valuessuch that the k-th smallest value is at positionk, elements before the k-th are smaller or equal and elements after the k-th are larger or equal. - kthElement(ListIterator<T>, ListIterator<T>, int) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist such that the k-th smallest value is at position
k, elements before the k-th are smaller or equal, and elements after the k-th are larger or equal. - kthElement(ListIterator<T>, ListIterator<T>, int, int[]) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist such that the k-th smallest value is at position
k, elements before the k-th are smaller or equal, and elements after the k-th are larger or equal. - kthElement(ListIterator<T>, ListIterator<T>, int, int[], Comparator<? super T>) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist such that the k-th smallest value is at position
k, elements before the k-th are smaller or equal, and elements after the k-th are larger or equal. - kthElement(ListIterator<T>, ListIterator<T>, int, Comparator<? super T>) - Static method in class net.imglib2.util.KthElement
-
Partition a sublist such that the k-th smallest value is at position
k, elements before the k-th are smaller or equal, and elements after the k-th are larger or equal. - KthElement - Class in net.imglib2.util
-
TODO
- KthElement() - Constructor for class net.imglib2.util.KthElement
L
- lanczos(double, double) - Static method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- LanczosInterpolator<T extends RealType<T>> - Class in net.imglib2.interpolation.randomaccess
-
n-dimensional double-based Lanczos Interpolation
- LanczosInterpolator(LanczosInterpolator<T>) - Constructor for class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- LanczosInterpolator(RandomAccessible<T>, int, boolean, double, double) - Constructor for class net.imglib2.interpolation.randomaccess.LanczosInterpolator
-
Creates a new Lanczos-interpolation
- LanczosInterpolatorFactory<T extends RealType<T>> - Class in net.imglib2.interpolation.randomaccess
-
TODO
- LanczosInterpolatorFactory() - Constructor for class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
Creates a new
LanczosInterpolatorFactorywith standard parameters (do clipping, alpha=3) - LanczosInterpolatorFactory(double, double) - Constructor for class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
Creates a new
LanczosInterpolatorFactoryusing the Lanczos (sinc) interpolation in a certain window - LanczosInterpolatorFactory(int, boolean) - Constructor for class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
Creates a new
LanczosInterpolatorFactoryusing the Lanczos (sinc) interpolation in a certain window - LanczosInterpolatorFactory(int, double, double) - Constructor for class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
Creates a new
LanczosInterpolatorFactoryusing the Lanczos (sinc) interpolation in a certain window - largestContainedInterval(RealInterval) - Static method in class net.imglib2.util.Intervals
-
Compute the largest
Intervalthat is contained in the specifiedRealInterval. - lastCell - Variable in class net.imglib2.img.cell.CellSpliterator
- lastIndex - Variable in class net.imglib2.img.array.AbstractArrayCursor
-
Last index
- lastIndex - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Last index.
- lastIndex - Variable in class net.imglib2.img.planar.PlanarCursor
- lastIndex - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
- lastIndex - Variable in class net.imglib2.iterator.IntervalIterator
- lastIndex - Variable in class net.imglib2.PointSampleList
- lastIndex - Variable in class net.imglib2.RealPointSampleList
- lastIndexInCell - Variable in class net.imglib2.img.cell.CellCursor
- lastIndexInCell - Variable in class net.imglib2.img.cell.CellLocalizingCursor
- lastIndexInCurrentCell - Variable in class net.imglib2.img.cell.CellSpliterator
- lastIndexInLastCell - Variable in class net.imglib2.img.cell.CellSpliterator
- lastIndexInLastSlice - Variable in class net.imglib2.img.planar.PlanarSpliterator
- lastIndexInSlice - Variable in class net.imglib2.img.planar.PlanarSpliterator
- lastIndexPlane - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Last index on the plane
- lastPlaneIndex - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Last index on plane
- lastSlice - Variable in class net.imglib2.img.planar.PlanarSpliterator
- lastSliceIndex - Variable in class net.imglib2.img.planar.PlanarCursor
- lastSliceIndex - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
- lastSliceIndex - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- layout() - Method in class net.imglib2.kdtree.KDTreePositions.Flat
- layout() - Method in class net.imglib2.kdtree.KDTreePositions
-
Get the internal layout of positions.
- layout() - Method in class net.imglib2.kdtree.KDTreePositions.Nested
- LazyCellImg<T extends NativeType<T>,A extends DataAccess> - Class in net.imglib2.img.cell
-
A
AbstractCellImgthat obtains its Cells lazily when they are accessed. - LazyCellImg(CellGrid, Fraction, LazyCellImg.Get<Cell<A>>) - Constructor for class net.imglib2.img.cell.LazyCellImg
- LazyCellImg(CellGrid, T, LazyCellImg.Get<Cell<A>>) - Constructor for class net.imglib2.img.cell.LazyCellImg
- LazyCellImg.Get<T> - Interface in net.imglib2.img.cell
- LazyCellImg.LazyCells<T extends Cell<?>> - Class in net.imglib2.img.cell
- LazyCells(long[], LazyCellImg.Get<T>, T) - Constructor for class net.imglib2.img.cell.LazyCellImg.LazyCells
- ldu(int) - Static method in class net.imglib2.util.Util
-
(Hopefully) fast floor log2 of an unsigned(!) integer value.
- left() - Method in class net.imglib2.KDTreeNode
-
Deprecated.
KDTreeNodeis now a re-usable proxy (likeNativeType). To work with existing code,KDTreeNode.left(),KDTreeNode.right(),KDTree.getRoot()etc create new objects in each call, instead of re-using existing proxies. Code using that should be rewritten to reuse proxies, if possible. - left(int) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Get the left child of node
i. - left(KDTreeNode<T>) - Method in class net.imglib2.KDTree
- leftChildIndex(int) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
If the tree is flattened into an array the left child of node at index
ihas index2 * i + 1. - length - Variable in class net.imglib2.view.composite.AbstractNumericComposite
- length(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
get the length of a.
- length(P) - Method in class net.imglib2.blocks.PrimitiveTypeProperties
-
Get the length of a primitive array (type
P). - lengths - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- lengths - Variable in class net.imglib2.blocks.CellImgRangeCopier
- lengths - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- lerp(double[], double[], double, double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set c = ( 1 - t ) * a + t * b, where a, b are vectors and t is scalar.
- LinAlgHelpers - Class in net.imglib2.util
-
Basic vector and matrix operations implemented on double[] and double[][].
- LinAlgHelpers() - Constructor for class net.imglib2.util.LinAlgHelpers
- LinearRange - Interface in net.imglib2.display
- LinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>> - Class in net.imglib2.interpolation.stack
-
A linear interpolator for stacks of
RealRandomAccessibles. - LinearRealRandomAccessibleStackInterpolator(List<RealRandomAccessible<T>>) - Constructor for class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- LinearRealRandomAccessibleStackInterpolator(LinearRealRandomAccessibleStackInterpolator<T>) - Constructor for class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- LinearRealRandomAccessibleStackInterpolator(RealRandomAccessible<T>[]) - Constructor for class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- LinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>> - Class in net.imglib2.interpolation.stack
- LinearRealRandomAccessibleStackInterpolatorFactory() - Constructor for class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolatorFactory
- lineLength - Variable in class net.imglib2.loops.LoopUtils.LineProcessor
- LineProcessor(Runnable, Positionable, long, int) - Constructor for class net.imglib2.loops.LoopUtils.LineProcessor
- linkedType - Variable in class net.imglib2.img.AbstractNativeImg
- list(RandomAccessibleInterval<T>, Function<T, E>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps a
RandomAccessibleIntervalas aList. - ListCursor<T> - Class in net.imglib2.img.list
- ListCursor(AbstractListImg<T>) - Constructor for class net.imglib2.img.list.ListCursor
- ListCursor(ListCursor<T>) - Constructor for class net.imglib2.img.list.ListCursor
- ListFromRAI(RandomAccessibleInterval<T>, Function<T, E>) - Constructor for class net.imglib2.util.FlatCollections.ListFromRAI
- ListImg<T> - Class in net.imglib2.img.list
-
This
Imgstores an image in a single linearArrayList. - ListImg(long[], T) - Constructor for class net.imglib2.img.list.ListImg
- ListImg(Collection<T>, long...) - Constructor for class net.imglib2.img.list.ListImg
- ListImg(List<T>, boolean, long...) - Constructor for class net.imglib2.img.list.ListImg
- ListImg(T, Collection<T>, long...) - Constructor for class net.imglib2.img.list.ListImg
- ListImgFactory<T> - Class in net.imglib2.img.list
-
ImgFactoryforListImgof any type T. - ListImgFactory() - Constructor for class net.imglib2.img.list.ListImgFactory
-
Deprecated.
- ListImgFactory(T) - Constructor for class net.imglib2.img.list.ListImgFactory
- ListLocalizingCursor<T> - Class in net.imglib2.img.list
- ListLocalizingCursor(AbstractListImg<T>) - Constructor for class net.imglib2.img.list.ListLocalizingCursor
- ListLocalizingCursor(ListLocalizingCursor<T>) - Constructor for class net.imglib2.img.list.ListLocalizingCursor
- ListRandomAccess<T> - Class in net.imglib2.img.list
-
RandomAccesson aListImg. - ListRandomAccess(AbstractListImg<T>) - Constructor for class net.imglib2.img.list.ListRandomAccess
- ListRandomAccess(ListRandomAccess<T>) - Constructor for class net.imglib2.img.list.ListRandomAccess
- ListUtils - Class in net.imglib2.loops
- ListUtils() - Constructor for class net.imglib2.loops.ListUtils
- localizable(IterableInterval<T>) - Static method in class net.imglib2.stream.Streams
-
Create a sequential
Streamof the elements (value and location) of the giveninterval. - localizable(IterableRealInterval<T>) - Static method in class net.imglib2.stream.Streams
-
Create a sequential
Streamof the elements (value and location) of the giveninterval. - Localizable - Interface in net.imglib2
-
The
Localizableinterface can localize itself in an n-dimensional discrete space. - Localizables - Class in net.imglib2.util
- Localizables() - Constructor for class net.imglib2.util.Localizables
- Localizables.LocationRandomAccess - Class in net.imglib2.util
-
A RandomAccess that returns its current position as value.
- Localizables.LocationRandomAccessible - Class in net.imglib2.util
- Localizables.RealLocationRealRandomAccess - Class in net.imglib2.util
-
A RandomAccess that returns its current position as value.
- Localizables.RealLocationRealRandomAccessible - Class in net.imglib2.util
- LocalizableSampler<T> - Interface in net.imglib2
-
Combination of
LocalizableandSamplerinterfaces. - LocalizableSamplerWrapper<T> - Class in net.imglib2.stream
-
Wraps
LocalizableSpliteratorasSpliterator<LocalizableSampler<T>>. - LocalizableSamplerWrapper(LocalizableSpliterator<T>) - Constructor for class net.imglib2.stream.LocalizableSamplerWrapper
-
Wrap the given
delegateasSpliterator<LocalizableSampler<T>>. - LocalizableSpliterator<T> - Interface in net.imglib2.stream
-
A
Spliterator<T>which is Localizable similar to a Cursor. - localize(double[]) - Method in class net.imglib2.AbstractCursor
- localize(double[]) - Method in class net.imglib2.AbstractCursorInt
- localize(double[]) - Method in class net.imglib2.AbstractLocalizable
- localize(double[]) - Method in class net.imglib2.AbstractLocalizableInt
- localize(double[]) - Method in class net.imglib2.AbstractRealLocalizable
- localize(double[]) - Method in class net.imglib2.AbstractWrappedLocalizable
- localize(double[]) - Method in class net.imglib2.converter.AbstractConvertedCursor
- localize(double[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- localize(double[]) - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- localize(double[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- localize(double[]) - Method in class net.imglib2.img.array.ArraySpliterator
- localize(double[]) - Method in class net.imglib2.img.cell.CellSpliterator
- localize(double[]) - Method in class net.imglib2.img.planar.PlanarSpliterator
- localize(double[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- localize(double[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- localize(double[]) - Method in class net.imglib2.iterator.IntervalIterator
- localize(double[]) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- localize(double[]) - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- localize(double[]) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- localize(double[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- localize(double[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- localize(double[]) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- localize(double[]) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- localize(double[]) - Method in interface net.imglib2.RealLocalizable
-
Write the current position into the passed array.
- localize(double[]) - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- localize(double[]) - Method in class net.imglib2.stream.CursorSpliterator
- localize(double[]) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- localize(double[]) - Method in class net.imglib2.stream.RealCursorSpliterator
- localize(double[]) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- localize(double[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- localize(double[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- localize(double[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- localize(double[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- localize(double[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- localize(double[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- localize(double[]) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Write the current position into the passed array.
- localize(double[]) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- localize(double[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- localize(double[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- localize(double[]) - Method in class net.imglib2.view.StackView.DefaultRA
- localize(double[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- localize(double[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- localize(double[]) - Method in class net.imglib2.view.TranslationRandomAccess
- localize(float[]) - Method in class net.imglib2.AbstractCursor
- localize(float[]) - Method in class net.imglib2.AbstractCursorInt
- localize(float[]) - Method in class net.imglib2.AbstractLocalizable
- localize(float[]) - Method in class net.imglib2.AbstractLocalizableInt
- localize(float[]) - Method in class net.imglib2.AbstractRealLocalizable
- localize(float[]) - Method in class net.imglib2.AbstractWrappedLocalizable
- localize(float[]) - Method in class net.imglib2.converter.AbstractConvertedCursor
- localize(float[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- localize(float[]) - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- localize(float[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- localize(float[]) - Method in class net.imglib2.img.array.ArraySpliterator
- localize(float[]) - Method in class net.imglib2.img.cell.CellSpliterator
- localize(float[]) - Method in class net.imglib2.img.planar.PlanarSpliterator
- localize(float[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- localize(float[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- localize(float[]) - Method in class net.imglib2.iterator.IntervalIterator
- localize(float[]) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- localize(float[]) - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- localize(float[]) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- localize(float[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- localize(float[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- localize(float[]) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- localize(float[]) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- localize(float[]) - Method in interface net.imglib2.RealLocalizable
-
Write the current position into the passed array.
- localize(float[]) - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- localize(float[]) - Method in class net.imglib2.stream.CursorSpliterator
- localize(float[]) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- localize(float[]) - Method in class net.imglib2.stream.RealCursorSpliterator
- localize(float[]) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- localize(float[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- localize(float[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- localize(float[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- localize(float[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- localize(float[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- localize(float[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- localize(float[]) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Write the current position into the passed array.
- localize(float[]) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- localize(float[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- localize(float[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- localize(float[]) - Method in class net.imglib2.view.StackView.DefaultRA
- localize(float[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- localize(float[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- localize(float[]) - Method in class net.imglib2.view.TranslationRandomAccess
- localize(int[]) - Method in class net.imglib2.AbstractCursor
- localize(int[]) - Method in class net.imglib2.AbstractLocalizable
- localize(int[]) - Method in class net.imglib2.AbstractLocalizableInt
- localize(int[]) - Method in class net.imglib2.AbstractWrappedLocalizable
- localize(int[]) - Method in class net.imglib2.converter.AbstractConvertedCursor
- localize(int[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- localize(int[]) - Method in class net.imglib2.img.array.AbstractArrayCursor
- localize(int[]) - Method in class net.imglib2.img.array.ArraySpliterator
- localize(int[]) - Method in class net.imglib2.img.cell.CellSpliterator
- localize(int[]) - Method in class net.imglib2.img.list.ListCursor
- localize(int[]) - Method in class net.imglib2.img.planar.PlanarCursor
- localize(int[]) - Method in class net.imglib2.img.planar.PlanarCursor1D
- localize(int[]) - Method in class net.imglib2.img.planar.PlanarCursor2D
- localize(int[]) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Write the current position into the passed array.
- localize(int[]) - Method in class net.imglib2.img.planar.PlanarSpliterator
- localize(int[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- localize(int[]) - Method in class net.imglib2.iterator.IntervalIterator
- localize(int[]) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- localize(int[]) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- localize(int[]) - Method in interface net.imglib2.Localizable
-
Write the current position into the passed array.
- localize(int[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- localize(int[]) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- localize(int[]) - Method in class net.imglib2.stream.CursorSpliterator
- localize(int[]) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- localize(int[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- localize(int[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- localize(int[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- localize(int[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- localize(int[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- localize(int[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- localize(int[]) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Write the current position into the passed array.
- localize(int[]) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- localize(int[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- localize(int[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- localize(int[]) - Method in class net.imglib2.view.StackView.DefaultRA
- localize(int[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- localize(int[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- localize(int[]) - Method in class net.imglib2.view.TranslationRandomAccess
- localize(long[]) - Method in class net.imglib2.AbstractCursorInt
- localize(long[]) - Method in class net.imglib2.AbstractLocalizable
- localize(long[]) - Method in class net.imglib2.AbstractLocalizableInt
- localize(long[]) - Method in class net.imglib2.AbstractWrappedLocalizable
- localize(long[]) - Method in class net.imglib2.converter.AbstractConvertedCursor
- localize(long[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- localize(long[]) - Method in class net.imglib2.img.array.ArraySpliterator
- localize(long[]) - Method in class net.imglib2.img.cell.CellCursor
- localize(long[]) - Method in class net.imglib2.img.cell.CellSpliterator
- localize(long[]) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- localize(long[]) - Method in class net.imglib2.img.planar.PlanarSpliterator
- localize(long[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- localize(long[]) - Method in class net.imglib2.iterator.IntervalIterator
- localize(long[]) - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- localize(long[]) - Method in class net.imglib2.iterator.ZeroMinIntervalIterator
- localize(long[]) - Method in interface net.imglib2.Localizable
-
Write the current position into the passed array.
- localize(long[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- localize(long[]) - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- localize(long[]) - Method in class net.imglib2.stream.CursorSpliterator
- localize(long[]) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- localize(long[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- localize(long[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- localize(long[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- localize(long[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- localize(long[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- localize(long[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- localize(long[]) - Method in class net.imglib2.view.iteration.SlicingCursor
-
Write the current position into the passed array.
- localize(long[]) - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- localize(long[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- localize(long[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- localize(long[]) - Method in class net.imglib2.view.StackView.DefaultRA
- localize(long[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- localize(long[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- localize(long[]) - Method in class net.imglib2.view.TranslationRandomAccess
- localize(Positionable) - Method in class net.imglib2.AbstractCursorInt
- localize(Positionable) - Method in class net.imglib2.img.array.ArraySpliterator
- localize(Positionable) - Method in class net.imglib2.img.cell.CellSpliterator
- localize(Positionable) - Method in class net.imglib2.img.planar.PlanarSpliterator
- localize(Positionable) - Method in interface net.imglib2.Localizable
-
Write the current position into the passed
Positionable. - localize(Positionable) - Method in class net.imglib2.stream.CursorSpliterator
- localize(Positionable) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- localize(RealPositionable) - Method in class net.imglib2.AbstractCursorInt
- localize(RealPositionable) - Method in class net.imglib2.img.array.ArraySpliterator
- localize(RealPositionable) - Method in class net.imglib2.img.cell.CellSpliterator
- localize(RealPositionable) - Method in class net.imglib2.img.planar.PlanarSpliterator
- localize(RealPositionable) - Method in interface net.imglib2.Localizable
- localize(RealPositionable) - Method in interface net.imglib2.RealLocalizable
-
Write the current position into the passed
Positionable. - localize(RealPositionable) - Method in class net.imglib2.stream.CursorSpliterator
- localize(RealPositionable) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- localize(RealPositionable) - Method in class net.imglib2.stream.RealCursorSpliterator
- localize(RealPositionable) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- localizing(IterableInterval<T>) - Static method in class net.imglib2.stream.Streams
-
Create a sequential
Streamof the elements (value and location) of the giveninterval. - localizing(IterableRealInterval<T>) - Static method in class net.imglib2.stream.Streams
-
Create a sequential
Streamof the elements (value and location) of the giveninterval. - localizingCursor() - Method in class net.imglib2.converter.AbstractConvertedIterableRealInterval
- localizingCursor() - Method in class net.imglib2.converter.read.BiConvertedIterableInterval
-
Creates a localizing
Cursorfor sourceA only because this will be used for localization. - localizingCursor() - Method in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- localizingCursor() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
-
Creates a localizing
Cursorfor sourceA only because this will be used for localization. - localizingCursor() - Method in class net.imglib2.converter.read.ConvertedIterableInterval
- localizingCursor() - Method in class net.imglib2.converter.read.ConvertedIterableRealInterval
- localizingCursor() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- localizingCursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableInterval
- localizingCursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- localizingCursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRealInterval
- localizingCursor() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- localizingCursor() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- localizingCursor() - Method in class net.imglib2.histogram.Histogram1d
- localizingCursor() - Method in class net.imglib2.histogram.HistogramNd
- localizingCursor() - Method in class net.imglib2.img.array.ArrayImg
- localizingCursor() - Method in class net.imglib2.img.cell.AbstractCellImg
- localizingCursor() - Method in class net.imglib2.img.ImgView
- localizingCursor() - Method in class net.imglib2.img.list.AbstractListImg
- localizingCursor() - Method in class net.imglib2.img.list.AbstractLongListImg
- localizingCursor() - Method in class net.imglib2.img.planar.PlanarImg
- localizingCursor() - Method in class net.imglib2.img.sparse.NtreeImg
- localizingCursor() - Method in interface net.imglib2.IterableInterval
- localizingCursor() - Method in interface net.imglib2.IterableRealInterval
-
Returns a
RealLocalizableIteratorthat calculates its location at each iteration step. - localizingCursor() - Method in class net.imglib2.KDTree
- localizingCursor() - Method in class net.imglib2.PointSampleList
- localizingCursor() - Method in interface net.imglib2.RandomAccessibleInterval
- localizingCursor() - Method in class net.imglib2.RealPointSampleList
- localizingCursor() - Method in class net.imglib2.view.IntervalView
- localizingCursor() - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- localizingCursor() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- localizingCursor() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- localizingCursor() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- localizingCursor(Interval) - Method in class net.imglib2.img.array.ArrayImg
- localizingCursor(Interval) - Method in class net.imglib2.img.ImgView
- localizingCursor(Interval) - Method in class net.imglib2.img.planar.PlanarImg
- localizingCursor(Interval) - Method in interface net.imglib2.view.iteration.SubIntervalIterable
- LocalizingIntervalIterator - Class in net.imglib2.iterator
-
Use this class to iterate a virtual
Intervalin flat order, that is: row by row, plane by plane, cube by cube, ... - LocalizingIntervalIterator(int[]) - Constructor for class net.imglib2.iterator.LocalizingIntervalIterator
- LocalizingIntervalIterator(int[], int[]) - Constructor for class net.imglib2.iterator.LocalizingIntervalIterator
- LocalizingIntervalIterator(long[]) - Constructor for class net.imglib2.iterator.LocalizingIntervalIterator
- LocalizingIntervalIterator(long[], long[]) - Constructor for class net.imglib2.iterator.LocalizingIntervalIterator
- LocalizingIntervalIterator(Interval) - Constructor for class net.imglib2.iterator.LocalizingIntervalIterator
- LocalizingRealIntervalIterator - Class in net.imglib2.iterator
-
Use this class to iterate a virtual
RealIntervalin flat order, that is: with the first dimension varying most quickly and the last dimension varying most slowly. - LocalizingRealIntervalIterator(double[], double[], double[]) - Constructor for class net.imglib2.iterator.LocalizingRealIntervalIterator
-
Iterates an
RealIntervalwith given min and max the the provided step along each dimension. - LocalizingRealIntervalIterator(RealInterval, double[]) - Constructor for class net.imglib2.iterator.LocalizingRealIntervalIterator
-
Iterates an
RealIntervalwith given min and max with the provided step along each dimension. - localizingSpliterator() - Method in class net.imglib2.img.array.ArrayImg
- localizingSpliterator() - Method in class net.imglib2.img.cell.AbstractCellImg
- localizingSpliterator() - Method in class net.imglib2.img.planar.PlanarImg
- localizingSpliterator() - Method in interface net.imglib2.IterableInterval
-
Creates a
LocalizableSpliteratorover the elements of thisIterableInterval. - localizingSpliterator() - Method in interface net.imglib2.IterableRealInterval
-
Creates a
RealLocalizableSpliteratorover the elements of thisIterableRealInterval. - localizingSpliterator() - Method in class net.imglib2.view.IntervalView
- LocalizingZeroMinIntervalIterator - Class in net.imglib2.iterator
-
Use this class to iterate a virtual rectangular
Intervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... - LocalizingZeroMinIntervalIterator(int[]) - Constructor for class net.imglib2.iterator.LocalizingZeroMinIntervalIterator
- LocalizingZeroMinIntervalIterator(long[]) - Constructor for class net.imglib2.iterator.LocalizingZeroMinIntervalIterator
- LocalizingZeroMinIntervalIterator(Interval) - Constructor for class net.imglib2.iterator.LocalizingZeroMinIntervalIterator
- location - Variable in class net.imglib2.iterator.LocalizingRealIntervalIterator
- LocationRandomAccess(int) - Constructor for class net.imglib2.util.Localizables.LocationRandomAccess
- LocationRandomAccess(Localizable) - Constructor for class net.imglib2.util.Localizables.LocationRandomAccess
- LocationRandomAccessible(int) - Constructor for class net.imglib2.util.Localizables.LocationRandomAccessible
- locationsEqual(Localizable, Localizable) - Static method in class net.imglib2.util.Util
-
Determines whether the two
Localizableobjects have the same position, withlongprecision. - locationsEqual(RealLocalizable, RealLocalizable) - Static method in class net.imglib2.util.Util
-
Determines whether the two
RealLocalizableobjects have the same position, withdoubleprecision. - log2(double) - Static method in class net.imglib2.util.Util
- LONG - net.imglib2.type.PrimitiveType
- LONG - Static variable in interface net.imglib2.blocks.MemCopy
- LONG - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- LONG(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- long2int(long[]) - Static method in class net.imglib2.util.Util
- LongAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- LongArray - Class in net.imglib2.img.basictypeaccess.array
- LongArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.LongArray
- LongArray(long[]) - Constructor for class net.imglib2.img.basictypeaccess.array.LongArray
- LongBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
LongBuffer - LongBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- LongBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- LongBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- LongBufferAccess(ByteBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- LongBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- LongBufferAccess(LongBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- LongBufferAccess(LongBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- longCollection(IterableInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps an
IntegerTypeiterable image as a collection. - LongConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.LongConverter
- longList(RandomAccessibleInterval<? extends IntegerType<?>>) - Static method in class net.imglib2.util.FlatCollections
-
Wraps an
IntegerTyperandom-accessible image as a list. - LongListCursor() - Constructor for class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- LongListCursor(AbstractLongListImg.LongListCursor) - Constructor for class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- LongListLocalizingCursor() - Constructor for class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- LongListLocalizingCursor(AbstractLongListImg.LongListLocalizingCursor) - Constructor for class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- LongListRandomAccess() - Constructor for class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- LongListRandomAccess(AbstractLongListImg.LongListRandomAccess) - Constructor for class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- LongNtree - Class in net.imglib2.img.sparse
-
LongAccess based on a
Ntree<Longeger>. - LongNtree(long[], long[], long) - Constructor for class net.imglib2.img.sparse.LongNtree
-
Standard constructor called by factory
- LongNtree(Ntree<Long>, long[]) - Constructor for class net.imglib2.img.sparse.LongNtree
- longs(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- longs(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- longs(long[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- longs(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- LongType - Class in net.imglib2.type.numeric.integer
-
TODO
- LongType() - Constructor for class net.imglib2.type.numeric.integer.LongType
- LongType(long) - Constructor for class net.imglib2.type.numeric.integer.LongType
- LongType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.LongType
- LongType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.LongType
- lookupARGB(double, double, double) - Method in class net.imglib2.display.AbstractArrayColorTable
- lookupARGB(double, double, double) - Method in interface net.imglib2.display.ColorTable
- lookUpLanczos(double) - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- loop(Object, long, Cursor<?>, List<? extends RandomAccess<?>>) - Static method in class net.imglib2.loops.FastCursorRandomAccessLoops
- LoopBuilder<T> - Class in net.imglib2.loops
-
LoopBuilderprovides an easy way to write fast loops onRandomAccessibleIntervals. - LoopBuilder(RandomAccessibleInterval<?>...) - Constructor for class net.imglib2.loops.LoopBuilder
- LoopBuilder.Chunk<T> - Interface in net.imglib2.loops
- LoopBuilder.FiveConsumer<A,B,C,D,E> - Interface in net.imglib2.loops
- LoopBuilder.FourConsumer<A,B,C,D> - Interface in net.imglib2.loops
- LoopBuilder.SixConsumer<A,B,C,D,E,F> - Interface in net.imglib2.loops
- LoopBuilder.TriConsumer<A,B,C> - Interface in net.imglib2.loops
- LoopUtils - Class in net.imglib2.loops
-
LoopUtilscontains methods to simplify writing a loop over an image line or image interval. - LoopUtils() - Constructor for class net.imglib2.loops.LoopUtils
- LoopUtils.LineProcessor - Class in net.imglib2.loops
- lowerTailCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of values in the lower tail bin (if any).
- lowerTailCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of values in all lower tail bins (if any).
- lowerTailCount(int) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of values in the lower tail bin (if any) for the given dimension.
- lut - Variable in class net.imglib2.converter.RealLUTConverter
- lut - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- lut - Variable in class net.imglib2.transform.integer.permutation.AbstractPermutationTransform
- lutScale - Static variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
M
- m - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
-
number of dimensions of source RandomAccess, respectively numTargetDimensions of the Mixed transform.
- m - Variable in class net.imglib2.view.FullSourceMapSlicingRandomAccess
-
number of dimensions of source RandomAccess, respectively numTargetDimensions of the Slicing transform.
- m - Variable in class net.imglib2.view.iteration.SlicingCursor
-
number of dimensions of source Cursor, respectively numTargetDimensions of the Slicing transform.
- m - Variable in class net.imglib2.view.MixedRandomAccess
-
number of dimensions of source RandomAccess, respectively numTargetDimensions of the Mixed transform.
- m - Variable in class net.imglib2.view.SlicingRandomAccess
-
number of dimensions of source RandomAccess, respectively numTargetDimensions of the Slicing transform.
- m_currentSliceIndex - Variable in class net.imglib2.display.projector.specialized.PlanarImgContainerSamplerImpl
- m_endPosition - Variable in class net.imglib2.display.projector.sampler.IntervalSampler
- m_projectedPositions - Variable in class net.imglib2.display.projector.sampler.SelectiveSampler
- m_projectionDimension - Variable in class net.imglib2.display.projector.sampler.IntervalSampler
- m_projectionDimension - Variable in class net.imglib2.display.projector.sampler.SelectiveSampler
- m_selectedIndex - Variable in class net.imglib2.display.projector.sampler.SelectiveSampler
- m_source - Variable in class net.imglib2.display.projector.sampler.IntervalSampler
- m_source - Variable in class net.imglib2.display.projector.sampler.SelectiveSampler
- m_startPosition - Variable in class net.imglib2.display.projector.sampler.IntervalSampler
- makeCopyOf(RadiusNeighborSearchImpl.Neighbors) - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- makeNode(int, int, int, int) - Method in class net.imglib2.kdtree.KDTreeUtils.MakeTree
- makeTree(double[][]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Sort the given points into a k-d tree.
- MakeTree(double[][]) - Constructor for class net.imglib2.kdtree.KDTreeUtils.MakeTree
- map - Variable in class net.imglib2.loops.ClassCopyProvider
- map() - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
- map() - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- map() - Method in class net.imglib2.display.projector.IterableIntervalProjector2D
-
projects data from the source to the target and applies the former specified
Convertere.g. - map() - Method in interface net.imglib2.display.projector.Projector
- map() - Method in class net.imglib2.display.projector.RandomAccessibleProjector2D
-
projects data from the source to the target and applies the former specified
Convertere.g. - map() - Method in class net.imglib2.display.projector.sampler.SamplingProjector2D
- map() - Method in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- map() - Method in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- map() - Method in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- map() - Method in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- map() - Method in class net.imglib2.display.projector.volatiles.Volatile2DRandomAccessibleProjector
-
projects data from the source to the target and applies the former specified
Convertere.g. - map(Function<T, R>, List<T>) - Static method in class net.imglib2.loops.ListUtils
- map(Function<T, R>, T[]) - Static method in class net.imglib2.loops.ListUtils
- map(List<T>, long[]) - Method in class net.imglib2.histogram.HistogramNd
-
Fills a bin position by mapping from a set of representative values.
- map(T) - Method in interface net.imglib2.histogram.BinMapper1d
-
Converts a data value to a long index within the bin distribution.
- map(T) - Method in class net.imglib2.histogram.Histogram1d
-
Returns a bin position by mapping from a representative value.
- map(T) - Method in class net.imglib2.histogram.Integer1dBinMapper
- map(T) - Method in class net.imglib2.histogram.Real1dBinMapper
- mapper - Variable in class net.imglib2.histogram.Histogram1d
- mappers - Variable in class net.imglib2.histogram.HistogramNd
- mapSingle(RandomAccess<A>, Converter<A, ARGBType>) - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
- mapSingle(RandomAccess<A>, Converter<A, ARGBType>) - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- mask - Variable in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
- mask - Variable in class net.imglib2.type.AbstractBit64Type
- mask - Variable in class net.imglib2.type.numeric.integer.Unsigned12BitType
- mask - Static variable in class net.imglib2.type.numeric.integer.Unsigned2BitType
- mask - Static variable in class net.imglib2.type.numeric.integer.Unsigned4BitType
- masks - Static variable in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
- matches - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- matches - Variable in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- matches(Object...) - Method in class net.imglib2.loops.ClassCopyProvider
-
Returns true if the given list of objects, matches the constructor signature provided to
ClassCopyProvider(Class, Class, Class[]). - max - Variable in class net.imglib2.AbstractInterval
- max - Variable in class net.imglib2.AbstractRealInterval
- max - Variable in class net.imglib2.display.AbstractLinearRange
- max - Variable in class net.imglib2.display.ARGBARGBColorConverter
- max - Variable in class net.imglib2.display.projector.AbstractProjector2D
- max - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- max - Variable in class net.imglib2.display.ScaledARGBConverter
- max - Variable in class net.imglib2.img.AbstractImg
- max - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Maximum of the
ArrayImgin every dimension. - max - Variable in class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- max - Variable in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- max - Variable in class net.imglib2.img.list.ListLocalizingCursor
- max - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
-
Maximum of the
PlanarImgin every dimension. - max - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- max - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- max - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- max - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
-
Maximum of the wrapped
RandomAccessible. - max - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- max - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
-
Maximum of the wrapped
RandomAccessible. - max - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- max - Variable in class net.imglib2.RealPointSampleList
- max - Variable in class net.imglib2.util.Grid.CellIntervalsRA
- max - Variable in class net.imglib2.view.SubsampleIntervalView
- max() - Method in class net.imglib2.histogram.Histogram1d
- max(double[]) - Static method in class net.imglib2.util.Util
- max(double[], double[]) - Static method in class net.imglib2.util.Util
-
Writes max(a,b) into a
- max(int) - Method in class net.imglib2.AbstractInterval
- max(int) - Method in class net.imglib2.AbstractWrappedInterval
- max(int) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- max(int) - Method in class net.imglib2.histogram.Histogram1d
- max(int) - Method in class net.imglib2.histogram.HistogramNd
- max(int) - Method in class net.imglib2.img.AbstractImg
- max(int) - Method in class net.imglib2.img.cell.Cell
-
Get the maximum in dimension d.
- max(int) - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- max(int) - Method in interface net.imglib2.Interval
-
Get the maximum in dimension d.
- max(int) - Method in class net.imglib2.util.Grid.CellIntervals
- max(int) - Method in class net.imglib2.view.composite.CompositeIntervalView
- max(int) - Method in class net.imglib2.view.SubsampleIntervalView
- max(long) - Method in class net.imglib2.histogram.Real1dBinMapper
- max(long[]) - Method in class net.imglib2.AbstractInterval
- max(long[]) - Method in class net.imglib2.AbstractWrappedInterval
- max(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- max(long[]) - Method in class net.imglib2.histogram.Histogram1d
- max(long[]) - Method in class net.imglib2.histogram.HistogramNd
- max(long[]) - Method in class net.imglib2.img.AbstractImg
- max(long[]) - Method in interface net.imglib2.Interval
-
Write the maximum of each dimension into long[].
- max(long[]) - Method in class net.imglib2.view.composite.CompositeIntervalView
- max(long[]) - Method in class net.imglib2.view.SubsampleIntervalView
- max(List<Float>) - Static method in class net.imglib2.util.Util
- max(Positionable) - Method in class net.imglib2.AbstractInterval
- max(Positionable) - Method in class net.imglib2.AbstractWrappedInterval
- max(Positionable) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- max(Positionable) - Method in class net.imglib2.histogram.Histogram1d
- max(Positionable) - Method in class net.imglib2.histogram.HistogramNd
- max(Positionable) - Method in class net.imglib2.img.AbstractImg
- max(Positionable) - Method in interface net.imglib2.Interval
-
Sets a
Positionableto the maximum of thisInterval - max(Positionable) - Method in class net.imglib2.view.composite.CompositeIntervalView
- max(Positionable) - Method in class net.imglib2.view.SubsampleIntervalView
- max(T, T) - Static method in class net.imglib2.util.Util
- MAX_ARRAY_SIZE - Static variable in class net.imglib2.kdtree.KDTreeUtils
- MAX_ARRAY_SIZE - Static variable in class net.imglib2.KDTree
- MAX_ARRAY_SIZE - Static variable in class net.imglib2.util.Util
-
The possible java array size is JVM dependent an actually slightly below Integer.MAX_VALUE.
- MAX_LONG_PLUS_ONE - Static variable in class net.imglib2.type.numeric.integer.UnsignedLongType
- MAX_VALUE_PLUS_ONE - Static variable in class net.imglib2.type.numeric.integer.UnsignedLongType
- maxAsDoubleArray() - Method in interface net.imglib2.RealInterval
-
Allocates a new double array with the maximum of this RealInterval.
- maxAsDoubleArray(RealInterval) - Static method in class net.imglib2.util.Intervals
-
Create a
double[]with the maximum of aRealInterval. - maxAsIntArray(Interval) - Static method in class net.imglib2.util.Intervals
-
Create a
int[]with the maximum of anInterval. - maxAsLongArray() - Method in interface net.imglib2.Interval
-
Allocates a new long array with the maximum of this Interval.
- maxAsLongArray(Interval) - Static method in class net.imglib2.util.Intervals
-
Create a
long[]with the maximum of anInterval. - maxAsPoint() - Method in interface net.imglib2.Interval
-
Allocates a new
Pointwith the maximum of this Interval. - maxAsRealPoint() - Method in interface net.imglib2.RealInterval
-
Allocates a new
RealPointwith the maximum of this RealInterval. - maxBorderSize - Variable in class net.imglib2.util.Grid
- maxIndex - Variable in class net.imglib2.view.RandomAccessibleIntervalCursor
- maxIndexOnLine - Variable in class net.imglib2.view.RandomAccessibleIntervalCursor
- maxNumPixels - Variable in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- maxNumPixels - Variable in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- maxNumPixels - Variable in class net.imglib2.img.list.ListCursor
- maxNumPixels - Variable in class net.imglib2.img.list.ListLocalizingCursor
- maxSourceDimension - Variable in class net.imglib2.transform.integer.SequentializeTransform
- maxTargetDimension - Variable in class net.imglib2.transform.integer.SequentializeTransform
- maxVal - Variable in class net.imglib2.histogram.Integer1dBinMapper
- maxVal - Variable in class net.imglib2.histogram.Real1dBinMapper
- maxValue - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- maxValue - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- maxX - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- maybePurge() - Method in class net.imglib2.util.CloseableThreadLocal
- median(double[]) - Static method in class net.imglib2.util.Util
- median(float[]) - Static method in class net.imglib2.util.Util
- median(long[]) - Static method in class net.imglib2.util.Util
- median(ArrayList<Long>) - Static method in class net.imglib2.util.BenchmarkHelper
-
Compute median of a sorted list of
Longs. - memCopy - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- memCopy - Variable in class net.imglib2.blocks.CellImgRangeCopier
- memCopy - Variable in class net.imglib2.blocks.PermuteInvert
- memCopy - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- MemCopy<T> - Interface in net.imglib2.blocks
- MemCopy.MemCopyBoolean - Class in net.imglib2.blocks
- MemCopy.MemCopyByte - Class in net.imglib2.blocks
- MemCopy.MemCopyChar - Class in net.imglib2.blocks
- MemCopy.MemCopyDouble - Class in net.imglib2.blocks
- MemCopy.MemCopyFloat - Class in net.imglib2.blocks
- MemCopy.MemCopyInt - Class in net.imglib2.blocks
- MemCopy.MemCopyLong - Class in net.imglib2.blocks
- MemCopy.MemCopyShort - Class in net.imglib2.blocks
- MemCopyBoolean() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyBoolean
- MemCopyByte() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyByte
- MemCopyChar() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyChar
- MemCopyDouble() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyDouble
- MemCopyFloat() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyFloat
- MemCopyInt() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyInt
- MemCopyLong() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyLong
- MemCopyShort() - Constructor for class net.imglib2.blocks.MemCopy.MemCopyShort
- mergeARGB(RandomAccessible<UnsignedByteType>, ColorChannelOrder) - Static method in class net.imglib2.converter.Converters
-
Create an n-dimensional color image from an (n+1)-dimensional image of
UnsignedByteType. - mergeARGB(RandomAccessibleInterval<UnsignedByteType>, ColorChannelOrder) - Static method in class net.imglib2.converter.Converters
-
Create an n-dimensional color image from an (n+1)-dimensional image of
UnsignedByteType. - mergeUpwards(Ntree.NtreeNode<T>) - Method in class net.imglib2.img.sparse.Ntree
-
If all the children of our parent have the same value remove them all.
- min - Variable in class net.imglib2.AbstractInterval
- min - Variable in class net.imglib2.AbstractRealInterval
- min - Variable in class net.imglib2.display.AbstractLinearRange
- min - Variable in class net.imglib2.display.ARGBARGBColorConverter
- min - Variable in class net.imglib2.display.projector.AbstractProjector2D
- min - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- min - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- min - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- min - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- min - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- min - Variable in class net.imglib2.display.ScaledARGBConverter
- min - Variable in class net.imglib2.img.cell.Cell
- min - Variable in class net.imglib2.img.cell.CellGrid.CellIntervalsRA
- min - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
- min - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
-
Minimum of the wrapped
RandomAccessible. - min - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- min - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
-
Minimum of the wrapped
RandomAccessible. - min - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
-
Minimum of the wrapped
RandomAccessible. - min - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- min - Variable in class net.imglib2.RealPointSampleList
- min - Variable in class net.imglib2.util.Grid.CellIntervalsRA
- min() - Method in class net.imglib2.histogram.Histogram1d
- min(double[]) - Static method in class net.imglib2.util.Util
- min(double[], double[]) - Static method in class net.imglib2.util.Util
-
Writes min(a,b) into a
- min(int) - Method in class net.imglib2.AbstractInterval
- min(int) - Method in class net.imglib2.AbstractWrappedInterval
- min(int) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- min(int) - Method in class net.imglib2.histogram.Histogram1d
- min(int) - Method in class net.imglib2.histogram.HistogramNd
- min(int) - Method in class net.imglib2.img.AbstractImg
- min(int) - Method in class net.imglib2.img.cell.Cell
-
Get the minimum in dimension d.
- min(int) - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- min(int) - Method in interface net.imglib2.Interval
-
Get the minimum in dimension d.
- min(int) - Method in class net.imglib2.util.Grid.CellIntervals
- min(int) - Method in class net.imglib2.view.composite.CompositeIntervalView
- min(int) - Method in class net.imglib2.view.SubsampleIntervalView
- min(long) - Method in class net.imglib2.histogram.Real1dBinMapper
- min(long[]) - Method in class net.imglib2.AbstractInterval
- min(long[]) - Method in class net.imglib2.AbstractWrappedInterval
- min(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- min(long[]) - Method in class net.imglib2.histogram.Histogram1d
- min(long[]) - Method in class net.imglib2.histogram.HistogramNd
- min(long[]) - Method in class net.imglib2.img.AbstractImg
- min(long[]) - Method in interface net.imglib2.Interval
-
Write the minimum of each dimension into long[].
- min(long[]) - Method in class net.imglib2.view.composite.CompositeIntervalView
- min(long[]) - Method in class net.imglib2.view.SubsampleIntervalView
- min(List<Float>) - Static method in class net.imglib2.util.Util
- min(Positionable) - Method in class net.imglib2.AbstractInterval
- min(Positionable) - Method in class net.imglib2.AbstractWrappedInterval
- min(Positionable) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- min(Positionable) - Method in class net.imglib2.histogram.Histogram1d
- min(Positionable) - Method in class net.imglib2.histogram.HistogramNd
- min(Positionable) - Method in class net.imglib2.img.AbstractImg
- min(Positionable) - Method in interface net.imglib2.Interval
-
Sets a
Positionableto the minimum of thisInterval - min(Positionable) - Method in class net.imglib2.view.composite.CompositeIntervalView
- min(Positionable) - Method in class net.imglib2.view.SubsampleIntervalView
- min(T, T) - Static method in class net.imglib2.util.Util
- minAsDoubleArray() - Method in interface net.imglib2.RealInterval
-
Allocates a new double array with the minimum of this RealInterval.
- minAsDoubleArray(RealInterval) - Static method in class net.imglib2.util.Intervals
-
Create a
double[]with the minimum of aRealInterval. - minAsIntArray(Interval) - Static method in class net.imglib2.util.Intervals
-
Create a
int[]with the minimum of anInterval. - minAsLongArray() - Method in interface net.imglib2.Interval
-
Allocates a new long array with the minimum of this Interval.
- minAsLongArray(Interval) - Static method in class net.imglib2.util.Intervals
-
Create a
long[]with the minimum of anInterval. - minAsPoint() - Method in interface net.imglib2.Interval
-
Allocates a new
Pointwith the maximum of this Interval. - minAsRealPoint() - Method in interface net.imglib2.RealInterval
-
Allocates a new
RealPointwith the minimum of this RealInterval. - minBorderSize - Variable in class net.imglib2.util.Grid
- minFadeOutDistance - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- minThreshold - Static variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- minVal - Variable in class net.imglib2.histogram.Integer1dBinMapper
- minVal - Variable in class net.imglib2.histogram.Real1dBinMapper
- minValue - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- minValue - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- mirror - Variable in class net.imglib2.img.planar.PlanarImg
- MIRROR_DOUBLE - net.imglib2.blocks.Extension.Type
- MIRROR_SINGLE - net.imglib2.blocks.Extension.Type
- mirrorDouble - Static variable in class net.imglib2.blocks.ExtensionImpl
- mirrorDouble() - Static method in interface net.imglib2.blocks.Extension
- mirrorSingle - Static variable in class net.imglib2.blocks.ExtensionImpl
- mirrorSingle() - Static method in interface net.imglib2.blocks.Extension
- Mixed - Interface in net.imglib2.transform.integer
-
Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.
- MIXED_TRANSFORM - net.imglib2.blocks.ViewNode.ViewType
- MixedRandomAccess<T> - Class in net.imglib2.view
- MixedRandomAccess(RandomAccess<T>, Mixed) - Constructor for class net.imglib2.view.MixedRandomAccess
- MixedRandomAccess(MixedRandomAccess<T>) - Constructor for class net.imglib2.view.MixedRandomAccess
- MixedTransform - Class in net.imglib2.transform.integer
-
Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.
- MixedTransform(int, int) - Constructor for class net.imglib2.transform.integer.MixedTransform
- MixedTransformView<T> - Class in net.imglib2.view
-
TODO
- MixedTransformView(RandomAccessible<T>, Mixed) - Constructor for class net.imglib2.view.MixedTransformView
- MixedTransformViewNode(MixedTransformView<?>) - Constructor for class net.imglib2.blocks.ViewNode.MixedTransformViewNode
- modeCount() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Returns the highest frequency count found within the bins.
- modePositions() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Returns a list of bin positions of the highest frequency bins.
- modifyCounts(Iterable<List<T>>, HistogramNd.Counter) - Method in class net.imglib2.histogram.HistogramNd
- modifyCounts(List<Iterable<T>>, HistogramNd.Counter) - Method in class net.imglib2.histogram.HistogramNd
- move(double[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(double[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(double[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(double[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(double[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(double[]) - Method in class net.imglib2.position.transform.Floor
- move(double[]) - Method in class net.imglib2.position.transform.FloorOffset
- move(double[]) - Method in class net.imglib2.position.transform.Round
- move(double[]) - Method in class net.imglib2.RealPoint
- move(double[]) - Method in class net.imglib2.RealPointSample
- move(double[]) - Method in interface net.imglib2.RealPositionable
-
Move the element relative to its current location using a float[] as distance vector.
- move(double[]) - Method in class net.imglib2.view.composite.RealComposite
- move(double, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(double, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(double, int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(double, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(double, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(double, int) - Method in class net.imglib2.position.transform.Floor
- move(double, int) - Method in class net.imglib2.position.transform.FloorOffset
- move(double, int) - Method in class net.imglib2.position.transform.Round
- move(double, int) - Method in class net.imglib2.RealPoint
- move(double, int) - Method in class net.imglib2.RealPointSample
- move(double, int) - Method in interface net.imglib2.RealPositionable
-
Move the element in one dimension for some distance.
- move(double, int) - Method in class net.imglib2.view.composite.RealComposite
- move(float[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(float[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(float[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(float[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(float[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(float[]) - Method in class net.imglib2.position.transform.Floor
- move(float[]) - Method in class net.imglib2.position.transform.FloorOffset
- move(float[]) - Method in class net.imglib2.position.transform.Round
- move(float[]) - Method in class net.imglib2.RealPoint
- move(float[]) - Method in class net.imglib2.RealPointSample
- move(float[]) - Method in interface net.imglib2.RealPositionable
-
Move the element relative to its current location using a float[] as distance vector.
- move(float[]) - Method in class net.imglib2.view.composite.RealComposite
- move(float, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(float, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(float, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(float, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(float, int) - Method in class net.imglib2.position.transform.Floor
- move(float, int) - Method in class net.imglib2.position.transform.FloorOffset
- move(float, int) - Method in class net.imglib2.position.transform.Round
- move(float, int) - Method in class net.imglib2.RealPoint
- move(float, int) - Method in class net.imglib2.RealPointSample
- move(float, int) - Method in interface net.imglib2.RealPositionable
-
Move the element in one dimension for some distance.
- move(float, int) - Method in class net.imglib2.view.composite.RealComposite
- move(int[]) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- move(int[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- move(int[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(int[]) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- move(int[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(int[]) - Method in class net.imglib2.img.array.ArrayRandomAccess
- move(int[]) - Method in class net.imglib2.img.cell.CellRandomAccess
- move(int[]) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- move(int[]) - Method in class net.imglib2.img.list.ListRandomAccess
- move(int[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- move(int[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- move(int[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- move(int[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(int[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(int[]) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- move(int[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- move(int[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- move(int[]) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- move(int[]) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- move(int[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(int[]) - Method in class net.imglib2.Point
- move(int[]) - Method in class net.imglib2.PointSample
- move(int[]) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- move(int[]) - Method in interface net.imglib2.Positionable
-
Move the element relative to its current location using an int[] as distance vector.
- move(int[]) - Method in class net.imglib2.RealPoint
- move(int[]) - Method in class net.imglib2.RealPointSample
- move(int[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- move(int[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- move(int[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- move(int[]) - Method in class net.imglib2.view.composite.RealComposite
- move(int[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- move(int[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- move(int[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- move(int[]) - Method in class net.imglib2.view.MixedRandomAccess
- move(int[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- move(int[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- move(int[]) - Method in class net.imglib2.view.SlicingRandomAccess
- move(int[]) - Method in class net.imglib2.view.StackView.DefaultRA
- move(int[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- move(int[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- move(int[]) - Method in class net.imglib2.view.TransformRandomAccess
- move(int[]) - Method in class net.imglib2.view.TranslationRandomAccess
- move(int, int) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- move(int, int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- move(int, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(int, int) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- move(int, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(int, int) - Method in class net.imglib2.img.array.ArrayRandomAccess
- move(int, int) - Method in class net.imglib2.img.cell.CellRandomAccess
- move(int, int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- move(int, int) - Method in class net.imglib2.img.list.ListRandomAccess
- move(int, int) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- move(int, int) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- move(int, int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- move(int, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(int, int) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- move(int, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- move(int, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- move(int, int) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- move(int, int) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- move(int, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(int, int) - Method in class net.imglib2.Point
- move(int, int) - Method in class net.imglib2.PointSample
- move(int, int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- move(int, int) - Method in interface net.imglib2.Positionable
-
Move the element in one dimension for some distance.
- move(int, int) - Method in class net.imglib2.RealPoint
- move(int, int) - Method in class net.imglib2.RealPointSample
- move(int, int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- move(int, int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- move(int, int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- move(int, int) - Method in class net.imglib2.view.composite.RealComposite
- move(int, int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- move(int, int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- move(int, int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- move(int, int) - Method in class net.imglib2.view.MixedRandomAccess
- move(int, int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- move(int, int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- move(int, int) - Method in class net.imglib2.view.SlicingRandomAccess
- move(int, int) - Method in class net.imglib2.view.StackView.DefaultRA
- move(int, int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- move(int, int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- move(int, int) - Method in class net.imglib2.view.TransformRandomAccess
- move(int, int) - Method in class net.imglib2.view.TranslationRandomAccess
- move(long) - Method in class net.imglib2.img.array.ArrayRandomAccess
-
Moves n steps in dimension 0
- move(long[]) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- move(long[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- move(long[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(long[]) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- move(long[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(long[]) - Method in class net.imglib2.img.array.ArrayRandomAccess
- move(long[]) - Method in class net.imglib2.img.cell.CellRandomAccess
- move(long[]) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- move(long[]) - Method in class net.imglib2.img.list.ListRandomAccess
- move(long[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- move(long[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- move(long[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- move(long[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(long[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(long[]) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- move(long[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- move(long[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- move(long[]) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- move(long[]) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- move(long[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(long[]) - Method in class net.imglib2.Point
- move(long[]) - Method in class net.imglib2.PointSample
- move(long[]) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- move(long[]) - Method in interface net.imglib2.Positionable
-
Move the element relative to its current location using a long[] as distance vector.
- move(long[]) - Method in class net.imglib2.RealPoint
- move(long[]) - Method in class net.imglib2.RealPointSample
- move(long[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- move(long[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- move(long[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- move(long[]) - Method in class net.imglib2.view.composite.RealComposite
- move(long[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- move(long[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- move(long[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- move(long[]) - Method in class net.imglib2.view.MixedRandomAccess
- move(long[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- move(long[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- move(long[]) - Method in class net.imglib2.view.SlicingRandomAccess
- move(long[]) - Method in class net.imglib2.view.StackView.DefaultRA
- move(long[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- move(long[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- move(long[]) - Method in class net.imglib2.view.TransformRandomAccess
- move(long[]) - Method in class net.imglib2.view.TranslationRandomAccess
- move(long, int) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- move(long, int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- move(long, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(long, int) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- move(long, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(long, int) - Method in class net.imglib2.img.array.ArrayRandomAccess
- move(long, int) - Method in class net.imglib2.img.cell.CellRandomAccess
- move(long, int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- move(long, int) - Method in class net.imglib2.img.list.ListRandomAccess
- move(long, int) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- move(long, int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- move(long, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(long, int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder1
- move(long, int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder2
- move(long, int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder3
- move(long, int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder4
- move(long, int) - Method in class net.imglib2.loops.SyncedPositionables.Private.Forwarder5
- move(long, int) - Method in class net.imglib2.loops.SyncedPositionables.Private.GeneralForwarder
- move(long, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
-
Override with a more efficient version.
- move(long, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- move(long, int) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- move(long, int) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- move(long, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(long, int) - Method in class net.imglib2.Point
- move(long, int) - Method in class net.imglib2.PointSample
- move(long, int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- move(long, int) - Method in interface net.imglib2.Positionable
-
Move the element in one dimension for some distance.
- move(long, int) - Method in class net.imglib2.RealPoint
- move(long, int) - Method in class net.imglib2.RealPointSample
- move(long, int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- move(long, int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- move(long, int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- move(long, int) - Method in class net.imglib2.view.composite.RealComposite
- move(long, int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- move(long, int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- move(long, int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- move(long, int) - Method in class net.imglib2.view.MixedRandomAccess
- move(long, int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- move(long, int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- move(long, int) - Method in class net.imglib2.view.SlicingRandomAccess
- move(long, int) - Method in class net.imglib2.view.StackView.DefaultRA
- move(long, int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- move(long, int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- move(long, int) - Method in class net.imglib2.view.TransformRandomAccess
- move(long, int) - Method in class net.imglib2.view.TranslationRandomAccess
- move(Localizable) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- move(Localizable) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- move(Localizable) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(Localizable) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- move(Localizable) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(Localizable) - Method in class net.imglib2.img.array.ArrayRandomAccess
- move(Localizable) - Method in class net.imglib2.img.cell.CellRandomAccess
- move(Localizable) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- move(Localizable) - Method in class net.imglib2.img.list.ListRandomAccess
- move(Localizable) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- move(Localizable) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- move(Localizable) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- move(Localizable) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(Localizable) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(Localizable) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- move(Localizable) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- move(Localizable) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- move(Localizable) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- move(Localizable) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- move(Localizable) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(Localizable) - Method in class net.imglib2.Point
- move(Localizable) - Method in class net.imglib2.PointSample
- move(Localizable) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- move(Localizable) - Method in interface net.imglib2.Positionable
-
Move the element relative to its current location using an
Localizableas distance vector. - move(Localizable) - Method in class net.imglib2.RealPoint
- move(Localizable) - Method in class net.imglib2.RealPointSample
- move(Localizable) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- move(Localizable) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- move(Localizable) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- move(Localizable) - Method in class net.imglib2.view.composite.RealComposite
- move(Localizable) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- move(Localizable) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- move(Localizable) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- move(Localizable) - Method in class net.imglib2.view.MixedRandomAccess
- move(Localizable) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- move(Localizable) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- move(Localizable) - Method in class net.imglib2.view.SlicingRandomAccess
- move(Localizable) - Method in class net.imglib2.view.StackView.DefaultRA
- move(Localizable) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- move(Localizable) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- move(Localizable) - Method in class net.imglib2.view.TransformRandomAccess
- move(Localizable) - Method in class net.imglib2.view.TranslationRandomAccess
- move(RealLocalizable) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- move(RealLocalizable) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- move(RealLocalizable) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- move(RealLocalizable) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- move(RealLocalizable) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- move(RealLocalizable) - Method in class net.imglib2.position.transform.Floor
- move(RealLocalizable) - Method in class net.imglib2.position.transform.FloorOffset
- move(RealLocalizable) - Method in class net.imglib2.position.transform.Round
- move(RealLocalizable) - Method in class net.imglib2.RealPoint
- move(RealLocalizable) - Method in class net.imglib2.RealPointSample
- move(RealLocalizable) - Method in interface net.imglib2.RealPositionable
-
Move the element relative to its current location using a
RealLocalizableas distance vector. - move(RealLocalizable) - Method in class net.imglib2.view.composite.RealComposite
- MOVE_ALL_SLICE_ACCESSES - net.imglib2.view.StackView.StackAccessMode
-
Alternative behavior for some special cases; this is faster assuming that we access in a loop over dimensions with the last dimension (the hyper-slice dimension) in the inner loop.
- MoveAllSlicesRA(RandomAccessibleInterval<T>[]) - Constructor for class net.imglib2.view.StackView.MoveAllSlicesRA
- MoveAllSlicesRA(RandomAccessibleInterval<T>[], Interval) - Constructor for class net.imglib2.view.StackView.MoveAllSlicesRA
- MoveAllSlicesRA(StackView.MoveAllSlicesRA<T>) - Constructor for class net.imglib2.view.StackView.MoveAllSlicesRA
- moveAxis(int, int, int) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.moveAxis(RandomAccessible, int, int). - moveAxis(Interval, int, int) - Static method in class net.imglib2.util.Intervals
-
Create an interval with permuted axes.
- moveAxis(RandomAccessible<T>, int, int) - Static method in class net.imglib2.view.Views
-
Create view with permuted axes.
- moveAxis(RandomAccessibleInterval<T>, int, int) - Static method in class net.imglib2.view.Views
-
Create view with permuted axes.
- moveDim0(int) - Method in class net.imglib2.img.array.ArrayRandomAccess
-
Moves n steps in dimension 0
- moveToNextCell() - Method in class net.imglib2.img.cell.CellCursor
-
Move cursor right before the first element of the next cell.
- moveToNextCell() - Method in class net.imglib2.img.cell.CellLocalizingCursor
-
Move cursor right before the first element of the next cell.
- mul(double) - Method in class net.imglib2.type.logic.BitType
- mul(double) - Method in class net.imglib2.type.logic.NativeBoolType
- mul(double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- mul(double) - Method in class net.imglib2.type.numeric.ARGBType
- mul(double) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- mul(double) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- mul(double) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- mul(double) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- mul(double) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- mul(double) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- mul(double) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Implemented using
BigDecimal.multiply(BigDecimal)andBigDecimal.toBigInteger(). - mul(double) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- mul(double) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- mul(double) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- mul(double) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- mul(double) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- mul(double) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- mul(double) - Method in class net.imglib2.type.numeric.real.FloatType
- mul(double) - Method in interface net.imglib2.type.operators.MulFloatingPoint
- mul(double) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- mul(double) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- mul(double) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- mul(float) - Method in class net.imglib2.type.logic.BitType
- mul(float) - Method in class net.imglib2.type.logic.NativeBoolType
- mul(float) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- mul(float) - Method in class net.imglib2.type.numeric.ARGBType
- mul(float) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- mul(float) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- mul(float) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- mul(float) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- mul(float) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- mul(float) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- mul(float) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- mul(float) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- mul(float) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- mul(float) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- mul(float) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- mul(float) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- mul(float) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- mul(float) - Method in class net.imglib2.type.numeric.real.FloatType
- mul(float) - Method in interface net.imglib2.type.operators.MulFloatingPoint
- mul(float) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- mul(float) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- mul(float) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- mul(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- mul(BitType) - Method in class net.imglib2.type.logic.BitType
- mul(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- mul(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- mul(ComplexFloatType) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- mul(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Relies on
BigInteger.multiply(BigInteger). - mul(UnsignedByteType) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- mul(UnsignedIntType) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- mul(UnsignedLongType) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- mul(UnsignedShortType) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- mul(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- mul(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- mul(Fraction) - Method in class net.imglib2.util.Fraction
- mul(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- mul(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- mul(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- mul(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- mul(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- mul(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- mul(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- mul(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- mul(T) - Method in interface net.imglib2.type.operators.Mul
- mul(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- mul(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- Mul<T> - Interface in net.imglib2.type.operators
- mulCeil(long) - Method in class net.imglib2.util.Fraction
-
Multiply the value with this fraction.
- MulFloatingPoint - Interface in net.imglib2.type.operators
- mult(double[][], double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set C = A * B.
- mult(double[][], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set c = A * b.
- multABT(double[][], double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set C = A * B^T.
- multATB(double[][], double[][], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set C = A^T * B.
- multithreaded() - Method in class net.imglib2.loops.IterableLoopBuilder
-
This will cause the loop to be executed in a multi threaded fashion.
- multithreaded(TaskExecutor) - Method in class net.imglib2.loops.IterableLoopBuilder
-
This will cause the loop to be executed in a multi threaded fashion.
- multiThreaded() - Method in class net.imglib2.loops.LoopBuilder
-
By default
LoopBuilderruns the loop without multi-threading. - multiThreaded() - Static method in class net.imglib2.parallel.TaskExecutors
-
TaskExecutorfor multi-threaded execution. - multiThreaded(boolean) - Method in class net.imglib2.loops.LoopBuilder
- multiThreaded(TaskExecutor) - Method in class net.imglib2.loops.LoopBuilder
-
By default
LoopBuilderruns the loop without multi-threading. - multT(double[][], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set c = A^T * b.
N
- n - Variable in class net.imglib2.AbstractEuclideanSpace
-
the number of dimensions.
- n - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- n - Variable in class net.imglib2.blocks.CellImgRangeCopier
- n - Variable in class net.imglib2.blocks.PermuteInvert
- n - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- n - Variable in class net.imglib2.img.AbstractImg
- n - Variable in class net.imglib2.img.cell.Cell
- n - Variable in class net.imglib2.img.cell.CellGrid
- n - Variable in class net.imglib2.img.sparse.Ntree
-
number of dimensions.
- n - Variable in class net.imglib2.img.sparse.NtreeRandomAccess
- n - Variable in class net.imglib2.interpolation.Interpolant
- n - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- n - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- n - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- n - Variable in class net.imglib2.position.AbstractFunctionEuclideanSpace
- n - Variable in class net.imglib2.position.PositionRandomAccessible
- n - Variable in class net.imglib2.position.RealPositionRealRandomAccessible
- n - Variable in class net.imglib2.RealPointSampleList
- n - Variable in class net.imglib2.transform.integer.BoundingBox
- n - Variable in class net.imglib2.util.Grid
- n - Variable in class net.imglib2.view.composite.CompositeView
- n - Variable in class net.imglib2.view.composite.InflateView
- n - Variable in class net.imglib2.view.composite.InterleaveView
- n - Variable in class net.imglib2.view.MixedTransformView
- n - Variable in class net.imglib2.view.StackView.DefaultRA
- n - Variable in class net.imglib2.view.StackView.MoveAllSlicesRA
- n - Variable in class net.imglib2.view.TransformView
- N - net.imglib2.type.label.BasePairBitType.Base
- nanoTime() - Method in class net.imglib2.util.StopWatch
-
Get the total time the clock was running, in nano-seconds.
- NATIVE_IMG - net.imglib2.blocks.ViewNode.ViewType
- NativeARGBDoubleType - Class in net.imglib2.type.numeric
- NativeARGBDoubleType() - Constructor for class net.imglib2.type.numeric.NativeARGBDoubleType
- NativeARGBDoubleType(double, double, double, double) - Constructor for class net.imglib2.type.numeric.NativeARGBDoubleType
- NativeARGBDoubleType(DoubleAccess) - Constructor for class net.imglib2.type.numeric.NativeARGBDoubleType
- NativeARGBDoubleType(NativeImg<?, ? extends DoubleAccess>) - Constructor for class net.imglib2.type.numeric.NativeARGBDoubleType
- NativeBoolType - Class in net.imglib2.type.logic
-
NativeTypebacked byboolean. - NativeBoolType() - Constructor for class net.imglib2.type.logic.NativeBoolType
- NativeBoolType(boolean) - Constructor for class net.imglib2.type.logic.NativeBoolType
- NativeBoolType(BooleanAccess) - Constructor for class net.imglib2.type.logic.NativeBoolType
- NativeBoolType(NativeImg<?, ? extends BooleanAccess>) - Constructor for class net.imglib2.type.logic.NativeBoolType
- NativeImg<T extends Type<T>,A> - Interface in net.imglib2.img
-
TODO
- NativeImgFactory<T extends NativeType<T>> - Class in net.imglib2.img
-
TODO: get rid of
NativeImgFactory??? - NativeImgFactory() - Constructor for class net.imglib2.img.NativeImgFactory
-
Deprecated.
- NativeImgFactory(T) - Constructor for class net.imglib2.img.NativeImgFactory
- NativeType<T extends NativeType<T>> - Interface in net.imglib2.type
-
A
NativeTypeis aTypethat that provides access to data stored in Java primitive arrays. - nativeTypeFactory - Variable in class net.imglib2.blocks.FallbackPrimitiveBlocks
- NativeTypeFactory<T extends NativeType<T>,A> - Class in net.imglib2.type
- NativeTypeFactory(PrimitiveType, Function<NativeImg<T, ? extends A>, T>) - Constructor for class net.imglib2.type.NativeTypeFactory
- nBits - Variable in class net.imglib2.type.AbstractBitType
- NBITS - Static variable in class net.imglib2.type.label.BasePairBitType
- nDim - Variable in class net.imglib2.transform.integer.shear.AbstractShearTransform
- NearestNeighborInterpolator<T> - Class in net.imglib2.interpolation.randomaccess
-
RealRandomAccessto aRandomAccessby nearest neighbor interpolation. - NearestNeighborInterpolator(NearestNeighborInterpolator<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolator
- NearestNeighborInterpolator(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolator
- NearestNeighborInterpolatorFactory<T> - Class in net.imglib2.interpolation.randomaccess
- NearestNeighborInterpolatorFactory() - Constructor for class net.imglib2.interpolation.randomaccess.NearestNeighborInterpolatorFactory
- NearestNeighborRealRandomAccessibleStackInterpolator<T> - Class in net.imglib2.interpolation.stack
-
A nearest neighbor interpolator for stacks of
RealRandomAccessibles. - NearestNeighborRealRandomAccessibleStackInterpolator(List<RealRandomAccessible<T>>) - Constructor for class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- NearestNeighborRealRandomAccessibleStackInterpolator(NearestNeighborRealRandomAccessibleStackInterpolator<T>) - Constructor for class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- NearestNeighborRealRandomAccessibleStackInterpolator(RealRandomAccessible<T>[]) - Constructor for class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- NearestNeighborRealRandomAccessibleStackInterpolatorFactory<T,F extends java.util.List<RealRandomAccessible<T>>> - Class in net.imglib2.interpolation.stack
- NearestNeighborRealRandomAccessibleStackInterpolatorFactory() - Constructor for class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolatorFactory
- NearestNeighborSearch<T> - Interface in net.imglib2.neighborsearch
-
Nearest-neighbor search in an Euclidean space.
- NearestNeighborSearchImpl - Class in net.imglib2.kdtree
-
Nearest-neighbor search on
KDTreeImpl. - NearestNeighborSearchImpl(KDTreeImpl) - Constructor for class net.imglib2.kdtree.NearestNeighborSearchImpl
- NearestNeighborSearchInterpolator<T> - Class in net.imglib2.interpolation.neighborsearch
-
Nearest-neighbor interpolation implemented by
NearestNeighborSearch. - NearestNeighborSearchInterpolator(NearestNeighborSearch<T>) - Constructor for class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator
- NearestNeighborSearchInterpolatorFactory<T> - Class in net.imglib2.interpolation.neighborsearch
-
Factory for
NearestNeighborSearchInterpolatorinstances that work on aNearestNeighborSearch. - NearestNeighborSearchInterpolatorFactory() - Constructor for class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolatorFactory
- NearestNeighborSearchOnIterableRealInterval<T> - Class in net.imglib2.neighborsearch
-
k-nearest-neighbor search on
IterableRealIntervalimplemented as linear search. - NearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T>) - Constructor for class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- NearestNeighborSearchOnKDTree<T> - Class in net.imglib2.neighborsearch
-
Implementation of
NearestNeighborSearchsearch for kd-trees. - NearestNeighborSearchOnKDTree(KDTree<T>) - Constructor for class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- NearestNeighborSearchOnKDTree(NearestNeighborSearchOnKDTree<T>) - Constructor for class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- needsUpdate - Variable in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- needsUpdate - Variable in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- neighbors - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- Neighbors() - Constructor for class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- Nested(double[][]) - Constructor for class net.imglib2.kdtree.KDTreePositions.Nested
- NESTED - net.imglib2.kdtree.KDTreePositions.PositionsLayout
- nestedFixedThreadPool(int, int) - Static method in class net.imglib2.parallel.TaskExecutors
-
Returns a
TaskExecutorthat uses a fixed thread pool with the given number of threads. - net.imglib2 - package net.imglib2
- net.imglib2.blocks - package net.imglib2.blocks
- net.imglib2.concatenate - package net.imglib2.concatenate
- net.imglib2.converter - package net.imglib2.converter
- net.imglib2.converter.read - package net.imglib2.converter.read
- net.imglib2.converter.readwrite - package net.imglib2.converter.readwrite
- net.imglib2.display - package net.imglib2.display
- net.imglib2.display.awt - package net.imglib2.display.awt
- net.imglib2.display.projector - package net.imglib2.display.projector
- net.imglib2.display.projector.composite - package net.imglib2.display.projector.composite
- net.imglib2.display.projector.sampler - package net.imglib2.display.projector.sampler
- net.imglib2.display.projector.specialized - package net.imglib2.display.projector.specialized
- net.imglib2.display.projector.volatiles - package net.imglib2.display.projector.volatiles
- net.imglib2.display.screenimage - package net.imglib2.display.screenimage
- net.imglib2.display.screenimage.awt - package net.imglib2.display.screenimage.awt
- net.imglib2.exception - package net.imglib2.exception
- net.imglib2.histogram - package net.imglib2.histogram
- net.imglib2.img - package net.imglib2.img
- net.imglib2.img.array - package net.imglib2.img.array
- net.imglib2.img.basictypeaccess - package net.imglib2.img.basictypeaccess
- net.imglib2.img.basictypeaccess.array - package net.imglib2.img.basictypeaccess.array
- net.imglib2.img.basictypeaccess.nio - package net.imglib2.img.basictypeaccess.nio
- net.imglib2.img.basictypeaccess.volatiles - package net.imglib2.img.basictypeaccess.volatiles
- net.imglib2.img.basictypeaccess.volatiles.array - package net.imglib2.img.basictypeaccess.volatiles.array
- net.imglib2.img.cell - package net.imglib2.img.cell
- net.imglib2.img.list - package net.imglib2.img.list
- net.imglib2.img.planar - package net.imglib2.img.planar
- net.imglib2.img.sparse - package net.imglib2.img.sparse
- net.imglib2.interpolation - package net.imglib2.interpolation
- net.imglib2.interpolation.neighborsearch - package net.imglib2.interpolation.neighborsearch
- net.imglib2.interpolation.randomaccess - package net.imglib2.interpolation.randomaccess
- net.imglib2.interpolation.stack - package net.imglib2.interpolation.stack
- net.imglib2.iterator - package net.imglib2.iterator
- net.imglib2.kdtree - package net.imglib2.kdtree
- net.imglib2.loops - package net.imglib2.loops
- net.imglib2.neighborsearch - package net.imglib2.neighborsearch
- net.imglib2.outofbounds - package net.imglib2.outofbounds
- net.imglib2.parallel - package net.imglib2.parallel
- net.imglib2.position - package net.imglib2.position
- net.imglib2.position.transform - package net.imglib2.position.transform
- net.imglib2.stream - package net.imglib2.stream
- net.imglib2.test - package net.imglib2.test
- net.imglib2.transform - package net.imglib2.transform
- net.imglib2.transform.integer - package net.imglib2.transform.integer
- net.imglib2.transform.integer.permutation - package net.imglib2.transform.integer.permutation
- net.imglib2.transform.integer.shear - package net.imglib2.transform.integer.shear
- net.imglib2.type - package net.imglib2.type
- net.imglib2.type.label - package net.imglib2.type.label
- net.imglib2.type.logic - package net.imglib2.type.logic
- net.imglib2.type.numeric - package net.imglib2.type.numeric
- net.imglib2.type.numeric.complex - package net.imglib2.type.numeric.complex
- net.imglib2.type.numeric.integer - package net.imglib2.type.numeric.integer
- net.imglib2.type.numeric.real - package net.imglib2.type.numeric.real
- net.imglib2.type.operators - package net.imglib2.type.operators
- net.imglib2.type.volatiles - package net.imglib2.type.volatiles
- net.imglib2.util - package net.imglib2.util
- net.imglib2.view - package net.imglib2.view
- net.imglib2.view.composite - package net.imglib2.view.composite
- net.imglib2.view.iteration - package net.imglib2.view.iteration
- newInstance() - Method in class net.imglib2.blocks.ArrayImgRangeCopier
- newInstance() - Method in class net.imglib2.blocks.CellImgRangeCopier
- newInstance() - Method in interface net.imglib2.blocks.Convert
- newInstance() - Method in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedByteType_FloatType
- newInstance() - Method in class net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
- newInstance() - Method in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- newInstance() - Method in class net.imglib2.blocks.PermuteInvert
- newInstance() - Method in class net.imglib2.blocks.PlanarImgRangeCopier
- newInstance() - Method in interface net.imglib2.blocks.RangeCopier
-
Return a new independent instance of this
RangeCopier. - newInstance() - Method in interface net.imglib2.blocks.TempArray
- newInstance() - Method in class net.imglib2.blocks.TempArrayImpl
- newInstance(B, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.AbstractBufferAccess
-
Create a new instance of this class given a Buffer of the same type.
- newInstance(ByteBuffer, boolean) - Method in interface net.imglib2.img.basictypeaccess.nio.BufferAccess
-
Create a new instance from a ByteBuffer
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- newInstance(ByteBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- newInstance(CharBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- newInstance(DoubleBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- newInstance(FloatBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- newInstance(IntBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- newInstance(LongBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- newInstance(ShortBuffer, boolean) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- newInstanceForKey(Object, Object...) - Method in class net.imglib2.loops.ClassCopyProvider
-
Returns an instance of a copy of the original class, that has been provided to the constructor.
- next() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- next() - Method in interface net.imglib2.RealCursor
-
Default implementation, calls
Iterator.fwd()thenSampler.get(). - next() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- next() - Method in class net.imglib2.view.iteration.SlicingCursor
-
Default implementation, calls
Iterator.fwd()thenSampler.get(). - nextImage(T, long...) - Method in class net.imglib2.test.RandomImgs
-
Creates an image with randomized content
- nextImage(T, Interval) - Method in class net.imglib2.test.RandomImgs
-
Creates an image with randomized content.
- nextLine() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- nextLine() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- NLinearInterpolator<T extends NumericType<T>> - Class in net.imglib2.interpolation.randomaccess
-
Performs multi-linear interpolation.
- NLinearInterpolator(NLinearInterpolator<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- NLinearInterpolator(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- NLinearInterpolator(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- NLinearInterpolator1D<T extends NumericType<T>> - Class in net.imglib2.interpolation.randomaccess
- NLinearInterpolator1D(NLinearInterpolator1D<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- NLinearInterpolator1D(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- NLinearInterpolator1D(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- NLinearInterpolator2D<T extends NumericType<T>> - Class in net.imglib2.interpolation.randomaccess
- NLinearInterpolator2D(NLinearInterpolator2D<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- NLinearInterpolator2D(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- NLinearInterpolator2D(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- NLinearInterpolator3D<T extends NumericType<T>> - Class in net.imglib2.interpolation.randomaccess
- NLinearInterpolator3D(NLinearInterpolator3D<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- NLinearInterpolator3D(RandomAccessible<T>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- NLinearInterpolator3D(RandomAccessible<T>, T) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- NLinearInterpolatorARGB - Class in net.imglib2.interpolation.randomaccess
-
N-linear interpolator for ARGB values with overflow check.
- NLinearInterpolatorARGB(NLinearInterpolatorARGB) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- NLinearInterpolatorARGB(RandomAccessible<ARGBType>) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- NLinearInterpolatorARGB(RandomAccessible<ARGBType>, ARGBType) - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- NLinearInterpolatorARGBFactory - Class in net.imglib2.interpolation.randomaccess
- NLinearInterpolatorARGBFactory() - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGBFactory
- NLinearInterpolatorFactory<T extends NumericType<T>> - Class in net.imglib2.interpolation.randomaccess
- NLinearInterpolatorFactory() - Constructor for class net.imglib2.interpolation.randomaccess.NLinearInterpolatorFactory
- nodeIndex - Variable in class net.imglib2.KDTreeNode
- nodeIndex() - Method in class net.imglib2.KDTreeNode
-
Get the
nodeIndexwhich this proxy currently refers to. - nodes - Variable in class net.imglib2.blocks.ViewAnalyzer
-
View sequence of the target
RandomAccessible. - normalizationFactor - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- normalizationFactor - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- normalizationFactor - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- normalizationFactor - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- normalize(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
normalize a, i.e., scale to unit length.
- not() - Method in interface net.imglib2.type.BooleanType
- not() - Method in class net.imglib2.type.logic.BitType
- not() - Method in class net.imglib2.type.logic.BoolType
- not() - Method in class net.imglib2.type.logic.NativeBoolType
- nSource - Variable in class net.imglib2.view.composite.InflateView
- Ntree<T extends java.lang.Comparable<T>> - Class in net.imglib2.img.sparse
-
N-dimensional equivalent of a quad/oct-tree.
- Ntree(long[], T) - Constructor for class net.imglib2.img.sparse.Ntree
-
Create a ntree structure capable of representing an array of the given dimensions.
- Ntree(Ntree<T>) - Constructor for class net.imglib2.img.sparse.Ntree
-
Copy constructor.
- Ntree.NtreeNode<T> - Class in net.imglib2.img.sparse
- NtreeAccess<L extends java.lang.Comparable<L>,A extends NtreeAccess<L,A>> - Interface in net.imglib2.img.sparse
- NtreeCursor<T extends NativeType<T>> - Class in net.imglib2.img.sparse
- NtreeCursor(NtreeCursor<T>) - Constructor for class net.imglib2.img.sparse.NtreeCursor
- NtreeCursor(NtreeImg<T, ?>) - Constructor for class net.imglib2.img.sparse.NtreeCursor
- NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> - Class in net.imglib2.img.sparse
- NtreeImg(A, long[], Fraction) - Constructor for class net.imglib2.img.sparse.NtreeImg
- NtreeImg(NtreeImg<T, A>) - Constructor for class net.imglib2.img.sparse.NtreeImg
- NtreeImg.PositionProvider - Interface in net.imglib2.img.sparse
- NtreeImgFactory<T extends NativeType<T>> - Class in net.imglib2.img.sparse
- NtreeImgFactory() - Constructor for class net.imglib2.img.sparse.NtreeImgFactory
-
Deprecated.
- NtreeImgFactory(T) - Constructor for class net.imglib2.img.sparse.NtreeImgFactory
- NtreeNode(Ntree.NtreeNode<T>, T) - Constructor for class net.imglib2.img.sparse.Ntree.NtreeNode
- NtreeRandomAccess<T extends NativeType<T>> - Class in net.imglib2.img.sparse
- NtreeRandomAccess(NtreeImg<T, ?>) - Constructor for class net.imglib2.img.sparse.NtreeRandomAccess
- NtreeRandomAccess(NtreeRandomAccess<T>) - Constructor for class net.imglib2.img.sparse.NtreeRandomAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- NUM_BYTES_PER_ENTITY - Static variable in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- numberOfSlices(long[]) - Static method in class net.imglib2.img.planar.PlanarImg
-
How many slices has a PlanarImg with the given dimensions?
- numCells - Variable in class net.imglib2.img.cell.CellGrid
- numCells - Variable in class net.imglib2.util.Grid
- numChannels - Variable in class net.imglib2.view.composite.NumericComposite.Factory
- numChannels - Variable in class net.imglib2.view.composite.RealComposite.Factory
- numChildren - Variable in class net.imglib2.img.sparse.Ntree
-
how many children (if any) each node has.
- numDimensions - Variable in class net.imglib2.display.projector.IterableIntervalProjector2D
- numDimensions - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- numDimensions - Variable in class net.imglib2.kdtree.KDTreeImpl
- numDimensions - Variable in class net.imglib2.kdtree.KDTreePositions
- numDimensions - Variable in class net.imglib2.kdtree.KDTreeUtils.MakeTree
- numDimensions - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- numDimensions - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- numDimensions - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- numDimensions - Variable in class net.imglib2.view.HyperSlice
- numDimensions - Variable in class net.imglib2.view.HyperSlicesView
- numDimensions() - Method in class net.imglib2.AbstractEuclideanSpace
- numDimensions() - Method in class net.imglib2.AbstractWrappedLocalizable
- numDimensions() - Method in class net.imglib2.AbstractWrappedRealInterval
- numDimensions() - Method in class net.imglib2.converter.AbstractConvertedCursor
- numDimensions() - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- numDimensions() - Method in class net.imglib2.converter.AbstractConvertedRandomAccessible
- numDimensions() - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- numDimensions() - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- numDimensions() - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccessible
- numDimensions() - Method in interface net.imglib2.EuclideanSpace
-
Gets the space's number of dimensions.
- numDimensions() - Method in class net.imglib2.FinalDimensions
- numDimensions() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- numDimensions() - Method in class net.imglib2.histogram.Histogram1d
-
Return the number of dimensions of the frequency distribution of this histogram.
- numDimensions() - Method in class net.imglib2.histogram.HistogramNd
-
Return the number of dimensions of the frequency distribution of this histogram.
- numDimensions() - Method in class net.imglib2.img.AbstractImg
- numDimensions() - Method in class net.imglib2.img.array.ArraySpliterator
- numDimensions() - Method in class net.imglib2.img.cell.Cell
- numDimensions() - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- numDimensions() - Method in class net.imglib2.img.cell.CellGrid
- numDimensions() - Method in class net.imglib2.img.cell.CellSpliterator
- numDimensions() - Method in class net.imglib2.img.planar.PlanarSpliterator
- numDimensions() - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- numDimensions() - Method in class net.imglib2.interpolation.Interpolant
- numDimensions() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
- numDimensions() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator2D
- numDimensions() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator3D
- numDimensions() - Method in class net.imglib2.kdtree.KDTreeImpl
- numDimensions() - Method in class net.imglib2.kdtree.KDTreePositions
- numDimensions() - Method in class net.imglib2.KDTree
- numDimensions() - Method in class net.imglib2.KDTreeNode
- numDimensions() - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- numDimensions() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- numDimensions() - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- numDimensions() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- numDimensions() - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- numDimensions() - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- numDimensions() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- numDimensions() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- numDimensions() - Method in class net.imglib2.position.AbstractFunctionEuclideanSpace
- numDimensions() - Method in class net.imglib2.position.PositionRandomAccessible
- numDimensions() - Method in class net.imglib2.position.RealPositionRealRandomAccessible
- numDimensions() - Method in class net.imglib2.RealPointSampleList
- numDimensions() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- numDimensions() - Method in class net.imglib2.stream.CursorSpliterator
- numDimensions() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- numDimensions() - Method in class net.imglib2.stream.RealCursorSpliterator
- numDimensions() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- numDimensions() - Method in class net.imglib2.transform.integer.BoundingBox
- numDimensions() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- numDimensions() - Method in class net.imglib2.util.Grid.CellIntervals
- numDimensions() - Method in class net.imglib2.util.Grid
- numDimensions() - Method in class net.imglib2.view.BundleView
- numDimensions() - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- numDimensions() - Method in class net.imglib2.view.composite.CompositeView
- numDimensions() - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- numDimensions() - Method in class net.imglib2.view.composite.InflateView
- numDimensions() - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- numDimensions() - Method in class net.imglib2.view.composite.InterleaveView
- numDimensions() - Method in class net.imglib2.view.composite.RealComposite
- numDimensions() - Method in class net.imglib2.view.ExtendedRandomAccessibleInterval
- numDimensions() - Method in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- numDimensions() - Method in class net.imglib2.view.FunctionView
- numDimensions() - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- numDimensions() - Method in class net.imglib2.view.HyperSlice
- numDimensions() - Method in class net.imglib2.view.HyperSlicesView
- numDimensions() - Method in class net.imglib2.view.MixedTransformView
- numDimensions() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- numDimensions() - Method in class net.imglib2.view.RandomAccessiblePair
- numDimensions() - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- numDimensions() - Method in class net.imglib2.view.StackView.DefaultRA
- numDimensions() - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- numDimensions() - Method in class net.imglib2.view.SubsampleView
- numDimensions() - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- numDimensions() - Method in class net.imglib2.view.TransformView
- numElements - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- numElements - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- numElements(int...) - Static method in class net.imglib2.util.Intervals
-
Compute the number of elements contained in an (integer) interval.
- numElements(long[]) - Static method in class net.imglib2.display.screenimage.awt.AWTScreenImageUtil
- numElements(long[]) - Static method in class net.imglib2.img.AbstractImg
- numElements(long...) - Static method in class net.imglib2.util.Intervals
-
Compute the number of elements contained in an (integer) interval.
- numElements(Dimensions) - Static method in class net.imglib2.util.Intervals
-
Compute the number of elements contained in an (integer)
Interval. - numEntities - Variable in class net.imglib2.img.AbstractNativeImg
- numEntitiesRangeCheck(long[], Fraction) - Static method in class net.imglib2.img.array.ArrayImgFactory
- numerator - Variable in class net.imglib2.util.Fraction
- NumericComposite<T extends NumericType<T>> - Class in net.imglib2.view.composite
-
A vector of
NumericTypescalars. - NumericComposite(RandomAccess<T>, int) - Constructor for class net.imglib2.view.composite.NumericComposite
- NumericComposite.Factory<T extends NumericType<T>> - Class in net.imglib2.view.composite
- NumericType<T extends NumericType<T>> - Interface in net.imglib2.type.numeric
-
TODO
- numNeighbors - Variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- numNeighbors() - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- numNeighbors() - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Get the number of points found within radius after a
RadiusNeighborSearch.search(RealLocalizable, double, boolean). - numNeighbors() - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- numPixels - Variable in class net.imglib2.img.AbstractImg
- numPixels - Variable in class net.imglib2.img.cell.Cell
- numPixels - Variable in class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- numPixels() - Method in class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- numPoints - Variable in class net.imglib2.kdtree.KDTreeImpl
- numPoints - Variable in class net.imglib2.kdtree.KDTreePositions
- numPoints - Variable in class net.imglib2.kdtree.KDTreeUtils.MakeTree
- numPoints - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- numPoints - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- numPoints - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- numPoints() - Method in class net.imglib2.kdtree.KDTreePositions
- numSlices - Variable in class net.imglib2.img.planar.PlanarImg
- numSlices() - Method in class net.imglib2.img.planar.PlanarImg
- numSourceDimensions - Variable in class net.imglib2.transform.integer.MixedTransform
-
dimension of source vector.
- numSourceDimensions - Variable in class net.imglib2.transform.integer.permutation.PermutationTransform
- numSourceDimensions - Variable in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- numSourceDimensions - Variable in class net.imglib2.transform.integer.SequentializeTransform
-
dimension of source vector.
- numSourceDimensions - Variable in class net.imglib2.transform.integer.SlicingTransform
-
dimension of source vector.
- numSourceDimensions() - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- numSourceDimensions() - Method in class net.imglib2.transform.integer.MixedTransform
- numSourceDimensions() - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- numSourceDimensions() - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- numSourceDimensions() - Method in class net.imglib2.transform.integer.SequentializeTransform
- numSourceDimensions() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- numSourceDimensions() - Method in class net.imglib2.transform.integer.SlicingTransform
- numSourceDimensions() - Method in class net.imglib2.transform.InverseTransform
- numSourceDimensions() - Method in interface net.imglib2.transform.Transform
-
Returns n, the dimension of the source vector.
- numTargetDimensions - Variable in class net.imglib2.transform.integer.AbstractMixedTransform
-
dimension of target vector.
- numTargetDimensions - Variable in class net.imglib2.transform.integer.permutation.PermutationTransform
- numTargetDimensions - Variable in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- numTargetDimensions - Variable in class net.imglib2.transform.integer.SequentializeTransform
-
dimension of target vector.
- numTargetDimensions() - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- numTargetDimensions() - Method in class net.imglib2.transform.integer.permutation.PermutationTransform
- numTargetDimensions() - Method in class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- numTargetDimensions() - Method in class net.imglib2.transform.integer.SequentializeTransform
- numTargetDimensions() - Method in class net.imglib2.transform.integer.shear.AbstractShearTransform
- numTargetDimensions() - Method in class net.imglib2.transform.InverseTransform
- numTargetDimensions() - Method in interface net.imglib2.transform.Transform
-
Returns m, the dimension of the target vector.
- numThreads(int) - Static method in class net.imglib2.parallel.TaskExecutors
-
TaskExecutorthat uses the given number or threads. - numTreeLevels - Variable in class net.imglib2.img.sparse.Ntree
-
maximum depth of the tree.
O
- of(OutOfBoundsFactory<?, ?>) - Static method in interface net.imglib2.blocks.Extension
- of(RandomAccessible<T>) - Static method in interface net.imglib2.blocks.PrimitiveBlocks
-
Create a
PrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource. - of(RandomAccessible<T>, PrimitiveBlocks.OnFallback) - Static method in interface net.imglib2.blocks.PrimitiveBlocks
-
Create a
PrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource. - ofAccess(Object) - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
- offset - Variable in class net.imglib2.img.array.AbstractArrayCursor
-
Offset of this cursor
- offset - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Offset of this cursor.
- offset - Variable in class net.imglib2.position.transform.FloorOffset
- offset(Interval) - Method in class net.imglib2.img.array.ArrayImg
- offset(Interval) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
- offset(Interval) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- offset(RandomAccessible<T>, long...) - Static method in class net.imglib2.view.Views
-
Deprecated.Please use
Views.translateInverse(RandomAccessible, long...)instead. - offset(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Deprecated.Please use
Views.translateInverse(RandomAccessibleInterval, long...)instead. - OffsetableIntervalIterator - Class in net.imglib2.iterator
-
A
IntervalIteratorthat has an adjustable offset - OffsetableIntervalIterator(int[]) - Constructor for class net.imglib2.iterator.OffsetableIntervalIterator
- OffsetableIntervalIterator(int[], int[]) - Constructor for class net.imglib2.iterator.OffsetableIntervalIterator
- OffsetableIntervalIterator(long[]) - Constructor for class net.imglib2.iterator.OffsetableIntervalIterator
- OffsetableIntervalIterator(long[], long[]) - Constructor for class net.imglib2.iterator.OffsetableIntervalIterator
- OffsetableIntervalIterator(Interval) - Constructor for class net.imglib2.iterator.OffsetableIntervalIterator
- OffsetableLocalizingIntervalIterator - Class in net.imglib2.iterator
-
A
LocalizingIntervalIteratorthat has an adjustable offset - OffsetableLocalizingIntervalIterator(int[]) - Constructor for class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
- OffsetableLocalizingIntervalIterator(int[], int[]) - Constructor for class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
- OffsetableLocalizingIntervalIterator(long[]) - Constructor for class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
- OffsetableLocalizingIntervalIterator(long[], long[]) - Constructor for class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
- OffsetableLocalizingIntervalIterator(Interval) - Constructor for class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
- offsetInterval(RandomAccessible<T>, long[], long[]) - Static method in class net.imglib2.view.Views
-
Define an interval on a RandomAccessible and translate it such that the min corner is at the origin.
- offsetInterval(RandomAccessible<T>, Interval) - Static method in class net.imglib2.view.Views
-
Define an interval on a RandomAccessible and translate it such that the min corner is at the origin.
- OneCursorLoop(Consumer<A>, Cursor<A>) - Constructor for class net.imglib2.loops.FastCursorLoops.OneCursorLoop
- OneCursorLoop(Consumer<A>, Cursor<A>) - Constructor for class net.imglib2.loops.FastCursorRandomAccessLoops.OneCursorLoop
- OnFallback() - Constructor for enum net.imglib2.blocks.PrimitiveBlocks.OnFallback
- oob - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- oob - Variable in class net.imglib2.blocks.CellImgRangeCopier
- oob - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- oobExtension - Variable in class net.imglib2.blocks.ViewAnalyzer
-
The description of the out-of-bounds extension.
- oobFactory - Variable in class net.imglib2.blocks.ExtensionImpl.UnknownExtension
- oobIndex - Variable in class net.imglib2.blocks.ViewAnalyzer
-
The index of the out-of-bounds extension in
ViewAnalyzer.nodes. - or(boolean) - Method in class net.imglib2.type.logic.BoolType
- or(BitType) - Method in class net.imglib2.type.logic.BitType
- or(BoolType) - Method in class net.imglib2.type.logic.BoolType
- or(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- or(T) - Method in interface net.imglib2.type.BooleanType
- orderMinMax() - Method in class net.imglib2.transform.integer.BoundingBox
-
flip coordinates between corner1 and corner2 such that corner1 is the min of the bounding box and corner2 is the max.
- orderValuesImg(int[], Iterable<T>) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Re-order the node
valuesto form a tree corresponding to the index arraytree'={0,1,2,...}. - orderValuesList(int[], Iterable<T>) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Re-order the node
valuesto form a tree corresponding to the index arraytree'={0,1,2,...}. - original - Variable in class net.imglib2.loops.ClassCopier
- otherImages - Variable in class net.imglib2.loops.IterableLoopBuilder.Chunk
- otherImages - Variable in class net.imglib2.loops.IterableLoopBuilder
- outer(double[], double[], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute outer product, set C = a * b^T.
- outOfBounds - Variable in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
-
performs the actual moves and generates/queries a Type
- OutOfBounds<T> - Interface in net.imglib2.outofbounds
- OutOfBoundsBorder<T> - Class in net.imglib2.outofbounds
-
Repeat the boundary pixels.
- OutOfBoundsBorder(F) - Constructor for class net.imglib2.outofbounds.OutOfBoundsBorder
- OutOfBoundsBorder(OutOfBoundsBorder<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsBorder
- OutOfBoundsBorderFactory<T,F extends Interval & RandomAccessible<T>> - Class in net.imglib2.outofbounds
-
Strategy to repeat the boundary pixels (creates
OutOfBoundsBorder). - OutOfBoundsBorderFactory() - Constructor for class net.imglib2.outofbounds.OutOfBoundsBorderFactory
- OutOfBoundsConstantValue<T> - Class in net.imglib2.outofbounds
- OutOfBoundsConstantValue(F, T) - Constructor for class net.imglib2.outofbounds.OutOfBoundsConstantValue
- OutOfBoundsConstantValue(OutOfBoundsConstantValue<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsConstantValue
- OutOfBoundsConstantValueFactory<T,F extends Interval & RandomAccessible<T>> - Class in net.imglib2.outofbounds
- OutOfBoundsConstantValueFactory(T) - Constructor for class net.imglib2.outofbounds.OutOfBoundsConstantValueFactory
- OutOfBoundsFactory<T,F> - Interface in net.imglib2.outofbounds
- OutOfBoundsMirrorDoubleBoundary<T> - Class in net.imglib2.outofbounds
-
Coordinates out of image bounds are mirrored between boundary coordinates.
- OutOfBoundsMirrorDoubleBoundary(F) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundary
- OutOfBoundsMirrorDoubleBoundary(OutOfBoundsMirrorDoubleBoundary<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundary
- OutOfBoundsMirrorExpWindowing<T extends NumericType<T>> - Class in net.imglib2.outofbounds
-
Adds a exponential windowing to the mirrored content outside the Interval boundaries
- OutOfBoundsMirrorExpWindowing(F, int[], float) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- OutOfBoundsMirrorExpWindowing(OutOfBoundsMirrorExpWindowing<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- OutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,F extends Interval & RandomAccessible<T>> - Class in net.imglib2.outofbounds
-
TODO
- OutOfBoundsMirrorExpWindowingFactory() - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- OutOfBoundsMirrorExpWindowingFactory(float) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- OutOfBoundsMirrorExpWindowingFactory(int) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- OutOfBoundsMirrorExpWindowingFactory(int[]) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- OutOfBoundsMirrorFactory<T,F extends Interval & RandomAccessible<T>> - Class in net.imglib2.outofbounds
-
Create appropriate strategies that virtually mirror a
RandomAccessibleat its boundaries. - OutOfBoundsMirrorFactory(OutOfBoundsMirrorFactory.Boundary) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorFactory
- OutOfBoundsMirrorFactory.Boundary - Enum in net.imglib2.outofbounds
- OutOfBoundsMirrorSingleBoundary<T> - Class in net.imglib2.outofbounds
-
Coordinates out of image bounds are mirrored at boundary coordinates.
- OutOfBoundsMirrorSingleBoundary(F) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
- OutOfBoundsMirrorSingleBoundary(OutOfBoundsMirrorSingleBoundary<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
- OutOfBoundsPeriodic<T> - Class in net.imglib2.outofbounds
-
Coordinates out of image bounds are periodically repeated.
- OutOfBoundsPeriodic(F) - Constructor for class net.imglib2.outofbounds.OutOfBoundsPeriodic
- OutOfBoundsPeriodic(OutOfBoundsPeriodic<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsPeriodic
- OutOfBoundsPeriodicFactory<T,F extends Interval & RandomAccessible<T>> - Class in net.imglib2.outofbounds
-
Create appropriate strategies that virtually extend a
RandomAccessibleIntervalperiodically. - OutOfBoundsPeriodicFactory() - Constructor for class net.imglib2.outofbounds.OutOfBoundsPeriodicFactory
- outOfBoundsRandomAccess - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- outOfBoundsRandomAccess - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
- outOfBoundsRandomAccess - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- OutOfBoundsRandomValue<T extends RealType<T>> - Class in net.imglib2.outofbounds
-
Return a random value in a certain range when outside of the Interval
- OutOfBoundsRandomValue(F, T, Random, double, double) - Constructor for class net.imglib2.outofbounds.OutOfBoundsRandomValue
- OutOfBoundsRandomValue(OutOfBoundsRandomValue<T>) - Constructor for class net.imglib2.outofbounds.OutOfBoundsRandomValue
- OutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>> - Class in net.imglib2.outofbounds
- OutOfBoundsRandomValueFactory(T, double, double) - Constructor for class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
P
- p - Variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- p - Variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolatorFactory
- p - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
-
Period of the extended interval.
- p2 - Variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- pair(RandomAccessible<A>, RandomAccessible<B>) - Static method in class net.imglib2.view.Views
- Pair<A,B> - Interface in net.imglib2.util
- Parallelization - Class in net.imglib2.parallel
-
This class allows to configure an algorithm for parallelization.
- Parallelization() - Constructor for class net.imglib2.parallel.Parallelization
- Parallelization.Frame - Interface in net.imglib2.parallel
- parallelStream() - Method in interface net.imglib2.IterableRealInterval
-
Returns a parallel
Streamover the elements of thisIterableRealInterval. - parent - Variable in class net.imglib2.img.sparse.Ntree.NtreeNode
- parent(int) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Get the parent of node
i. - parentIndex(int) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
If the tree is flattened into an array the parent of node at index
ihas index(i - 1) / 2(except for the root nodei==0). - partition(int, int, double[], int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Partition a sublist.
- Partition - Class in net.imglib2.util
-
TODO
- Partition() - Constructor for class net.imglib2.util.Partition
- partitionSubList(int, int, byte[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, char[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, double[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, float[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, int[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, long[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, short[]) - Static method in class net.imglib2.util.Partition
-
Partition a subarray of
values. - partitionSubList(int, int, List<T>) - Static method in class net.imglib2.util.Partition
-
Partition a sublist of
values. - partitionSubList(int, int, List<T>, int[]) - Static method in class net.imglib2.util.Partition
-
Partition a sublist of
values. - partitionSubList(int, int, List<T>, int[], Comparator<? super T>) - Static method in class net.imglib2.util.Partition
-
Partition a sublist of
values. - partitionSubList(int, int, List<T>, Comparator<? super T>) - Static method in class net.imglib2.util.Partition
-
Partition a sublist of
values. - partitionSubList(ListIterator<T>, ListIterator<T>) - Static method in class net.imglib2.util.Partition
-
Partition a sublist.
- partitionSubList(ListIterator<T>, ListIterator<T>, int[]) - Static method in class net.imglib2.util.Partition
-
Partition a sublist.
- partitionSubList(ListIterator<T>, ListIterator<T>, int[], Comparator<? super T>) - Static method in class net.imglib2.util.Partition
-
Partition a sublist.
- partitionSubList(ListIterator<T>, ListIterator<T>, Comparator<? super T>) - Static method in class net.imglib2.util.Partition
-
Partition a sublist.
- pastMax - Variable in class net.imglib2.outofbounds.OutOfBoundsBorder
- pastMax - Variable in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- percentile(double[], double) - Static method in class net.imglib2.util.Util
-
Computes the percentile of a collection of doubles (percentile 0.5 roughly corresponds to median)
- PermutationTransform - Class in net.imglib2.transform.integer.permutation
-
Bijective integer transform mapping between integer coordinates in [0,n-1].
- PermutationTransform(int[], int, int) - Constructor for class net.imglib2.transform.integer.permutation.PermutationTransform
- permute(int, int, int) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.permute(RandomAccessible, int, int). - permute(RandomAccessible<T>, int, int) - Static method in class net.imglib2.view.Views
-
Create view with permuted axes.
- permute(RandomAccessibleInterval<T>, int, int) - Static method in class net.imglib2.view.Views
-
Create view with permuted axes.
- permuteAndInvert(Object, Object, int[]) - Method in class net.imglib2.blocks.PermuteInvert
- permuteAxes(Interval, int, int) - Static method in class net.imglib2.util.Intervals
-
Create an interval with permuted axes.
- permuteCoordinateInverse(RandomAccessibleInterval<T>, int[], int) - Static method in class net.imglib2.view.Views
- permuteCoordinates(RandomAccessibleInterval<T>, int[]) - Static method in class net.imglib2.view.Views
-
Bijective permutation of the integer coordinates in each dimension of a
RandomAccessibleInterval. - permuteCoordinates(RandomAccessibleInterval<T>, int[], int) - Static method in class net.imglib2.view.Views
-
Bijective permutation of the integer coordinates of one dimension of a
RandomAccessibleInterval. - permuteCoordinatesInverse(RandomAccessibleInterval<T>, int[]) - Static method in class net.imglib2.view.Views
-
Inverse Bijective permutation of the integer coordinates in each dimension of a
RandomAccessibleInterval. - permuteCoordinatesInverse(RandomAccessibleInterval<T>, int[], int) - Static method in class net.imglib2.view.Views
-
Inverse bijective permutation of the integer coordinates of one dimension of a
RandomAccessibleInterval. - permuteInvert - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- PermuteInvert - Class in net.imglib2.blocks
- PermuteInvert(MemCopy, MixedTransform) - Constructor for class net.imglib2.blocks.PermuteInvert
- PermuteInvert(PermuteInvert) - Constructor for class net.imglib2.blocks.PermuteInvert
- permuteInvertTransform - Variable in class net.imglib2.blocks.ViewAnalyzer
- permuteInvertTransform - Variable in class net.imglib2.blocks.ViewProperties
- piSquare - Static variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- pivot(int) - Static method in class net.imglib2.kdtree.KDTreeUtils.MakeTree
-
Calculate pivot index such that the tree will be arranged in a way that "leaf layers" are filled from the left.
- pixels - Variable in class net.imglib2.img.list.ListImg
- PlanarAccess<A> - Interface in net.imglib2.img.basictypeaccess
-
Interface allowing access to data on a plane-by-plane basis.
- PlanarCursor<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Basic Iterator for
PlanarContainers - PlanarCursor(PlanarCursor<T>) - Constructor for class net.imglib2.img.planar.PlanarCursor
- PlanarCursor(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarCursor
- PlanarCursor1D<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Basic Iterator for 1d
PlanarContainers - PlanarCursor1D(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarCursor1D
- PlanarCursor2D<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Basic Iterator for 2d
PlanarContainers - PlanarCursor2D(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarCursor2D
- planarImg - Variable in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- PlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> - Class in net.imglib2.img.planar
-
A
NativeImgthat stores data in a list of primitive arrays, one per image plane. - PlanarImg(long[], Fraction) - Constructor for class net.imglib2.img.planar.PlanarImg
-
Deprecated.Use
PlanarImg(List, long[], Fraction)instead. - PlanarImg(A, long[], Fraction) - Constructor for class net.imglib2.img.planar.PlanarImg
- PlanarImg(List<A>, long[], Fraction) - Constructor for class net.imglib2.img.planar.PlanarImg
- PlanarImg.PlanarContainerSampler - Interface in net.imglib2.img.planar
-
This interface is implemented by all samplers on the
PlanarImg. - PlanarImgContainerSamplerImpl - Class in net.imglib2.display.projector.specialized
-
Helps to sample a planar image by keeping track of the current slice.
- PlanarImgContainerSamplerImpl(int) - Constructor for class net.imglib2.display.projector.specialized.PlanarImgContainerSamplerImpl
- PlanarImgFactory<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Factory that creates an appropriate
PlanarImg. - PlanarImgFactory() - Constructor for class net.imglib2.img.planar.PlanarImgFactory
-
Deprecated.
- PlanarImgFactory(T) - Constructor for class net.imglib2.img.planar.PlanarImgFactory
- PlanarImgRangeCopier<T> - Class in net.imglib2.blocks
-
Does the actual copying work from a
PlanarImginto a primitive array. - PlanarImgRangeCopier(PlanarImgRangeCopier<T>) - Constructor for class net.imglib2.blocks.PlanarImgRangeCopier
- PlanarImgRangeCopier(PlanarImg<?, ?>, Ranges, MemCopy<T>, T) - Constructor for class net.imglib2.blocks.PlanarImgRangeCopier
- PlanarImgRangeCopier.SliceAccess<T> - Class in net.imglib2.blocks
- PlanarImgs - Class in net.imglib2.img.planar
- PlanarImgs() - Constructor for class net.imglib2.img.planar.PlanarImgs
- PlanarImgXYByteProjector<A extends GenericByteType<A>> - Class in net.imglib2.display.projector.specialized
-
Fast implementation of a
AbstractProjector2Dthat selects a 2D data plain from a ByteType PlanarImg. - PlanarImgXYByteProjector(PlanarImg<A, ByteArray>, ArrayImg<UnsignedByteType, ByteArray>, double, double) - Constructor for class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
-
Normalizes a PlanarImg and writes the result into target.
- PlanarImgXYShortProjector<A extends GenericShortType<A>> - Class in net.imglib2.display.projector.specialized
-
Fast implementation of a
AbstractProjector2Dthat selects a 2D data plain from an ShortType PlanarImg. - PlanarImgXYShortProjector(PlanarImg<A, ShortArray>, ArrayImg<UnsignedShortType, ShortArray>, double, double) - Constructor for class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
-
Normalizes a PlanarImg and writes the result into target.
- PlanarLocalizingCursor<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Localizing Iterator for a
PlanarContainers - PlanarLocalizingCursor(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarLocalizingCursor
- PlanarLocalizingCursor(PlanarLocalizingCursor<T>) - Constructor for class net.imglib2.img.planar.PlanarLocalizingCursor
- PlanarLocalizingCursor1D<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
TODO
- PlanarLocalizingCursor1D(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarLocalizingCursor1D
- PlanarLocalizingCursor1D(PlanarLocalizingCursor1D<T>) - Constructor for class net.imglib2.img.planar.PlanarLocalizingCursor1D
- PlanarLocalizingCursor2D<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
TODO
- PlanarLocalizingCursor2D(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarLocalizingCursor2D
- PlanarLocalizingCursor2D(PlanarLocalizingCursor2D<T>) - Constructor for class net.imglib2.img.planar.PlanarLocalizingCursor2D
- PlanarPlaneSubsetCursor<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Basic Iterator for
PlanarContainers - PlanarPlaneSubsetCursor(PlanarImg<T, ?>, Interval) - Constructor for class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Constructor
- PlanarPlaneSubsetCursor(PlanarPlaneSubsetCursor<T>) - Constructor for class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Copy Constructor
- PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
Cursor optimized for one plane in an PlanarImg.
- PlanarPlaneSubsetLocalizingCursor(PlanarImg<T, ?>, Interval) - Constructor for class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Constructor
- PlanarPlaneSubsetLocalizingCursor(PlanarPlaneSubsetLocalizingCursor<T>) - Constructor for class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Copy Constructor
- PlanarRandomAccess<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
RandomAccesson aPlanarImg. - PlanarRandomAccess(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarRandomAccess
- PlanarRandomAccess(PlanarRandomAccess<T>) - Constructor for class net.imglib2.img.planar.PlanarRandomAccess
- PlanarRandomAccess1D<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
RandomAccessfor a 1-dimensionalPlanarImg. - PlanarRandomAccess1D(PlanarImg<T, ?>) - Constructor for class net.imglib2.img.planar.PlanarRandomAccess1D
- PlanarSpliterator<T extends NativeType<T>> - Class in net.imglib2.img.planar
-
LocalizableSpliterator for
PlanarImg. - PlanarSpliterator(PlanarImg<T, ?>, long, long) - Constructor for class net.imglib2.img.planar.PlanarSpliterator
- PlanarSpliterator(PlanarSpliterator<T>) - Constructor for class net.imglib2.img.planar.PlanarSpliterator
- planeSize - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Size of one plane
- Point - Class in net.imglib2
-
A Point is a position in Euclidean space specified in integer coordinates.
- Point(int) - Constructor for class net.imglib2.Point
-
Create a point in nDimensional space initialized to 0,0,...
- Point(int...) - Constructor for class net.imglib2.Point
-
Create a point at a definite location in a space of the dimensionality of the position.
- Point(long...) - Constructor for class net.imglib2.Point
-
Create a point at a definite location in a space of the dimensionality of the position.
- Point(long[], boolean) - Constructor for class net.imglib2.Point
-
Protected constructor that can re-use the passed position array.
- Point(Localizable) - Constructor for class net.imglib2.Point
-
Create a point using the position and dimensionality of a
Localizable - PointSample<T> - Class in net.imglib2
-
A simple default implementation of
RandomAccessthat can be used to combine a real location and a sample instance, e.g. - PointSample(Supplier<T>, int) - Constructor for class net.imglib2.PointSample
-
Create a point in nDimensional space initialized to 0,0,...
- PointSample(Supplier<T>, int...) - Constructor for class net.imglib2.PointSample
-
Create a point at a definite location in a space of the dimensionality of the position.
- PointSample(Supplier<T>, long...) - Constructor for class net.imglib2.PointSample
-
Create a point at a definite location in a space of the dimensionality of the position.
- PointSample(Supplier<T>, long[], boolean) - Constructor for class net.imglib2.PointSample
-
Protected constructor that can re-use the passed position array.
- PointSample(Supplier<T>, Localizable) - Constructor for class net.imglib2.PointSample
-
Create a point using the position and dimensionality of a
Localizable - PointSampleList<T> - Class in net.imglib2
-
A list of data samples at explicit
integer coordinates. - PointSampleList(int) - Constructor for class net.imglib2.PointSampleList
- PointSampleList.PointSampleListCursor - Class in net.imglib2
- PointSampleListCursor() - Constructor for class net.imglib2.PointSampleList.PointSampleListCursor
- pos - Variable in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- pos - Variable in class net.imglib2.histogram.Histogram1d
- pos - Variable in class net.imglib2.histogram.HistogramNd
- pos - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- pos - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- pos - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- position - Variable in class net.imglib2.AbstractLocalizable
-
The
Localizableinterface is implemented using the position stored here. - position - Variable in class net.imglib2.AbstractLocalizableInt
-
The
Localizableinterface is implemented using the position stored here. - position - Variable in class net.imglib2.AbstractRealLocalizable
-
The
RealLocalizableinterface is implemented using the position stored here. - position - Variable in class net.imglib2.img.sparse.BooleanNtree
- position - Variable in class net.imglib2.img.sparse.ByteNtree
- position - Variable in class net.imglib2.img.sparse.CharNtree
- position - Variable in class net.imglib2.img.sparse.DoubleNtree
- position - Variable in class net.imglib2.img.sparse.FloatNtree
- position - Variable in class net.imglib2.img.sparse.IntNtree
- position - Variable in class net.imglib2.img.sparse.LongNtree
- position - Variable in class net.imglib2.img.sparse.NtreeRandomAccess
- position - Variable in class net.imglib2.img.sparse.ShortNtree
- position - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- position - Variable in class net.imglib2.iterator.LocalizingIntervalIterator
- position - Variable in class net.imglib2.PointSampleList.PointSampleListCursor
- position - Variable in class net.imglib2.position.transform.AbstractPositionableTransform
- position - Variable in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- position - Variable in class net.imglib2.view.HyperSlice
- positionable - Variable in class net.imglib2.loops.LoopUtils.LineProcessor
- Positionable - Interface in net.imglib2
-
An element that can be positioned in n-dimensional discrete space.
- positionAsDoubleArray() - Method in interface net.imglib2.RealLocalizable
-
Allocate and return a double array with the position.
- positionAsDoubleArray() - Method in class net.imglib2.stream.CursorSpliterator
- positionAsDoubleArray() - Method in class net.imglib2.stream.RealCursorSpliterator
- positionAsLongArray() - Method in interface net.imglib2.Localizable
-
Allocate and return a long array containing the localizable's position.
- positionAsLongArray() - Method in class net.imglib2.stream.CursorSpliterator
- positionAsPoint() - Method in interface net.imglib2.Localizable
-
Allocate and return a
Pointcontaining the localizable's position. - positionAsPoint() - Method in class net.imglib2.stream.CursorSpliterator
- positionAsRealPoint() - Method in interface net.imglib2.RealLocalizable
-
Allocate and return a
RealPointwith the current position. - positionAsRealPoint() - Method in class net.imglib2.stream.CursorSpliterator
- positionAsRealPoint() - Method in class net.imglib2.stream.RealCursorSpliterator
- positionCount - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- positionCount - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- positionMin - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- positionMin - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- PositionRandomAccess() - Constructor for class net.imglib2.position.PositionRandomAccessible.PositionRandomAccess
- PositionRandomAccessible - Class in net.imglib2.position
-
A
RandomAccessibleover the d-th position of discrete coordinate space. - PositionRandomAccessible(int, int) - Constructor for class net.imglib2.position.PositionRandomAccessible
- PositionRandomAccessible.PositionRandomAccess - Class in net.imglib2.position
- positions - Variable in class net.imglib2.kdtree.KDTreeData
- positions - Variable in class net.imglib2.kdtree.KDTreeImpl
- positions - Variable in class net.imglib2.kdtree.KDTreePositions.Flat
- positions - Variable in class net.imglib2.kdtree.KDTreePositions.Nested
- positions - Variable in class net.imglib2.kdtree.KDTreeUtils.MakeTree
-
The coordinates for the
ith point are stored atpositions[d][k]wheredis the dimension. - positions() - Method in class net.imglib2.kdtree.KDTreeData
- positions(Interval) - Static method in class net.imglib2.util.Intervals
-
Returns an image, where each pixel value is the position of the pixel represented as
Localizable. - positionsIterable(IterableRealInterval<A>) - Static method in class net.imglib2.KDTree
- PositionsLayout() - Constructor for enum net.imglib2.kdtree.KDTreePositions.PositionsLayout
- positionToIndex(int[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- positionToIndex(long[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- positionToIndex(long[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- positionToIndex(Localizable, Dimensions) - Static method in class net.imglib2.util.IntervalIndexer
- positionToIndexForInterval(Localizable, Interval) - Static method in class net.imglib2.util.IntervalIndexer
- positionToString(Localizable) - Static method in class net.imglib2.test.ImgLib2Assert
- positionWithOffsetToIndex(int[], int[], int[]) - Static method in class net.imglib2.util.IntervalIndexer
- positionWithOffsetToIndex(long[], int[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- positionWithOffsetToIndex(long[], long[], long[]) - Static method in class net.imglib2.util.IntervalIndexer
- pow(double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- pow(double) - Method in class net.imglib2.type.numeric.ARGBType
- pow(double) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- pow(double) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- pow(double) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- pow(double) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- pow(double) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- pow(double) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- pow(double) - Method in interface net.imglib2.type.operators.PowFloatingPoint
- pow(double) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- pow(double) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- pow(double) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- pow(int, int) - Static method in class net.imglib2.util.Util
- pow(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- pow(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- pow(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- pow(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- pow(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- pow(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- pow(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- pow(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- pow(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- pow(T) - Method in interface net.imglib2.type.operators.Pow
- pow(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- pow(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- Pow<T> - Interface in net.imglib2.type.operators
- PowFloatingPoint - Interface in net.imglib2.type.operators
- preComputeWeights(int, int[], float) - Static method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- PreConcatenable<A> - Interface in net.imglib2.concatenate
-
If T implements
PreConcatenable<A>that means you can pre-concatenate it with an A, usually resulting in another T. - preConcatenate(A) - Method in interface net.imglib2.concatenate.PreConcatenable
-
Pre-concatenate this object with a.
- preConcatenate(ComponentMapping) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
- preConcatenate(Mixed) - Method in class net.imglib2.transform.integer.MixedTransform
- preConcatenate(Slicing) - Method in class net.imglib2.transform.integer.SlicingTransform
- preConcatenate(Translation) - Method in class net.imglib2.transform.integer.TranslationTransform.InverseTranslationTransform
- preConcatenate(Translation) - Method in class net.imglib2.transform.integer.TranslationTransform
- prependTransform(Transform) - Method in class net.imglib2.view.TransformBuilder
-
Prepend a transform to the
TransformBuilder.transformslist. - primitiveArrayClass - Variable in class net.imglib2.blocks.PrimitiveTypeProperties
- primitiveArrayLength - Variable in class net.imglib2.blocks.PrimitiveTypeProperties
- PrimitiveBlocks<T extends NativeType<T>> - Interface in net.imglib2.blocks
-
Copy blocks of data out of a
NativeType<T>source into primitive arrays (of the appropriate type). - PrimitiveBlocks.OnFallback - Enum in net.imglib2.blocks
- PrimitiveBlocksUtils - Class in net.imglib2.blocks
- PrimitiveBlocksUtils() - Constructor for class net.imglib2.blocks.PrimitiveBlocksUtils
- primitiveType - Variable in class net.imglib2.type.NativeTypeFactory
- PrimitiveType - Enum in net.imglib2.type
-
Enumeration of Java primitive types which can back
NativeTypes. - PrimitiveType(int) - Constructor for enum net.imglib2.type.PrimitiveType
- primitiveTypeProperties - Variable in class net.imglib2.blocks.FallbackPrimitiveBlocks
- PrimitiveTypeProperties<P,A extends ArrayDataAccess<A>> - Class in net.imglib2.blocks
- PrimitiveTypeProperties(Class<P>, IntFunction<P>, ToIntFunction<P>, Function<P, A>) - Constructor for class net.imglib2.blocks.PrimitiveTypeProperties
- print(List<?>) - Static method in class net.imglib2.concatenate.ConcatenateUtils
- printCode() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- printCode() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- printCoordinates(boolean[]) - Static method in class net.imglib2.util.Util
- printCoordinates(double[]) - Static method in class net.imglib2.util.Util
- printCoordinates(float[]) - Static method in class net.imglib2.util.Util
- printCoordinates(int[]) - Static method in class net.imglib2.util.Util
- printCoordinates(long[]) - Static method in class net.imglib2.util.Util
- printCoordinates(RealLocalizable) - Static method in class net.imglib2.util.Util
- printInterval(Interval) - Static method in class net.imglib2.util.Util
- printWeights() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- printWeights() - Method in class net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGB
- Private() - Constructor for class net.imglib2.loops.SyncedPositionables.Private
- products - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- projectedDimension - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- projectedDimMaxPos - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- projectedDimMinPos - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- ProjectedSampler<T> - Interface in net.imglib2.display.projector.sampler
-
provides samples from a projected (
SamplingProjector2D) dimension. - projectionSampler - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- Projector - Interface in net.imglib2.display.projector
- props - Variable in class net.imglib2.blocks.TempArrayImpl
- props - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- provider - Variable in class net.imglib2.converter.RealTypeConverterInternals.ConverterFactory
- provider - Static variable in class net.imglib2.display.RealARGBColorConverterFactory
- purge() - Method in class net.imglib2.util.CloseableThreadLocal
- PURGE_MULTIPLIER - Static variable in class net.imglib2.util.CloseableThreadLocal
Q
- quaternionApply(double[], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
Apply quaternion rotation q to 3D point p, set qp = q * p.
- quaternionFromAngleAxis(double[], double, double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute a quaternion from rotation axis and angle.
- quaternionFromR(double[][], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute a unit quaternion from a rotation matrix.
- quaternionInvert(double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
invert quaternion, set q = p^{-1}.
- quaternionMultiply(double[], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute the quaternion product pq = p * q.
- quaternionPower(double[], double, double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute the power of a quaternion q raised to the exponent a.
- quaternionToR(double[], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
compute a rotation matrix from a unit quaternion.
- quicksort(double[]) - Static method in class net.imglib2.util.Util
- quicksort(double[], int[], int, int) - Static method in class net.imglib2.util.Util
- quicksort(double[], int, int) - Static method in class net.imglib2.util.Util
- quicksort(float[]) - Static method in class net.imglib2.util.Util
- quicksort(float[], int, int) - Static method in class net.imglib2.util.Util
- quicksort(int, int, double[], int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Sort a sublist.
- quicksort(long[]) - Static method in class net.imglib2.util.Util
- quicksort(long[], int, int) - Static method in class net.imglib2.util.Util
R
- r - Variable in class net.imglib2.type.numeric.ARGBDoubleType
- R - net.imglib2.converter.ChannelARGBConverter.Channel
- ra - Variable in class net.imglib2.blocks.ViewAnalyzer
-
The target
RandomAccessible, that is, the View to analyze. - ra - Variable in class net.imglib2.util.FlatCollections.ListFromRAI
- RadiusNeighborSearch<T> - Interface in net.imglib2.neighborsearch
-
Radius neighbor search in an Euclidean space.
- RadiusNeighborSearchImpl - Class in net.imglib2.kdtree
-
Radius neighbor search on
KDTreeImpl. - RadiusNeighborSearchImpl(KDTreeImpl) - Constructor for class net.imglib2.kdtree.RadiusNeighborSearchImpl
- RadiusNeighborSearchImpl.Neighbors - Class in net.imglib2.kdtree
- RadiusNeighborSearchOnKDTree<T> - Class in net.imglib2.neighborsearch
-
Implementation of
RadiusNeighborSearchsearch for kd-trees. - RadiusNeighborSearchOnKDTree(KDTree<T>) - Constructor for class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- RadiusNeighborSearchOnKDTree(RadiusNeighborSearchOnKDTree<T>) - Constructor for class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- rai - Variable in class net.imglib2.util.FlatCollections.ListFromRAI
- random - Variable in class net.imglib2.test.RandomImgs
- randomAccess - Variable in class net.imglib2.view.RandomAccessibleIntervalCursor
- randomAccess() - Method in class net.imglib2.converter.AbstractConvertedRandomAccessible
- randomAccess() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
- randomAccess() - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- randomAccess() - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
- randomAccess() - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- randomAccess() - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- randomAccess() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessible
- randomAccess() - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- randomAccess() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- randomAccess() - Method in class net.imglib2.histogram.Histogram1d
- randomAccess() - Method in class net.imglib2.histogram.HistogramNd
- randomAccess() - Method in class net.imglib2.img.array.ArrayImg
- randomAccess() - Method in class net.imglib2.img.cell.AbstractCellImg
- randomAccess() - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- randomAccess() - Method in class net.imglib2.img.list.AbstractListImg
- randomAccess() - Method in class net.imglib2.img.list.AbstractLongListImg
- randomAccess() - Method in class net.imglib2.img.planar.PlanarImg
- randomAccess() - Method in class net.imglib2.img.sparse.NtreeImg
- randomAccess() - Method in class net.imglib2.position.FunctionRandomAccessible
- randomAccess() - Method in class net.imglib2.position.PositionRandomAccessible
- randomAccess() - Method in interface net.imglib2.RandomAccessible
-
Create a random access sampler for integer coordinates.
- randomAccess() - Method in class net.imglib2.util.Grid.CellIntervals
- randomAccess() - Method in class net.imglib2.util.Localizables.LocationRandomAccessible
- randomAccess() - Method in class net.imglib2.view.BundleView
- randomAccess() - Method in class net.imglib2.view.composite.CompositeView
- randomAccess() - Method in class net.imglib2.view.composite.InflateView
- randomAccess() - Method in class net.imglib2.view.composite.InterleaveView
- randomAccess() - Method in class net.imglib2.view.ExtendedRandomAccessibleInterval
- randomAccess() - Method in class net.imglib2.view.FunctionView
- randomAccess() - Method in class net.imglib2.view.HyperSlice
- randomAccess() - Method in class net.imglib2.view.HyperSlicesView
- randomAccess() - Method in class net.imglib2.view.IntervalView
- randomAccess() - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- randomAccess() - Method in class net.imglib2.view.MixedTransformView
- randomAccess() - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible
- randomAccess() - Method in class net.imglib2.view.RandomAccessiblePair
- randomAccess() - Method in class net.imglib2.view.StackView
- randomAccess() - Method in class net.imglib2.view.SubsampleView
- randomAccess() - Method in class net.imglib2.view.TransformView
- randomAccess(Interval) - Method in class net.imglib2.converter.AbstractConvertedRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.converter.read.BiConvertedRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- randomAccess(Interval) - Method in class net.imglib2.converter.read.ConvertedRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.converter.read.ConvertedRandomAccessibleInterval
- randomAccess(Interval) - Method in class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- randomAccess(Interval) - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- randomAccess(Interval) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- randomAccess(Interval) - Method in class net.imglib2.histogram.Histogram1d
- randomAccess(Interval) - Method in class net.imglib2.histogram.HistogramNd
- randomAccess(Interval) - Method in class net.imglib2.img.AbstractImg
- randomAccess(Interval) - Method in class net.imglib2.img.array.ArrayImg
- randomAccess(Interval) - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- randomAccess(Interval) - Method in class net.imglib2.position.FunctionRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.position.PositionRandomAccessible
- randomAccess(Interval) - Method in interface net.imglib2.RandomAccessible
-
Create a random access sampler for integer coordinates.
- randomAccess(Interval) - Method in class net.imglib2.util.Grid.CellIntervals
- randomAccess(Interval) - Method in class net.imglib2.util.Localizables.LocationRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.view.BundleView
- randomAccess(Interval) - Method in class net.imglib2.view.composite.CompositeView
- randomAccess(Interval) - Method in class net.imglib2.view.composite.InflateView
- randomAccess(Interval) - Method in class net.imglib2.view.composite.InterleaveView
- randomAccess(Interval) - Method in class net.imglib2.view.ExtendedRandomAccessibleInterval
- randomAccess(Interval) - Method in class net.imglib2.view.FunctionView
- randomAccess(Interval) - Method in class net.imglib2.view.HyperSlice
- randomAccess(Interval) - Method in class net.imglib2.view.HyperSlicesView
- randomAccess(Interval) - Method in class net.imglib2.view.IntervalView
- randomAccess(Interval) - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- randomAccess(Interval) - Method in class net.imglib2.view.MixedTransformView
- randomAccess(Interval) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible
- randomAccess(Interval) - Method in class net.imglib2.view.RandomAccessiblePair
- randomAccess(Interval) - Method in class net.imglib2.view.StackView
- randomAccess(Interval) - Method in class net.imglib2.view.SubsampleView
- randomAccess(Interval) - Method in class net.imglib2.view.TransformView
- RandomAccess<T> - Interface in net.imglib2
- RandomAccess() - Constructor for class net.imglib2.view.RandomAccessiblePair.RandomAccess
- randomAccessB - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.ThreeCursorLoop
- randomAccessB - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.TwoCursorLoop
- randomAccessC - Variable in class net.imglib2.loops.FastCursorRandomAccessLoops.ThreeCursorLoop
- randomAccessible - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- randomAccessible(int) - Static method in class net.imglib2.util.Localizables
-
Create an n-dimensional
RandomAccessiblewhose value domain is its source domain. - RandomAccessible<T> - Interface in net.imglib2
-
f:Zn→T
- randomAccessibleInterval(Interval) - Static method in class net.imglib2.util.Localizables
- RandomAccessibleInterval<T> - Interface in net.imglib2
-
f:{x∈Zn|[min,max]→T}
- RandomAccessibleIntervalCursor<T> - Class in net.imglib2.view
-
A
Cursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order. - RandomAccessibleIntervalCursor(I) - Constructor for class net.imglib2.view.RandomAccessibleIntervalCursor
- RandomAccessibleIntervalCursor(RandomAccessible<T>, Interval) - Constructor for class net.imglib2.view.RandomAccessibleIntervalCursor
- RandomAccessibleIntervalCursor(RandomAccessibleIntervalCursor<T>) - Constructor for class net.imglib2.view.RandomAccessibleIntervalCursor
- RandomAccessibleOnRealRandomAccessible<T> - Class in net.imglib2.view
- RandomAccessibleOnRealRandomAccessible(RealRandomAccessible<T>) - Constructor for class net.imglib2.view.RandomAccessibleOnRealRandomAccessible
- RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible - Class in net.imglib2.view
- RandomAccessiblePair<A,B> - Class in net.imglib2.view
-
A
RandomAccessibleover two independentRandomAccessibleswhose type is thePairof corresponding values at the same coordinates in either of the two sources. - RandomAccessiblePair(RandomAccessible<A>, RandomAccessible<B>) - Constructor for class net.imglib2.view.RandomAccessiblePair
- RandomAccessiblePair.RandomAccess - Class in net.imglib2.view
- RandomAccessibleProjector2D<A,B> - Class in net.imglib2.display.projector
-
A general 2D Projector that uses two dimensions as input to create the 2D result.
- RandomAccessibleProjector2D(int, int, RandomAccessible<A>, RandomAccessibleInterval<B>, Converter<? super A, B>) - Constructor for class net.imglib2.display.projector.RandomAccessibleProjector2D
-
creates a new 2D projector that samples a plain in the dimensions dimX, dimY.
- randomAccessOnCells - Variable in class net.imglib2.img.cell.CellRandomAccess
- RandomAccessOnRealRandomAccessible(RealRandomAccess<T>) - Constructor for class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- RandomImgs - Class in net.imglib2.test
- RandomImgs(int) - Constructor for class net.imglib2.test.RandomImgs
- randomize(I) - Method in class net.imglib2.test.RandomImgs
-
Randomizes the content of the given image.
- randomSetter(T) - Method in class net.imglib2.test.RandomImgs
- range - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- Range(int, int, int, Ranges.Direction, int) - Constructor for class net.imglib2.blocks.Ranges.Range
- RangeCopier<T> - Interface in net.imglib2.blocks
-
RangeCopierdoes the actual copying work from aNativeImginto a primitive array. - ranges - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- ranges - Variable in class net.imglib2.blocks.CellImgRangeCopier
- ranges - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- Ranges - Interface in net.imglib2.blocks
-
Find
rangesfor one dimension. - Ranges.Direction - Enum in net.imglib2.blocks
- Ranges.Range - Class in net.imglib2.blocks
-
Instructions for copying along a particular dimension.
- RangesImpl - Class in net.imglib2.blocks
- RangesImpl() - Constructor for class net.imglib2.blocks.RangesImpl
- rangesPerDimension - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- rangesPerDimension - Variable in class net.imglib2.blocks.CellImgRangeCopier
- rangesPerDimension - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- raster(RealRandomAccessible<T>) - Static method in class net.imglib2.view.Views
-
Turns a
RealRandomAccessibleinto aRandomAccessible, providingRandomAccessat integer coordinates. - Real1dBinMapper<T extends RealType<T>> - Class in net.imglib2.histogram
-
Maps real values into a 1-d set of bins.
- Real1dBinMapper(double, double, long, boolean) - Constructor for class net.imglib2.histogram.Real1dBinMapper
-
Specify a mapping of real data from a user defined range into a specified number of bins.
- RealARGBColorConverter<R extends RealType<?>> - Interface in net.imglib2.display
- RealARGBColorConverterFactory - Class in net.imglib2.display
- RealARGBColorConverterFactory() - Constructor for class net.imglib2.display.RealARGBColorConverterFactory
- RealARGBColorConverterFactory.Imp<R extends RealType<?>> - Class in net.imglib2.display
- RealARGBConverter<R extends RealType<?>> - Class in net.imglib2.converter
- RealARGBConverter() - Constructor for class net.imglib2.converter.RealARGBConverter
- RealARGBConverter(double, double) - Constructor for class net.imglib2.converter.RealARGBConverter
- RealComposite<T extends RealType<T>> - Class in net.imglib2.view.composite
-
A vector of
RealTypescalars. - RealComposite(RandomAccess<T>, int) - Constructor for class net.imglib2.view.composite.RealComposite
- RealComposite.Factory<T extends RealType<T>> - Class in net.imglib2.view.composite
- RealConvertingDoubleAccess(Sampler<? extends R>) - Constructor for class net.imglib2.converter.readwrite.RealDoubleSamplerConverter.RealConvertingDoubleAccess
- RealConvertingFloatAccess(Sampler<? extends R>) - Constructor for class net.imglib2.converter.readwrite.RealFloatSamplerConverter.RealConvertingFloatAccess
- RealCursor<T> - Interface in net.imglib2
-
A RealCursor iterates over a set of RealLocalizable elements, for example intensity values sampled at a finite set of arbitrary real positions.
- RealCursorSpliterator<T> - Class in net.imglib2.stream
-
Spliterator implementation on top of
RealCursor. - RealCursorSpliterator(RealCursor<T>, long, long, int) - Constructor for class net.imglib2.stream.RealCursorSpliterator
-
Creates a spliterator covering the given range.
- RealDoubleConverter<R extends RealType<R>> - Class in net.imglib2.converter
-
Converts any
RealTypeto aDoubleType. - RealDoubleConverter() - Constructor for class net.imglib2.converter.RealDoubleConverter
- RealDoubleSamplerConverter<R extends RealType<R>> - Class in net.imglib2.converter.readwrite
-
TODO
- RealDoubleSamplerConverter() - Constructor for class net.imglib2.converter.readwrite.RealDoubleSamplerConverter
- RealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>> - Class in net.imglib2.converter.readwrite
- RealFloatConverter<R extends RealType<R>> - Class in net.imglib2.converter
- RealFloatConverter() - Constructor for class net.imglib2.converter.RealFloatConverter
- RealFloatSamplerConverter<R extends RealType<R>> - Class in net.imglib2.converter.readwrite
-
TODO
- RealFloatSamplerConverter() - Constructor for class net.imglib2.converter.readwrite.RealFloatSamplerConverter
- RealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>> - Class in net.imglib2.converter.readwrite
- RealFunctionRealRandomAccess() - Constructor for class net.imglib2.position.FunctionRealRandomAccessible.RealFunctionRealRandomAccess
- realI - Variable in class net.imglib2.type.numeric.complex.ComplexDoubleType
- RealInterval - Interface in net.imglib2
-
{x∈Rn|mind≤ xd≤maxd;d∈{0… n-1}}
- RealLocalizable - Interface in net.imglib2
-
The
RealLocalizableinterface can localize itself in an n-dimensional real space. - RealLocalizableSampler<T> - Interface in net.imglib2
-
Combination of
RealLocalizableandSamplerinterfaces. - RealLocalizableSamplerWrapper<T> - Class in net.imglib2.stream
-
Wraps
RealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>. - RealLocalizableSamplerWrapper(RealLocalizableSpliterator<T>) - Constructor for class net.imglib2.stream.RealLocalizableSamplerWrapper
-
Wrap the given
delegateasSpliterator<RealLocalizableSampler<T>>. - RealLocalizableSpliterator<T> - Interface in net.imglib2.stream
-
A
Spliterator<T>which is Localizable similar to a Cursor. - RealLocationRealRandomAccess(int) - Constructor for class net.imglib2.util.Localizables.RealLocationRealRandomAccess
- RealLocationRealRandomAccess(RealLocalizable) - Constructor for class net.imglib2.util.Localizables.RealLocationRealRandomAccess
- RealLocationRealRandomAccessible(int) - Constructor for class net.imglib2.util.Localizables.RealLocationRealRandomAccessible
- RealLUTConverter<R extends RealType<R>> - Class in net.imglib2.converter
-
RealLUTConverter contains a
ColorTable8, through which samples are filtered. - RealLUTConverter() - Constructor for class net.imglib2.converter.RealLUTConverter
- RealLUTConverter(double, double, ColorTable) - Constructor for class net.imglib2.converter.RealLUTConverter
- realMax() - Method in class net.imglib2.histogram.Histogram1d
- realMax(double[]) - Method in class net.imglib2.AbstractInterval
- realMax(double[]) - Method in class net.imglib2.AbstractRealInterval
- realMax(double[]) - Method in class net.imglib2.AbstractWrappedRealInterval
- realMax(double[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- realMax(double[]) - Method in class net.imglib2.histogram.Histogram1d
- realMax(double[]) - Method in class net.imglib2.histogram.HistogramNd
- realMax(double[]) - Method in class net.imglib2.img.AbstractImg
- realMax(double[]) - Method in interface net.imglib2.RealInterval
-
Write the maximum of each dimension into double[].
- realMax(double[]) - Method in class net.imglib2.RealPointSampleList
- realMax(double[]) - Method in class net.imglib2.view.composite.CompositeIntervalView
- realMax(double[]) - Method in class net.imglib2.view.SubsampleIntervalView
- realMax(int) - Method in class net.imglib2.AbstractInterval
- realMax(int) - Method in class net.imglib2.AbstractRealInterval
- realMax(int) - Method in class net.imglib2.AbstractWrappedRealInterval
- realMax(int) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- realMax(int) - Method in class net.imglib2.histogram.Histogram1d
- realMax(int) - Method in class net.imglib2.histogram.HistogramNd
- realMax(int) - Method in class net.imglib2.img.AbstractImg
- realMax(int) - Method in interface net.imglib2.Interval
-
Default implementation of
RealInterval.realMax(int). - realMax(int) - Method in class net.imglib2.KDTree
- realMax(int) - Method in interface net.imglib2.RealInterval
-
Get the maximum in dimension d.
- realMax(int) - Method in class net.imglib2.RealPointSampleList
- realMax(int) - Method in class net.imglib2.view.composite.CompositeIntervalView
- realMax(int) - Method in class net.imglib2.view.SubsampleIntervalView
- realMax(RealPositionable) - Method in class net.imglib2.AbstractInterval
- realMax(RealPositionable) - Method in class net.imglib2.AbstractRealInterval
- realMax(RealPositionable) - Method in class net.imglib2.AbstractWrappedRealInterval
- realMax(RealPositionable) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- realMax(RealPositionable) - Method in class net.imglib2.histogram.Histogram1d
- realMax(RealPositionable) - Method in class net.imglib2.histogram.HistogramNd
- realMax(RealPositionable) - Method in class net.imglib2.img.AbstractImg
- realMax(RealPositionable) - Method in interface net.imglib2.RealInterval
-
Sets a
RealPositionableto the maximum of thisInterval - realMax(RealPositionable) - Method in class net.imglib2.RealPointSampleList
- realMax(RealPositionable) - Method in class net.imglib2.view.composite.CompositeIntervalView
- realMax(RealPositionable) - Method in class net.imglib2.view.SubsampleIntervalView
- realMin() - Method in class net.imglib2.histogram.Histogram1d
- realMin(double[]) - Method in class net.imglib2.AbstractInterval
- realMin(double[]) - Method in class net.imglib2.AbstractRealInterval
- realMin(double[]) - Method in class net.imglib2.AbstractWrappedRealInterval
- realMin(double[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- realMin(double[]) - Method in class net.imglib2.histogram.Histogram1d
- realMin(double[]) - Method in class net.imglib2.histogram.HistogramNd
- realMin(double[]) - Method in class net.imglib2.img.AbstractImg
- realMin(double[]) - Method in interface net.imglib2.RealInterval
-
Write the minimum of each dimension into double[].
- realMin(double[]) - Method in class net.imglib2.RealPointSampleList
- realMin(double[]) - Method in class net.imglib2.view.composite.CompositeIntervalView
- realMin(double[]) - Method in class net.imglib2.view.SubsampleIntervalView
- realMin(int) - Method in class net.imglib2.AbstractInterval
- realMin(int) - Method in class net.imglib2.AbstractRealInterval
- realMin(int) - Method in class net.imglib2.AbstractWrappedRealInterval
- realMin(int) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- realMin(int) - Method in class net.imglib2.histogram.Histogram1d
- realMin(int) - Method in class net.imglib2.histogram.HistogramNd
- realMin(int) - Method in class net.imglib2.img.AbstractImg
- realMin(int) - Method in interface net.imglib2.Interval
-
Default implementation of
RealInterval.realMin(int). - realMin(int) - Method in class net.imglib2.KDTree
- realMin(int) - Method in interface net.imglib2.RealInterval
-
Get the minimum in dimension d.
- realMin(int) - Method in class net.imglib2.RealPointSampleList
- realMin(int) - Method in class net.imglib2.view.composite.CompositeIntervalView
- realMin(int) - Method in class net.imglib2.view.SubsampleIntervalView
- realMin(RealPositionable) - Method in class net.imglib2.AbstractInterval
- realMin(RealPositionable) - Method in class net.imglib2.AbstractRealInterval
- realMin(RealPositionable) - Method in class net.imglib2.AbstractWrappedRealInterval
- realMin(RealPositionable) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- realMin(RealPositionable) - Method in class net.imglib2.histogram.Histogram1d
- realMin(RealPositionable) - Method in class net.imglib2.histogram.HistogramNd
- realMin(RealPositionable) - Method in class net.imglib2.img.AbstractImg
- realMin(RealPositionable) - Method in interface net.imglib2.RealInterval
-
Sets a
RealPositionableto the minimum of thisInterval - realMin(RealPositionable) - Method in class net.imglib2.RealPointSampleList
- realMin(RealPositionable) - Method in class net.imglib2.view.composite.CompositeIntervalView
- realMin(RealPositionable) - Method in class net.imglib2.view.SubsampleIntervalView
- RealOutOfBounds<T> - Interface in net.imglib2.outofbounds
- RealOutOfBoundsFactory<T,F> - Interface in net.imglib2.outofbounds
- RealOutOfBoundsRealRandomAccess<T> - Class in net.imglib2.outofbounds
- RealOutOfBoundsRealRandomAccess(int, RealOutOfBounds<T>) - Constructor for class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- RealOutOfBoundsRealRandomAccess(RealOutOfBoundsRealRandomAccess<T>) - Constructor for class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- RealPoint - Class in net.imglib2
-
A point is a location in EuclideanSpace.
- RealPoint(double...) - Constructor for class net.imglib2.RealPoint
-
Create a point at a definite location in a space of the dimensionality of the position.
- RealPoint(double[], boolean) - Constructor for class net.imglib2.RealPoint
-
Protected constructor that can re-use the passed position array.
- RealPoint(float...) - Constructor for class net.imglib2.RealPoint
-
Create a point at a definite location in a space of the dimensionality of the position.
- RealPoint(int) - Constructor for class net.imglib2.RealPoint
-
Create a point in nDimensional space initialized to 0,0,...
- RealPoint(RealLocalizable) - Constructor for class net.imglib2.RealPoint
-
Create a point using the position and dimensionality of a
RealLocalizable - RealPointSample<T> - Class in net.imglib2
-
A simple default implementation of
RealRandomAccessthat can be used to combine a real location and a sample value, e.g. - RealPointSample(Supplier<T>, double...) - Constructor for class net.imglib2.RealPointSample
-
Create a point at a definite location in a space of the dimensionality of the position.
- RealPointSample(Supplier<T>, double[], boolean) - Constructor for class net.imglib2.RealPointSample
-
Protected constructor that can re-use the passed position array.
- RealPointSample(Supplier<T>, float...) - Constructor for class net.imglib2.RealPointSample
-
Create a point at a definite location in a space of the dimensionality of the position.
- RealPointSample(Supplier<T>, int) - Constructor for class net.imglib2.RealPointSample
-
Create a point in nDimensional space initialized to 0,0,...
- RealPointSample(Supplier<T>, RealLocalizable) - Constructor for class net.imglib2.RealPointSample
-
Create a point using the position and dimensionality of a
RealLocalizable - RealPointSampleList<T> - Class in net.imglib2
-
A list of data samples at explicit
real coordinates. - RealPointSampleList(int) - Constructor for class net.imglib2.RealPointSampleList
- RealPointSampleList.RealPointSampleListCursor - Class in net.imglib2
- RealPointSampleListCursor() - Constructor for class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- RealPositionable - Interface in net.imglib2
-
An element that can be positioned in n-dimensional real space.
- RealPositionRealRandomAccess() - Constructor for class net.imglib2.position.RealPositionRealRandomAccessible.RealPositionRealRandomAccess
- RealPositionRealRandomAccessible - Class in net.imglib2.position
-
A
RealRandomAccessibleover the d-th position of real coordinate space. - RealPositionRealRandomAccessible(int, int) - Constructor for class net.imglib2.position.RealPositionRealRandomAccessible
- RealPositionRealRandomAccessible.RealPositionRealRandomAccess - Class in net.imglib2.position
- realRandomAccess() - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccessible
- realRandomAccess() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- realRandomAccess() - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- realRandomAccess() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- realRandomAccess() - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- realRandomAccess() - Method in class net.imglib2.interpolation.Interpolant
- realRandomAccess() - Method in class net.imglib2.position.FunctionRealRandomAccessible
- realRandomAccess() - Method in class net.imglib2.position.RealPositionRealRandomAccessible
- realRandomAccess() - Method in interface net.imglib2.RealRandomAccessible
-
Create a random access sampler for real coordinates.
- realRandomAccess() - Method in class net.imglib2.util.Localizables.RealLocationRealRandomAccessible
- realRandomAccess() - Method in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- realRandomAccess(RealInterval) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccessible
- realRandomAccess(RealInterval) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- realRandomAccess(RealInterval) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- realRandomAccess(RealInterval) - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessible
- realRandomAccess(RealInterval) - Method in class net.imglib2.converter.read.ConvertedRealRandomAccessibleRealInterval
- realRandomAccess(RealInterval) - Method in class net.imglib2.interpolation.Interpolant
- realRandomAccess(RealInterval) - Method in class net.imglib2.position.FunctionRealRandomAccessible
- realRandomAccess(RealInterval) - Method in class net.imglib2.position.RealPositionRealRandomAccessible
- realRandomAccess(RealInterval) - Method in interface net.imglib2.RealRandomAccessible
- realRandomAccess(RealInterval) - Method in class net.imglib2.util.Localizables.RealLocationRealRandomAccessible
- realRandomAccess(RealInterval) - Method in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- RealRandomAccess<T> - Interface in net.imglib2
- realRandomAccessible(int) - Static method in class net.imglib2.util.Localizables
-
Create an n-dimensional
RealRandomAccessiblewhose value domain is its source domain. - RealRandomAccessible<T> - Interface in net.imglib2
-
f:Rn→T
- RealRandomAccessibleRealInterval<T> - Interface in net.imglib2
-
f:{x∈Rn|[min,max]→T}
- RealSum - Class in net.imglib2.util
-
RealSumimplements a method to reduce numerical instabilities when summing up a very large number of double precision numbers. - RealSum() - Constructor for class net.imglib2.util.RealSum
-
Create a new
RealSuminitialized to zero. - RealSum(int) - Constructor for class net.imglib2.util.RealSum
-
Deprecated.
- RealType<T extends RealType<T>> - Interface in net.imglib2.type.numeric
-
TODO
- RealTypeConverterInternals - Class in net.imglib2.converter
-
Implementation of
RealTypeConverters.getConverter(RealType, RealType). - RealTypeConverterInternals() - Constructor for class net.imglib2.converter.RealTypeConverterInternals
- RealTypeConverterInternals.BooleanConverter - Class in net.imglib2.converter
-
Converts via
BooleanType.get(). - RealTypeConverterInternals.ByteConverter - Class in net.imglib2.converter
-
Converts via
GenericByteType.getByte(). - RealTypeConverterInternals.ConverterFactory - Class in net.imglib2.converter
-
The class
RealTypeConverterInternals.ConverterFactoryencapsulates theClassCopyProviderthat is used to create aConverter. - RealTypeConverterInternals.DoubleConverter - Class in net.imglib2.converter
-
Converts via
ComplexType.getRealDouble(). - RealTypeConverterInternals.FloatConverter - Class in net.imglib2.converter
-
Converts via
ComplexType.getRealFloat(). - RealTypeConverterInternals.IntegerConverter - Class in net.imglib2.converter
-
Converts via
IntegerType.getInteger(). - RealTypeConverterInternals.LongConverter - Class in net.imglib2.converter
-
Converts via
IntegerType.getInteger(). - RealTypeConverterInternals.ShortConverter - Class in net.imglib2.converter
-
Converts void
GenericShortType.getShort(). - RealTypeConverters - Class in net.imglib2.converter
- RealTypeConverters() - Constructor for class net.imglib2.converter.RealTypeConverters
- RealUnsignedByteConverter<R extends RealType<R>> - Class in net.imglib2.converter
- RealUnsignedByteConverter() - Constructor for class net.imglib2.converter.RealUnsignedByteConverter
- RealUnsignedByteConverter(double, double) - Constructor for class net.imglib2.converter.RealUnsignedByteConverter
- RealUnsignedShortConverter<R extends RealType<R>> - Class in net.imglib2.converter
- RealUnsignedShortConverter() - Constructor for class net.imglib2.converter.RealUnsignedShortConverter
- RealUnsignedShortConverter(double, double) - Constructor for class net.imglib2.converter.RealUnsignedShortConverter
- red(int) - Static method in class net.imglib2.type.numeric.ARGBType
- RED - Static variable in interface net.imglib2.display.ColorTable
- referenceDimension - Variable in class net.imglib2.transform.integer.shear.AbstractShearTransform
- referenceLocation - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- referenceLocation - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- relativeFrequency(long[]) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Returns the relative frequency
(0 <= f <= 1)associated with a given bin. - relativeFrequency(long[], boolean) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the relative frequency of values within a bin.
- relativeFrequency(long, boolean) - Method in class net.imglib2.histogram.Histogram1d
-
Returns the relative frequency of values within a bin.
- relativeFrequency(List<T>, boolean) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the relative frequency of values within a bin using a set of representative values.
- relativeFrequency(T, boolean) - Method in class net.imglib2.histogram.Histogram1d
-
Returns the relative frequency of values within a bin using a representative value.
- remainderTransform - Variable in class net.imglib2.blocks.ViewAnalyzer
- remove() - Method in class net.imglib2.converter.AbstractConvertedCursor
- remove() - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- remove() - Method in class net.imglib2.converter.read.BiConvertedCursor
- remove() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- reorder(double[][], int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Re-order the node
positionsto form a tree corresponding to the index arraytree'={0,1,2,...}. - reorder(double[], int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Create a new
double[]array that contains the elements ofvalues, ordered such thatvalues[order[i]]is at indexi. - reorder(int[], int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Create a new
int[]array that contains the elements ofvalues, ordered such thatvalues[order[i]]is at indexi. - reorderToFlatLayout(double[][], int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Re-order the node
positionsto form a tree corresponding to the index arraytree={0,1,2,...}. - reset() - Method in class net.imglib2.converter.AbstractConvertedCursor
- reset() - Method in class net.imglib2.converter.AbstractConvertedRealCursor
- reset() - Method in class net.imglib2.converter.read.BiConvertedCursor
- reset() - Method in class net.imglib2.converter.read.BiConvertedRealCursor
- reset() - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- reset() - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- reset() - Method in class net.imglib2.histogram.Histogram1d
- reset() - Method in class net.imglib2.histogram.HistogramNd
- reset() - Method in class net.imglib2.img.array.AbstractArrayCursor
- reset() - Method in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Reset the
Iterator, that is put it to where it would be if newly created. - reset() - Method in class net.imglib2.img.cell.CellCursor
- reset() - Method in class net.imglib2.img.cell.CellLocalizingCursor
- reset() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- reset() - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- reset() - Method in class net.imglib2.img.list.ListCursor
- reset() - Method in class net.imglib2.img.list.ListLocalizingCursor
- reset() - Method in class net.imglib2.img.planar.PlanarCursor
- reset() - Method in class net.imglib2.img.planar.PlanarLocalizingCursor
- reset() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Reset the
Iterator, that is put it to where it would be if newly created. - reset() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Reset the
Iterator, that is put it to where it would be if newly created. - reset() - Method in class net.imglib2.iterator.IntervalIterator
- reset() - Method in class net.imglib2.iterator.LocalizingIntervalIterator
- reset() - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- reset() - Method in class net.imglib2.iterator.LocalizingZeroMinIntervalIterator
- reset() - Method in interface net.imglib2.Iterator
-
Reset the
Iterator, that is put it to where it would be if newly created. - reset() - Method in class net.imglib2.KDTree.KDTreeCursor
- reset() - Method in class net.imglib2.PointSampleList.PointSampleListCursor
- reset() - Method in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- reset() - Method in class net.imglib2.view.iteration.SlicingCursor
-
Reset the
Iterator, that is put it to where it would be if newly created. - reset() - Method in class net.imglib2.view.RandomAccessibleIntervalCursor
- resetCounters() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Resets all frequency counts to zero.
- resetCounters() - Method in class net.imglib2.histogram.Histogram1d
-
Resets all data counts to 0.
- resetCounters() - Method in class net.imglib2.histogram.HistogramNd
-
Resets all data counts to 0.
- resetKernel() - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- RGB - net.imglib2.converter.ColorChannelOrder
- rgba(double, double, double, double) - Static method in class net.imglib2.type.numeric.ARGBType
- rgba(float, float, float, float) - Static method in class net.imglib2.type.numeric.ARGBType
- rgba(int, int, int, int) - Static method in class net.imglib2.type.numeric.ARGBType
- right() - Method in class net.imglib2.KDTreeNode
-
Deprecated.
KDTreeNodeis now a re-usable proxy (likeNativeType). To work with existing code,KDTreeNode.left(),KDTreeNode.right(),KDTree.getRoot()etc create new objects in each call, instead of re-using existing proxies. Code using that should be rewritten to reuse proxies, if possible. - right(int) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Get the right child of node
i. - right(KDTreeNode<T>) - Method in class net.imglib2.KDTree
- rightChildIndex(int) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
If the tree is flattened into an array the right child of node at index
ihas index2 * i + 2. - rnd - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- rnd - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- root - Variable in class net.imglib2.blocks.ViewProperties
- root - Variable in class net.imglib2.img.sparse.Ntree
-
Root of the tree
- root() - Method in class net.imglib2.kdtree.KDTreeImpl
-
Get the root node of the tree.
- rootType - Variable in class net.imglib2.blocks.ViewProperties
- rotate(int, int, int) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.rotate(RandomAccessible, int, int). - rotate(Interval, int, int) - Static method in class net.imglib2.util.Intervals
-
Create an interval that is rotated by 90 degrees.
- rotate(RandomAccessible<T>, int, int) - Static method in class net.imglib2.view.Views
-
Create view that is rotated by 90 degrees.
- rotate(RandomAccessibleInterval<T>, int, int) - Static method in class net.imglib2.view.Views
-
Create view that is rotated by 90 degrees.
- round(double) - Static method in class net.imglib2.position.transform.Round
- round(double) - Static method in class net.imglib2.util.Util
- round(double[], long[]) - Static method in class net.imglib2.position.transform.Round
- round(float) - Static method in class net.imglib2.position.transform.Round
- round(float) - Static method in class net.imglib2.util.Util
- round(float[], long[]) - Static method in class net.imglib2.position.transform.Round
- round(RealLocalizable, long[]) - Static method in class net.imglib2.position.transform.Round
- Round<LocalizablePositionable extends Localizable & Positionable> - Class in net.imglib2.position.transform
-
A
RealPositionablethat drives aPositionableto its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) - Round(LocalizablePositionable) - Constructor for class net.imglib2.position.transform.Round
- Round(RealLocalizable, LocalizablePositionable) - Constructor for class net.imglib2.position.transform.Round
- roundPositive(double) - Static method in class net.imglib2.display.AbstractLinearRange
- roundToInt(double) - Static method in class net.imglib2.util.Util
- roundToInt(float) - Static method in class net.imglib2.util.Util
- roundToLong(double) - Static method in class net.imglib2.util.Util
- roundToLong(float) - Static method in class net.imglib2.util.Util
- rows(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
- rows(double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
- run() - Method in class net.imglib2.loops.BindActionToSamplers.BiConsumerRunnable
- run() - Method in class net.imglib2.loops.BindActionToSamplers.ConsumerRunnable
- run() - Method in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- run() - Method in class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- run() - Method in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- run() - Method in class net.imglib2.loops.BindActionToSamplers.TriConsumerRunnable
- run() - Method in class net.imglib2.loops.LoopUtils.LineProcessor
- runAll(List<Runnable>) - Method in class net.imglib2.parallel.DefaultTaskExecutor
- runAll(List<Runnable>) - Method in class net.imglib2.parallel.SequentialTaskExecutor
- runAll(List<Runnable>) - Method in interface net.imglib2.parallel.TaskExecutor
-
This method will execute the given list of tasks.
- runMultiThreaded(Runnable) - Static method in class net.imglib2.parallel.Parallelization
-
To run an algorithm multi-threaded use:
- runMultiThreaded(Callable<T>) - Static method in class net.imglib2.parallel.Parallelization
-
To run an algorithm multi-threaded use:
- running - Variable in class net.imglib2.util.StopWatch
- runOnChunkUsingCursors(List<IterableInterval<?>>, Function<LoopBuilder.Chunk<T>, R>, long, long) - Static method in class net.imglib2.loops.LoopBuilder
- runOnChunkUsingRandomAccesses(RandomAccessibleInterval[], Function<LoopBuilder.Chunk<T>, R>, Interval) - Static method in class net.imglib2.loops.LoopBuilder
- runSingleThreaded(Runnable) - Static method in class net.imglib2.parallel.Parallelization
-
To run an algorithm single-threaded use:
- runSingleThreaded(Callable<T>) - Static method in class net.imglib2.parallel.Parallelization
-
To run an algorithm single-threaded use:
- runUsingCursors(List<IterableInterval<?>>, Function<LoopBuilder.Chunk<T>, R>) - Method in class net.imglib2.loops.LoopBuilder
- runUsingRandomAccesses(Function<LoopBuilder.Chunk<T>, R>) - Method in class net.imglib2.loops.LoopBuilder
- runWithExecutor(ExecutorService, Runnable) - Static method in class net.imglib2.parallel.Parallelization
-
Executes the given
Runnablewith the givenExecutorService, and waits for the execution to finish. - runWithExecutor(ExecutorService, Callable<R>) - Static method in class net.imglib2.parallel.Parallelization
-
Executes the given
Callablewith the givenExecutorService, waits for the execution to finish and returns the result. - runWithExecutor(TaskExecutor, Runnable) - Static method in class net.imglib2.parallel.Parallelization
-
Executes the given
Runnablewith the givenTaskExecutor, and waits for the execution to finish. - runWithExecutor(TaskExecutor, Callable<T>) - Static method in class net.imglib2.parallel.Parallelization
-
Executes the given
Callablewith the givenTaskExecutor, waits for the execution to finish and returns the result. - runWithNumThreads(int, Runnable) - Static method in class net.imglib2.parallel.Parallelization
-
To run an algorithm a given number of threads use:
- runWithNumThreads(int, Callable<R>) - Static method in class net.imglib2.parallel.Parallelization
-
To run an algorithm a given number of threads use:
S
- s - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
-
source RandomAccess.
- s - Variable in class net.imglib2.view.FullSourceMapSlicingRandomAccess
-
source RandomAccess.
- s - Variable in class net.imglib2.view.iteration.SlicingCursor
-
source Cursor.
- s - Variable in class net.imglib2.view.MixedRandomAccess
-
source RandomAccess.
- s - Variable in class net.imglib2.view.SlicingRandomAccess
-
source RandomAccess.
- s - Variable in class net.imglib2.view.TranslationRandomAccess
- safeInt(long) - Static method in class net.imglib2.util.Util
-
Cast
valuetoint, checking for overflow. - safeNanos() - Method in class net.imglib2.util.StopWatch
- sample - Variable in class net.imglib2.PointSampleList.PointSampleListCursor
- sample - Variable in class net.imglib2.RealPointSampleList.RealPointSampleListCursor
- sampler - Variable in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
- sampler - Variable in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeARGBAccess
- sampler - Variable in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeRGBAccess
- sampler - Variable in class net.imglib2.converter.readwrite.RealDoubleSamplerConverter.RealConvertingDoubleAccess
- sampler - Variable in class net.imglib2.converter.readwrite.RealFloatSamplerConverter.RealConvertingFloatAccess
- sampler - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- Sampler<T> - Interface in net.imglib2
-
The
Samplerinterface provides access to a value whose type is specified by the generic parameter T. - samplerA - Variable in class net.imglib2.loops.BindActionToSamplers.BiConsumerRunnable
- samplerA - Variable in class net.imglib2.loops.BindActionToSamplers.ConsumerRunnable
- samplerA - Variable in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- samplerA - Variable in class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- samplerA - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- samplerA - Variable in class net.imglib2.loops.BindActionToSamplers.TriConsumerRunnable
- samplerB - Variable in class net.imglib2.loops.BindActionToSamplers.BiConsumerRunnable
- samplerB - Variable in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- samplerB - Variable in class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- samplerB - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- samplerB - Variable in class net.imglib2.loops.BindActionToSamplers.TriConsumerRunnable
- samplerC - Variable in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- samplerC - Variable in class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- samplerC - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- samplerC - Variable in class net.imglib2.loops.BindActionToSamplers.TriConsumerRunnable
- SamplerConverter<A,B> - Interface in net.imglib2.converter.readwrite
- samplerD - Variable in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- samplerD - Variable in class net.imglib2.loops.BindActionToSamplers.FourConsumerRunnable
- samplerD - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- samplerE - Variable in class net.imglib2.loops.BindActionToSamplers.FiveConsumerRunnable
- samplerE - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- samplerF - Variable in class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- samples - Variable in class net.imglib2.PointSampleList
- samples - Variable in class net.imglib2.RealPointSampleList
- sampleSupplier - Variable in class net.imglib2.PointSample
- sampleSupplier - Variable in class net.imglib2.RealPointSample
- SamplingProjector2D<A,B> - Class in net.imglib2.display.projector.sampler
-
A general 2D Projector that uses three dimensions as input to create the 2D result.
- SamplingProjector2D(int, int, RandomAccessible<A>, IterableInterval<B>, Converter<ProjectedSampler<A>, B>, int, long[]) - Constructor for class net.imglib2.display.projector.sampler.SamplingProjector2D
- SamplingProjector2D(int, int, RandomAccessibleInterval<A>, IterableInterval<B>, Converter<ProjectedSampler<A>, B>, int) - Constructor for class net.imglib2.display.projector.sampler.SamplingProjector2D
- scale - Static variable in class net.imglib2.converter.ARGBARGBDoubleConverter
- scale - Variable in class net.imglib2.display.AbstractLinearRange
- scale - Variable in class net.imglib2.display.ScaledARGBConverter
- scale(double[][], double, double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set C = A * b, where A is a matrix and b is scalar.
- scale(double[], double, double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set c = a * b, where a is a vector and b is scalar.
- scale(RealInterval, double) - Static method in class net.imglib2.util.Intervals
-
Return an
RealIntervalthat is scaled by the given factor. - scaleB - Variable in class net.imglib2.display.ARGBARGBColorConverter
- scaleB - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- ScaledARGBConverter<T> - Class in net.imglib2.display
- ScaledARGBConverter(double, double) - Constructor for class net.imglib2.display.ScaledARGBConverter
- ScaledARGBConverter.ARGB - Class in net.imglib2.display
- ScaledARGBConverter.VolatileARGB - Class in net.imglib2.display
- scaleG - Variable in class net.imglib2.display.ARGBARGBColorConverter
- scaleG - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- scaleR - Variable in class net.imglib2.display.ARGBARGBColorConverter
- scaleR - Variable in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- scomp - Variable in class net.imglib2.blocks.PermuteInvert
- ScreenImage<T> - Interface in net.imglib2.display.screenimage
-
Toplevel interface for screen images.
- sd - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- sd - Variable in class net.imglib2.view.StackView.DefaultRA
- sd - Variable in class net.imglib2.view.StackView.MoveAllSlicesRA
- search - Variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- search - Variable in class net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator
- search(RealLocalizable) - Method in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- search(RealLocalizable) - Method in class net.imglib2.kdtree.NearestNeighborSearchImpl
- search(RealLocalizable) - Method in interface net.imglib2.neighborsearch.KNearestNeighborSearch
-
Perform k-nearest-neighbor search for a reference coordinate.
- search(RealLocalizable) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- search(RealLocalizable) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- search(RealLocalizable) - Method in interface net.imglib2.neighborsearch.NearestNeighborSearch
-
Perform nearest-neighbor search for a reference coordinate.
- search(RealLocalizable) - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- search(RealLocalizable) - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- search(RealLocalizable, double, boolean) - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- search(RealLocalizable, double, boolean) - Method in interface net.imglib2.neighborsearch.RadiusNeighborSearch
-
Perform neighbor search within a radius about a reference coordinate.
- search(RealLocalizable, double, boolean) - Method in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- seconds() - Method in class net.imglib2.util.StopWatch
-
Get the total time the clock was running in seconds.
- secondsToString(double) - Static method in class net.imglib2.util.StopWatch
- seed(int) - Static method in class net.imglib2.test.RandomImgs
- SelectiveSampler<T> - Class in net.imglib2.display.projector.sampler
-
Provides access to a set of predefined positions of a projected dimension
- SelectiveSampler(int, long[]) - Constructor for class net.imglib2.display.projector.sampler.SelectiveSampler
- seqDimensions - Variable in class net.imglib2.transform.integer.SequentializeTransform
- SequentialExecutorService - Class in net.imglib2.parallel
-
A
ExecutorServicethat is single-threaded, it never uses threads. - SequentialExecutorService() - Constructor for class net.imglib2.parallel.SequentialExecutorService
- SequentializeTransform - Class in net.imglib2.transform.integer
-
Transform n-dimensional to m-dimensional coordinates
(m<n)by flattening dimensions>m. - SequentializeTransform(long[], int) - Constructor for class net.imglib2.transform.integer.SequentializeTransform
- SequentialTaskExecutor - Class in net.imglib2.parallel
-
A
TaskExecutorfor single threaded execution. - SequentialTaskExecutor() - Constructor for class net.imglib2.parallel.SequentialTaskExecutor
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Automatically generated
- serialVersionUID - Static variable in class net.imglib2.img.cell.Cell
- serialVersionUID - Static variable in class net.imglib2.img.sparse.NtreeImg
-
TODO: remove with proper serialization
- set(boolean) - Method in interface net.imglib2.type.BooleanType
- set(boolean) - Method in class net.imglib2.type.logic.BitType
- set(boolean) - Method in class net.imglib2.type.logic.BoolType
- set(boolean) - Method in class net.imglib2.type.logic.NativeBoolType
-
Sets the primitive boolean value that is used to store this type.
- set(byte) - Method in class net.imglib2.type.numeric.integer.ByteType
- set(byte) - Method in class net.imglib2.type.volatiles.VolatileByteType
- set(byte[]) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
The first byte is the most significant byte, like in
BigInteger.toByteArray(). - set(double) - Method in class net.imglib2.type.numeric.real.DoubleType
- set(double) - Method in class net.imglib2.type.volatiles.VolatileDoubleType
- set(double, double) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- set(double, double, double, double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- set(double, double, double, double) - Method in class net.imglib2.type.numeric.ARGBDoubleType
- set(double, double, double, double) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- set(float) - Method in class net.imglib2.type.numeric.real.FloatType
- set(float) - Method in class net.imglib2.type.volatiles.VolatileFloatType
- set(float, float) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- set(int) - Method in class net.imglib2.type.Index
-
Set the index to
index. - set(int) - Method in class net.imglib2.type.numeric.ARGBType
- set(int) - Method in class net.imglib2.type.numeric.integer.IntType
- set(int) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- set(int) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- set(int) - Method in class net.imglib2.type.volatiles.VolatileARGBType
- set(int) - Method in class net.imglib2.type.volatiles.VolatileIntType
- set(int) - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- set(int) - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- set(int) - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- set(int, T) - Method in class net.imglib2.img.list.AbstractListImg
- set(int, T) - Method in class net.imglib2.img.list.ListImg
- set(long) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- set(long) - Method in class net.imglib2.type.numeric.integer.LongType
- set(long) - Method in class net.imglib2.type.numeric.integer.Unsigned12BitType
- set(long) - Method in class net.imglib2.type.numeric.integer.Unsigned2BitType
- set(long) - Method in class net.imglib2.type.numeric.integer.Unsigned4BitType
- set(long) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- set(long) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- set(long) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- set(long) - Method in class net.imglib2.type.volatiles.VolatileLongType
- set(long) - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- set(long, long) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- set(long, T) - Method in class net.imglib2.img.cell.LazyCellImg.LazyCells
- set(long, T) - Method in class net.imglib2.img.list.AbstractLongListImg
- set(short) - Method in class net.imglib2.type.numeric.integer.ShortType
- set(short) - Method in class net.imglib2.type.volatiles.VolatileShortType
- set(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- set(BigInteger) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- set(BigInteger) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- set(Mixed) - Method in class net.imglib2.transform.integer.MixedTransform
-
set parameters to
transform. - set(Slicing) - Method in class net.imglib2.transform.integer.SlicingTransform
-
set parameters to
transform. - set(Translation) - Method in class net.imglib2.transform.integer.TranslationTransform
-
set parameters to
transform. - set(BasePairBitType) - Method in class net.imglib2.type.label.BasePairBitType
- set(BasePairBitType.Base) - Method in interface net.imglib2.type.BasePairType
- set(BasePairBitType.Base) - Method in class net.imglib2.type.label.BasePairBitType
- set(BasePairBitType.Base) - Method in class net.imglib2.type.label.BasePairCharType
- set(BasePairCharType) - Method in class net.imglib2.type.label.BasePairCharType
- set(BitType) - Method in class net.imglib2.type.logic.BitType
- set(BoolType) - Method in class net.imglib2.type.logic.BoolType
- set(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- set(ARGBDoubleType) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- set(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- set(ComplexDoubleType) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- set(ComplexFloatType) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- set(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- set(NativeARGBDoubleType) - Method in class net.imglib2.type.numeric.ARGBDoubleType
- set(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- set(T) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListCursor
- set(T) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListLocalizingCursor
- set(T) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- set(T) - Method in class net.imglib2.img.list.ListCursor
- set(T) - Method in class net.imglib2.img.list.ListLocalizingCursor
- set(T) - Method in class net.imglib2.img.list.ListRandomAccess
- set(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- set(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- set(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- set(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- set(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- set(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- set(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- set(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- set(T) - Method in interface net.imglib2.type.Type
-
Sets the value of another
Type. - set(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- set(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- set(T) - Method in class net.imglib2.util.CloseableThreadLocal
- setA(double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- setA(double) - Method in class net.imglib2.type.numeric.ARGBDoubleType
- setA(double) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- setAccess(ByteAccess) - Method in class net.imglib2.type.volatiles.VolatileByteType.WrappedByteType
- setAccess(ByteAccess) - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType.WrappedUnsignedByteType
- setAccess(DoubleAccess) - Method in class net.imglib2.type.volatiles.VolatileDoubleType.WrappedDoubleType
- setAccess(FloatAccess) - Method in class net.imglib2.type.volatiles.VolatileFloatType.WrappedFloatType
- setAccess(IntAccess) - Method in class net.imglib2.type.volatiles.VolatileARGBType.WrappedARGBType
- setAccess(IntAccess) - Method in class net.imglib2.type.volatiles.VolatileIntType.WrappedIntType
- setAccess(IntAccess) - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType.WrappedUnsignedIntType
- setAccess(LongAccess) - Method in class net.imglib2.type.volatiles.VolatileLongType.WrappedLongType
- setAccess(LongAccess) - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType.WrappedUnsignedLongType
- setAccess(ShortAccess) - Method in class net.imglib2.type.volatiles.VolatileShortType.WrappedShortType
- setAccess(ShortAccess) - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType.WrappedUnsignedShortType
- setAlpha(int) - Method in class net.imglib2.converter.RealARGBConverter
- setAlpha(int) - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
Set the rectangular radius of the window for perfoming the lanczos interpolation
- setB(double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- setB(double) - Method in class net.imglib2.type.numeric.ARGBDoubleType
- setB(double) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.logic.BitType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.logic.BoolType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.logic.NativeBoolType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.ByteType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.IntType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.LongType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.ShortType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- setBigInteger(BigInteger) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setBigInteger(BigInteger) - Method in interface net.imglib2.type.numeric.IntegerType
- setBits(long) - Method in class net.imglib2.type.AbstractBit64Type
-
Sets the lower nBits bits of the long value into the current "subLong" location of the LongAccess Note that "long value" does not refer to math, it is just a way to help to set arbitrary values.
- setByte(byte) - Method in class net.imglib2.type.numeric.integer.GenericByteType
-
Sets the primitive byte value that is used to store this type.
- setChar(char) - Method in class net.imglib2.type.label.BasePairCharType
- setChildren(Ntree.NtreeNode<T>[]) - Method in class net.imglib2.img.sparse.Ntree.NtreeNode
- setClipping(boolean) - Method in class net.imglib2.interpolation.randomaccess.LanczosInterpolatorFactory
-
The lanczos-interpolation can create values that are bigger or smaller than the original values, so they can be clipped to the range of the
RealTypeif wanted - setCol(int, double[], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set column c of B to vector a.
- setColor(ARGBType) - Method in class net.imglib2.display.ARGBARGBColorConverter
- setColor(ARGBType) - Method in interface net.imglib2.display.ColorConverter
- setColor(ARGBType) - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- setColor(ARGBType) - Method in class net.imglib2.display.ScaledARGBConverter
- setCommonFadeOutDistance(int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- setCommonRelativeFadeOutDistance(float) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- setComplexNumber(double, double) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- setComplexNumber(double, double) - Method in interface net.imglib2.type.numeric.ComplexType
- setComplexNumber(double, double) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setComplexNumber(double, double) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setComplexNumber(double, double) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setComplexNumber(float, float) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- setComplexNumber(float, float) - Method in interface net.imglib2.type.numeric.ComplexType
- setComplexNumber(float, float) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setComplexNumber(float, float) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setComplexNumber(float, float) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setComponentInversion(boolean[]) - Method in class net.imglib2.transform.integer.MixedTransform
-
Set for each target component, whether the source component it is taken from should be inverted.
- setComponentMapping(int[]) - Method in class net.imglib2.transform.integer.ComponentMappingTransform
-
Set for each target dimensions from which source dimension it is taken.
- setComponentMapping(int[]) - Method in class net.imglib2.transform.integer.MixedTransform
-
Set for each target dimensions from which source dimension it is taken.
- setComponentMapping(int[]) - Method in class net.imglib2.transform.integer.SlicingTransform
-
Set for each target dimensions from which source dimension it is taken.
- setComponentZero(boolean[]) - Method in class net.imglib2.transform.integer.MixedTransform
-
Set which target dimensions are _not_ taken from source dimensions.
- setComponentZero(boolean[]) - Method in class net.imglib2.transform.integer.SlicingTransform
-
Set which target dimensions are _not_ taken from source dimensions.
- setComposite(boolean) - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
-
Toggles composite mode globally.
- setComposite(boolean) - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
-
Toggles composite mode globally.
- setComposite(int, boolean) - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
-
Toggles the given position index's inclusion in composite values.
- setComposite(int, boolean) - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
-
Toggles the given position index's inclusion in composite values.
- setCurrentSlice(int) - Method in class net.imglib2.display.projector.specialized.PlanarImgContainerSamplerImpl
- setDirty() - Method in interface net.imglib2.Dirty
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- setDirty() - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- setDirty(boolean) - Method in interface net.imglib2.Dirty
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- setDirty(boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- setElem(int, int) - Method in class net.imglib2.display.awt.SignedByteDataBuffer
- setElem(int, int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- setElem(int, int, int) - Method in class net.imglib2.display.awt.SignedByteDataBuffer
- setElem(int, int, int) - Method in class net.imglib2.display.awt.SignedShortDataBuffer
- setElem(int, int, int) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- setElemDouble(int, double) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- setElemDouble(int, int, double) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- setElemFloat(int, float) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- setElemFloat(int, int, float) - Method in class net.imglib2.display.awt.UnsignedIntDataBuffer
- setExecutorRequiresReset(TaskExecutor) - Static method in class net.imglib2.parallel.Parallelization
-
This method can be used to execute an algorithm with a given
TaskExecutor. - setExponent(float) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- setFadeOutDistance(int[]) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- setFrequency(long[], long) - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Sets the frequency count associated with a given bin.
- setG(double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- setG(double) - Method in class net.imglib2.type.numeric.ARGBDoubleType
- setG(double) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- setImages(IterableInterval<A>) - Static method in class net.imglib2.loops.IterableLoopBuilder
-
Set the image to loop over.
- setImages(IterableInterval<A>, RandomAccessible<B>) - Static method in class net.imglib2.loops.IterableLoopBuilder
-
Sets the images to loop over.
- setImages(IterableInterval<A>, RandomAccessible<B>, RandomAccessible<C>) - Static method in class net.imglib2.loops.IterableLoopBuilder
-
Sets the images to loop over.
- setImages(RandomAccessibleInterval<A>) - Static method in class net.imglib2.loops.LoopBuilder
- setImages(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>) - Static method in class net.imglib2.loops.LoopBuilder
- setImages(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, RandomAccessibleInterval<C>) - Static method in class net.imglib2.loops.LoopBuilder
- setImages(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, RandomAccessibleInterval<C>, RandomAccessibleInterval<D>) - Static method in class net.imglib2.loops.LoopBuilder
- setImages(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, RandomAccessibleInterval<C>, RandomAccessibleInterval<D>, RandomAccessibleInterval<E>) - Static method in class net.imglib2.loops.LoopBuilder
- setImages(RandomAccessibleInterval<A>, RandomAccessibleInterval<B>, RandomAccessibleInterval<C>, RandomAccessibleInterval<D>, RandomAccessibleInterval<E>, RandomAccessibleInterval<F>) - Static method in class net.imglib2.loops.LoopBuilder
- setImaginary(double) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- setImaginary(double) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- setImaginary(double) - Method in interface net.imglib2.type.numeric.ComplexType
- setImaginary(double) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setImaginary(double) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setImaginary(double) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- setImaginary(double) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setImaginary(float) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- setImaginary(float) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- setImaginary(float) - Method in interface net.imglib2.type.numeric.ComplexType
- setImaginary(float) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setImaginary(float) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setImaginary(float) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- setImaginary(float) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setIndex(long) - Method in class net.imglib2.img.cell.CellSpliterator.CursorOnCells
- setInt(int) - Method in class net.imglib2.type.numeric.integer.GenericIntType
-
Sets the primitive int value that is used to store this type.
- setInteger(int) - Method in class net.imglib2.type.logic.BitType
- setInteger(int) - Method in class net.imglib2.type.logic.BoolType
- setInteger(int) - Method in class net.imglib2.type.logic.NativeBoolType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.ByteType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.IntType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.LongType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.ShortType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- setInteger(int) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setInteger(int) - Method in interface net.imglib2.type.numeric.IntegerType
- setInteger(long) - Method in class net.imglib2.type.logic.BitType
- setInteger(long) - Method in class net.imglib2.type.logic.BoolType
- setInteger(long) - Method in class net.imglib2.type.logic.NativeBoolType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.ByteType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.IntType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.LongType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.ShortType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- setInteger(long) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setInteger(long) - Method in interface net.imglib2.type.numeric.IntegerType
- setInverseTranslation(long[]) - Method in class net.imglib2.transform.integer.MixedTransform
- setLinkedType(T) - Method in class net.imglib2.img.AbstractNativeImg
- setLinkedType(T) - Method in interface net.imglib2.img.NativeImg
- setLong(long) - Method in class net.imglib2.type.numeric.integer.GenericLongType
-
Sets the primitive long value that is used to store this type.
- setLUT(ColorTable) - Method in class net.imglib2.converter.RealLUTConverter
- setMax(double) - Method in class net.imglib2.display.AbstractLinearRange
- setMax(double) - Method in class net.imglib2.display.ARGBARGBColorConverter
- setMax(double) - Method in interface net.imglib2.display.LinearRange
- setMax(double) - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- setMax(double) - Method in class net.imglib2.display.ScaledARGBConverter
- setMin(double) - Method in class net.imglib2.display.AbstractLinearRange
- setMin(double) - Method in class net.imglib2.display.ARGBARGBColorConverter
- setMin(double) - Method in interface net.imglib2.display.LinearRange
- setMin(double) - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- setMin(double) - Method in class net.imglib2.display.ScaledARGBConverter
- setMin(int[]) - Method in class net.imglib2.iterator.OffsetableIntervalIterator
-
Adjust the offset and reset the iterator
- setMin(int[]) - Method in class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
-
Adjust the offset and reset the iterator
- setMin(long[]) - Method in class net.imglib2.iterator.OffsetableIntervalIterator
-
Adjust the offset and reset the iterator
- setMin(long[]) - Method in class net.imglib2.iterator.OffsetableLocalizingIntervalIterator
-
Adjust the offset and reset the iterator
- setMinFadeOutDistance(int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowingFactory
- setMinMax(double, double) - Method in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- setNodeIndex(int) - Method in class net.imglib2.KDTreeNode
-
Make this proxy refer to the given
nodeIndexin the associated tree. - setOf() - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
- setOf(AccessFlags) - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
- setOf(AccessFlags...) - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
- setOf(AccessFlags, AccessFlags) - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
- setOne() - Method in class net.imglib2.type.logic.BitType
- setOne() - Method in class net.imglib2.type.logic.NativeBoolType
- setOne() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- setOne() - Method in class net.imglib2.type.numeric.ARGBType
- setOne() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- setOne() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setOne() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- setOne() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- setOne() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- setOne() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- setOne() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- setOne() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setOne() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- setOne() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setOne() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setOne() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- setOne() - Method in class net.imglib2.type.numeric.real.FloatType
- setOne() - Method in interface net.imglib2.type.operators.SetOne
- setOne() - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- setOne() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setOne() - Method in class net.imglib2.view.composite.AbstractNumericComposite
- SetOne - Interface in net.imglib2.type.operators
- setPlane(int, A) - Method in interface net.imglib2.img.basictypeaccess.PlanarAccess
- setPlane(int, A) - Method in class net.imglib2.img.planar.PlanarImg
- setPos2(int[], int) - Method in class net.imglib2.img.cell.CellRandomAccess
- setPosition(double[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(double[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(double[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(double[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(double[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(double[]) - Method in class net.imglib2.position.transform.Floor
- setPosition(double[]) - Method in class net.imglib2.position.transform.FloorOffset
- setPosition(double[]) - Method in class net.imglib2.position.transform.Round
- setPosition(double[]) - Method in class net.imglib2.RealPoint
- setPosition(double[]) - Method in class net.imglib2.RealPointSample
- setPosition(double[]) - Method in interface net.imglib2.RealPositionable
-
Set the position of the element.
- setPosition(double[]) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(double, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(double, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(double, int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(double, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(double, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(double, int) - Method in class net.imglib2.position.transform.Floor
- setPosition(double, int) - Method in class net.imglib2.position.transform.FloorOffset
- setPosition(double, int) - Method in class net.imglib2.position.transform.Round
- setPosition(double, int) - Method in class net.imglib2.RealPoint
- setPosition(double, int) - Method in class net.imglib2.RealPointSample
- setPosition(double, int) - Method in interface net.imglib2.RealPositionable
-
Set the position of the element for one dimension.
- setPosition(double, int) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(float[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(float[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(float[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(float[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(float[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(float[]) - Method in class net.imglib2.position.transform.Floor
- setPosition(float[]) - Method in class net.imglib2.position.transform.FloorOffset
- setPosition(float[]) - Method in class net.imglib2.position.transform.Round
- setPosition(float[]) - Method in class net.imglib2.RealPoint
- setPosition(float[]) - Method in class net.imglib2.RealPointSample
- setPosition(float[]) - Method in interface net.imglib2.RealPositionable
-
Set the position of the element.
- setPosition(float[]) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(float, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(float, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(float, int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(float, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(float, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(float, int) - Method in class net.imglib2.position.transform.Floor
- setPosition(float, int) - Method in class net.imglib2.position.transform.FloorOffset
- setPosition(float, int) - Method in class net.imglib2.position.transform.Round
- setPosition(float, int) - Method in class net.imglib2.RealPoint
- setPosition(float, int) - Method in class net.imglib2.RealPointSample
- setPosition(float, int) - Method in interface net.imglib2.RealPositionable
-
Set the position of the element for one dimension.
- setPosition(float, int) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(int[]) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- setPosition(int[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- setPosition(int[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(int[]) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- setPosition(int[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(int[]) - Method in class net.imglib2.img.array.ArrayRandomAccess
- setPosition(int[]) - Method in class net.imglib2.img.cell.CellRandomAccess
- setPosition(int[]) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- setPosition(int[]) - Method in class net.imglib2.img.list.ListRandomAccess
- setPosition(int[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- setPosition(int[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- setPosition(int[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- setPosition(int[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(int[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(int[]) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- setPosition(int[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- setPosition(int[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- setPosition(int[]) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- setPosition(int[]) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- setPosition(int[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(int[]) - Method in class net.imglib2.Point
- setPosition(int[]) - Method in class net.imglib2.PointSample
- setPosition(int[]) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- setPosition(int[]) - Method in interface net.imglib2.Positionable
-
Set the position of the element.
- setPosition(int[]) - Method in class net.imglib2.RealPoint
- setPosition(int[]) - Method in class net.imglib2.RealPointSample
- setPosition(int[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(int[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.MixedRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- setPosition(int[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.SlicingRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.StackView.DefaultRA
- setPosition(int[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- setPosition(int[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.TransformRandomAccess
- setPosition(int[]) - Method in class net.imglib2.view.TranslationRandomAccess
- setPosition(int, int) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- setPosition(int, int) - Method in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- setPosition(int, int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- setPosition(int, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(int, int) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- setPosition(int, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(int, int) - Method in class net.imglib2.img.array.ArrayRandomAccess
- setPosition(int, int) - Method in class net.imglib2.img.cell.CellRandomAccess
- setPosition(int, int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- setPosition(int, int) - Method in class net.imglib2.img.list.ListRandomAccess
- setPosition(int, int) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- setPosition(int, int) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- setPosition(int, int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- setPosition(int, int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(int, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(int, int) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- setPosition(int, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- setPosition(int, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- setPosition(int, int) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- setPosition(int, int) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- setPosition(int, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(int, int) - Method in class net.imglib2.Point
- setPosition(int, int) - Method in class net.imglib2.PointSample
- setPosition(int, int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- setPosition(int, int) - Method in interface net.imglib2.Positionable
-
Set the position of the element for one dimension.
- setPosition(int, int) - Method in class net.imglib2.RealPoint
- setPosition(int, int) - Method in class net.imglib2.RealPointSample
- setPosition(int, int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(int, int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.MixedRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- setPosition(int, int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.SlicingRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.StackView.DefaultRA
- setPosition(int, int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- setPosition(int, int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.TransformRandomAccess
- setPosition(int, int) - Method in class net.imglib2.view.TranslationRandomAccess
- setPosition(long[]) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- setPosition(long[]) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- setPosition(long[]) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(long[]) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- setPosition(long[]) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(long[]) - Method in class net.imglib2.img.array.ArrayRandomAccess
- setPosition(long[]) - Method in class net.imglib2.img.cell.CellRandomAccess
- setPosition(long[]) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- setPosition(long[]) - Method in class net.imglib2.img.list.ListRandomAccess
- setPosition(long[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- setPosition(long[]) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- setPosition(long[]) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- setPosition(long[]) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(long[]) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(long[]) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- setPosition(long[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- setPosition(long[]) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- setPosition(long[]) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- setPosition(long[]) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- setPosition(long[]) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(long[]) - Method in class net.imglib2.Point
- setPosition(long[]) - Method in class net.imglib2.PointSample
- setPosition(long[]) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- setPosition(long[]) - Method in interface net.imglib2.Positionable
-
Set the position of the element.
- setPosition(long[]) - Method in class net.imglib2.RealPoint
- setPosition(long[]) - Method in class net.imglib2.RealPointSample
- setPosition(long[]) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(long[]) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.MixedRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- setPosition(long[]) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.SlicingRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.StackView.DefaultRA
- setPosition(long[]) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- setPosition(long[]) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.TransformRandomAccess
- setPosition(long[]) - Method in class net.imglib2.view.TranslationRandomAccess
- setPosition(long, int) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- setPosition(long, int) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- setPosition(long, int) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(long, int) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- setPosition(long, int) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(long, int) - Method in class net.imglib2.img.array.ArrayRandomAccess
- setPosition(long, int) - Method in class net.imglib2.img.cell.CellRandomAccess
- setPosition(long, int) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- setPosition(long, int) - Method in class net.imglib2.img.list.ListRandomAccess
- setPosition(long, int) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- setPosition(long, int) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- setPosition(long, int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(long, int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(long, int) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- setPosition(long, int) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- setPosition(long, int) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- setPosition(long, int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundary
- setPosition(long, int) - Method in class net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
- setPosition(long, int) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- setPosition(long, int) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(long, int) - Method in class net.imglib2.Point
- setPosition(long, int) - Method in class net.imglib2.PointSample
- setPosition(long, int) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- setPosition(long, int) - Method in interface net.imglib2.Positionable
-
Set the position of the element for one dimension.
- setPosition(long, int) - Method in class net.imglib2.RealPoint
- setPosition(long, int) - Method in class net.imglib2.RealPointSample
- setPosition(long, int) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(long, int) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.MixedRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- setPosition(long, int) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.SlicingRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.StackView.DefaultRA
- setPosition(long, int) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- setPosition(long, int) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.TransformRandomAccess
- setPosition(long, int) - Method in class net.imglib2.view.TranslationRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.AbstractWrappedPositionableLocalizable
- setPosition(Localizable) - Method in class net.imglib2.converter.AbstractConvertedRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.converter.read.BiConvertedRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.img.array.ArrayRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.img.cell.CellRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.img.list.AbstractLongListImg.LongListRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.img.list.ListRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.img.planar.PlanarRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.img.planar.PlanarRandomAccess1D
- setPosition(Localizable) - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(Localizable) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(Localizable) - Method in interface net.imglib2.loops.SyncedPositionables.Private.Forwarder
- setPosition(Localizable) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- setPosition(Localizable) - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsValue
- setPosition(Localizable) - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- setPosition(Localizable) - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- setPosition(Localizable) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.Point
- setPosition(Localizable) - Method in class net.imglib2.PointSample
- setPosition(Localizable) - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- setPosition(Localizable) - Method in interface net.imglib2.Positionable
-
Place the element at the same location as a given
Localizable - setPosition(Localizable) - Method in class net.imglib2.RealPoint
- setPosition(Localizable) - Method in class net.imglib2.RealPointSample
- setPosition(Localizable) - Method in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.composite.RealComposite
- setPosition(Localizable) - Method in class net.imglib2.view.FullSourceMapMixedRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.MixedRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- setPosition(Localizable) - Method in class net.imglib2.view.RandomAccessiblePair.RandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.SlicingRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.StackView.DefaultRA
- setPosition(Localizable) - Method in class net.imglib2.view.StackView.MoveAllSlicesRA
- setPosition(Localizable) - Method in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.TransformRandomAccess
- setPosition(Localizable) - Method in class net.imglib2.view.TranslationRandomAccess
- setPosition(RealLocalizable) - Method in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- setPosition(RealLocalizable) - Method in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- setPosition(RealLocalizable) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setPosition(RealLocalizable) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setPosition(RealLocalizable) - Method in class net.imglib2.outofbounds.RealOutOfBoundsRealRandomAccess
- setPosition(RealLocalizable) - Method in class net.imglib2.position.transform.Floor
- setPosition(RealLocalizable) - Method in class net.imglib2.position.transform.FloorOffset
- setPosition(RealLocalizable) - Method in class net.imglib2.position.transform.Round
- setPosition(RealLocalizable) - Method in class net.imglib2.RealPoint
- setPosition(RealLocalizable) - Method in class net.imglib2.RealPointSample
- setPosition(RealLocalizable) - Method in interface net.imglib2.RealPositionable
-
Place the element at the same location as a given
RealLocalizable - setPosition(RealLocalizable) - Method in class net.imglib2.view.composite.RealComposite
- setPositionAndGet(double...) - Method in interface net.imglib2.RealRandomAccess
-
Convenience method that moves the
RealRandomAccessto the given position and gets the value at that position. - setPositionAndGet(float...) - Method in interface net.imglib2.RealRandomAccess
-
Convenience method that moves the
RealRandomAccessto the given position and gets the value at that position. - setPositionAndGet(int...) - Method in interface net.imglib2.RandomAccess
-
Convenience method that moves the
RealRandomAccessto the given position and gets the value at that position. - setPositionAndGet(long...) - Method in interface net.imglib2.RandomAccess
-
Convenience method that moves the
RealRandomAccessto the given position and gets the value at that position. - setPositionAndGet(Localizable) - Method in interface net.imglib2.RandomAccess
-
Convenience method that moves the
RealRandomAccessto the given position and gets the value at that position. - setPositionAndGet(RealLocalizable) - Method in interface net.imglib2.RealRandomAccess
-
Convenience method that moves the
RealRandomAccessto the given position and gets the value at that position. - setPositionDim0(int) - Method in class net.imglib2.img.array.ArrayRandomAccess
-
Sets the
ArrayRandomAccessto a certain position in dimension 0 Careful: it assumes that it is only a one-dimensional image, all other dimensions would be set to zero (this saves one subtraction) - setPositionDim0(long) - Method in class net.imglib2.img.array.ArrayRandomAccess
-
Sets the
ArrayRandomAccessto a certain position in dimension 0 Careful: it assumes that it is only a one-dimensional image, all other dimensions would be set to zero (this saves one subtraction) - setR(double) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- setR(double) - Method in class net.imglib2.type.numeric.ARGBDoubleType
- setR(double) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- setRandom(Random) - Method in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- setRandomAccess(RandomAccess<T>) - Method in class net.imglib2.display.projector.sampler.IntervalSampler
- setRandomAccess(RandomAccess<T>) - Method in interface net.imglib2.display.projector.sampler.ProjectedSampler
- setRandomAccess(RandomAccess<T>) - Method in class net.imglib2.display.projector.sampler.SelectiveSampler
- setReal(double) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- setReal(double) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- setReal(double) - Method in interface net.imglib2.type.numeric.ComplexType
- setReal(double) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setReal(double) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- setReal(double) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setReal(double) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setReal(double) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setReal(double) - Method in class net.imglib2.type.numeric.real.DoubleType
- setReal(double) - Method in class net.imglib2.type.numeric.real.FloatType
- setReal(double) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setReal(float) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- setReal(float) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- setReal(float) - Method in interface net.imglib2.type.numeric.ComplexType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.LongType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setReal(float) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setReal(float) - Method in class net.imglib2.type.numeric.real.DoubleType
- setReal(float) - Method in class net.imglib2.type.numeric.real.FloatType
- setReal(float) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setRow(int, double[], double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set row r of B to vector a.
- setShort(short) - Method in class net.imglib2.type.numeric.integer.GenericShortType
-
Sets the primitive short value that is used to store this type.
- setSlice(int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- setSlice(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- setSlice(int) - Method in class net.imglib2.view.StackView.DefaultRA
- setSlice(long) - Method in class net.imglib2.view.StackView.DefaultRA
- setTranslation(long[]) - Method in class net.imglib2.transform.integer.MixedTransform
- setTranslation(long[]) - Method in class net.imglib2.transform.integer.SlicingTransform
- setTranslation(long[]) - Method in class net.imglib2.transform.integer.TranslationTransform
- setupDestSize(int[]) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
- setupDestSize(int[]) - Method in class net.imglib2.blocks.CellImgRangeCopier
- setupDestSize(int[]) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
- setValid(boolean) - Method in class net.imglib2.Volatile
- setValue(byte) - Method in class net.imglib2.type.numeric.integer.GenericByteType
-
Deprecated.Use
GenericByteType.setByte(byte)instead. - setValue(int) - Method in class net.imglib2.type.numeric.integer.GenericIntType
-
Deprecated.Use
GenericIntType.setInt(int)instead. - setValue(int, boolean) - Method in class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
- setValue(int, boolean) - Method in class net.imglib2.img.basictypeaccess.array.DirtyBooleanArray
- setValue(int, boolean) - Method in interface net.imglib2.img.basictypeaccess.BooleanAccess
- setValue(int, boolean) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileBooleanArray
- setValue(int, boolean) - Method in class net.imglib2.img.sparse.BooleanNtree
- setValue(int, byte) - Method in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
-
This is only intended to work with UnsignedByteType! We ignore index!!!
- setValue(int, byte) - Method in class net.imglib2.img.basictypeaccess.array.AbstractByteArray
- setValue(int, byte) - Method in class net.imglib2.img.basictypeaccess.array.DirtyByteArray
- setValue(int, byte) - Method in interface net.imglib2.img.basictypeaccess.ByteAccess
- setValue(int, byte) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
- setValue(int, byte) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileByteArray
- setValue(int, byte) - Method in class net.imglib2.img.sparse.ByteNtree
- setValue(int, char) - Method in class net.imglib2.img.basictypeaccess.array.AbstractCharArray
- setValue(int, char) - Method in class net.imglib2.img.basictypeaccess.array.DirtyCharArray
- setValue(int, char) - Method in interface net.imglib2.img.basictypeaccess.CharAccess
- setValue(int, char) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
- setValue(int, char) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileCharArray
- setValue(int, char) - Method in class net.imglib2.img.sparse.CharNtree
- setValue(int, double) - Method in class net.imglib2.converter.readwrite.RealDoubleSamplerConverter.RealConvertingDoubleAccess
-
This is only intended to work with DoubleType! We ignore index!!!
- setValue(int, double) - Method in class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
- setValue(int, double) - Method in class net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- setValue(int, double) - Method in interface net.imglib2.img.basictypeaccess.DoubleAccess
- setValue(int, double) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
- setValue(int, double) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileDoubleArray
- setValue(int, double) - Method in class net.imglib2.img.sparse.DoubleNtree
- setValue(int, float) - Method in class net.imglib2.converter.readwrite.RealFloatSamplerConverter.RealConvertingFloatAccess
-
This is only intended to work with FloatType! We ignore index!!!
- setValue(int, float) - Method in class net.imglib2.img.basictypeaccess.array.AbstractFloatArray
- setValue(int, float) - Method in class net.imglib2.img.basictypeaccess.array.DirtyFloatArray
- setValue(int, float) - Method in interface net.imglib2.img.basictypeaccess.FloatAccess
- setValue(int, float) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
- setValue(int, float) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileFloatArray
- setValue(int, float) - Method in class net.imglib2.img.sparse.FloatNtree
- setValue(int, int) - Method in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeARGBAccess
- setValue(int, int) - Method in class net.imglib2.converter.readwrite.CompositeARGBSamplerConverter.CompositeRGBAccess
- setValue(int, int) - Method in class net.imglib2.img.basictypeaccess.array.AbstractIntArray
- setValue(int, int) - Method in class net.imglib2.img.basictypeaccess.array.DirtyIntArray
- setValue(int, int) - Method in interface net.imglib2.img.basictypeaccess.IntAccess
- setValue(int, int) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
- setValue(int, int) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileIntArray
- setValue(int, int) - Method in class net.imglib2.img.sparse.IntNtree
- setValue(int, long) - Method in class net.imglib2.img.basictypeaccess.array.AbstractLongArray
- setValue(int, long) - Method in class net.imglib2.img.basictypeaccess.array.DirtyLongArray
- setValue(int, long) - Method in interface net.imglib2.img.basictypeaccess.LongAccess
- setValue(int, long) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
- setValue(int, long) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileLongArray
- setValue(int, long) - Method in class net.imglib2.img.sparse.LongNtree
- setValue(int, short) - Method in class net.imglib2.img.basictypeaccess.array.AbstractShortArray
- setValue(int, short) - Method in class net.imglib2.img.basictypeaccess.array.DirtyShortArray
- setValue(int, short) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- setValue(int, short) - Method in interface net.imglib2.img.basictypeaccess.ShortAccess
- setValue(int, short) - Method in class net.imglib2.img.basictypeaccess.volatiles.array.DirtyVolatileShortArray
- setValue(int, short) - Method in class net.imglib2.img.sparse.ShortNtree
- setValue(long) - Method in class net.imglib2.type.numeric.integer.GenericLongType
-
Deprecated.Use
GenericLongType.setLong(long)instead. - setValue(short) - Method in class net.imglib2.type.numeric.integer.GenericShortType
-
Deprecated.Use
GenericShortType.setShort(short)instead. - setValue(T) - Method in class net.imglib2.img.sparse.Ntree.NtreeNode
- setValue(T) - Method in class net.imglib2.outofbounds.OutOfBoundsConstantValueFactory
- setValues(AbstractByteArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Copy values from a
AbstractByteArray. - setValues(AbstractByteArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Copy values from a
AbstractByteArray. - setValues(AbstractCharArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Copy values from a
AbstractCharArray. - setValues(AbstractCharArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Copy values from a
AbstractCharArray. - setValues(AbstractDoubleArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Copy values from a
AbstractDoubleArray. - setValues(AbstractDoubleArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Copy values from a
AbstractDoubleArray. - setValues(AbstractFloatArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Copy values from a
AbstractFloatArray. - setValues(AbstractFloatArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Copy values from a
AbstractFloatArray. - setValues(AbstractIntArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Copy values from a
AbstractIntArray. - setValues(AbstractIntArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Copy values from a
AbstractIntArray. - setValues(AbstractLongArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Copy values from a
AbstractLongArray. - setValues(AbstractLongArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Copy values from a
AbstractLongArray. - setValues(AbstractShortArray<?>) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Copy values from a
AbstractShortArray. - setValues(AbstractShortArray<?>, int, int) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Copy values from a
AbstractShortArray. - setValues(ByteBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.ByteBufferAccess
-
Copy values from another ByteBufferAccess.
- setValues(CharBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.CharBufferAccess
-
Copy values from another CharBufferAccess.
- setValues(DoubleBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.DoubleBufferAccess
-
Copy values from another DoubleBufferAccess.
- setValues(FloatBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Copy values from another FloatBufferAccess.
- setValues(IntBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Copy values from another IntBufferAccess.
- setValues(LongBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.LongBufferAccess
-
Copy values from another LongBufferAccess.
- setValues(ShortBufferAccess) - Method in class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Copy values from another ShortBufferAccess.
- setZero() - Method in class net.imglib2.type.logic.BitType
- setZero() - Method in class net.imglib2.type.logic.NativeBoolType
- setZero() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- setZero() - Method in class net.imglib2.type.numeric.ARGBType
- setZero() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- setZero() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- setZero() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- setZero() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- setZero() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- setZero() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- setZero() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- setZero() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- setZero() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- setZero() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- setZero() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- setZero() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- setZero() - Method in class net.imglib2.type.numeric.real.FloatType
- setZero() - Method in interface net.imglib2.type.operators.SetZero
- setZero() - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- setZero() - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- setZero() - Method in class net.imglib2.view.composite.AbstractNumericComposite
- SetZero - Interface in net.imglib2.type.operators
- shear(RandomAccessible<T>, int, int) - Static method in class net.imglib2.view.Views
-
Positive shear transform of a RandomAccessible using
ShearTransform, i.e. - shear(RandomAccessible<T>, Interval, int, int) - Static method in class net.imglib2.view.Views
-
Positive shear transform of a RandomAccessible using
ShearTransform, i.e. - shearDimension - Variable in class net.imglib2.transform.integer.shear.AbstractShearTransform
- ShearTransform - Class in net.imglib2.transform.integer.shear
-
Forward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] += coordinate[ referenceDimension ]
- ShearTransform(int, int, int) - Constructor for class net.imglib2.transform.integer.shear.ShearTransform
- ShearTransform(int, int, int, AbstractShearTransform) - Constructor for class net.imglib2.transform.integer.shear.ShearTransform
-
Protected constructor for passing an inverse to avoid construction of unnecessary objects.
- shift - Variable in enum net.imglib2.converter.ChannelARGBConverter.Channel
- shift - Variable in class net.imglib2.converter.ChannelARGBConverter
- shift - Variable in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
- shifts - Static variable in class net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
- SHORT - net.imglib2.type.PrimitiveType
- SHORT - Static variable in interface net.imglib2.blocks.MemCopy
- SHORT - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- SHORT(Function<NativeImg<T, ? extends A>, T>) - Static method in class net.imglib2.type.NativeTypeFactory
- ShortAccess - Interface in net.imglib2.img.basictypeaccess
-
TODO
- ShortArray - Class in net.imglib2.img.basictypeaccess.array
- ShortArray(int) - Constructor for class net.imglib2.img.basictypeaccess.array.ShortArray
- ShortArray(short[]) - Constructor for class net.imglib2.img.basictypeaccess.array.ShortArray
- ShortAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<ShortType, ShortArray>. - ShortAWTScreenImage(ArrayImg<ShortType, ShortArray>) - Constructor for class net.imglib2.display.screenimage.awt.ShortAWTScreenImage
- ShortAWTScreenImage(ShortType, ShortArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.ShortAWTScreenImage
- ShortBufferAccess - Class in net.imglib2.img.basictypeaccess.nio
-
Access for
ShortBuffer - ShortBufferAccess() - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortBufferAccess(int) - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortBufferAccess(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortBufferAccess(ByteBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortBufferAccess(ByteBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortBufferAccess(ShortBuffer) - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortBufferAccess(ShortBuffer, boolean) - Constructor for class net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
- ShortConverter() - Constructor for class net.imglib2.converter.RealTypeConverterInternals.ShortConverter
- ShortNtree - Class in net.imglib2.img.sparse
- ShortNtree(long[], long[], short) - Constructor for class net.imglib2.img.sparse.ShortNtree
- ShortNtree(Ntree<Short>, long[]) - Constructor for class net.imglib2.img.sparse.ShortNtree
- shorts(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- shorts(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- shorts(short[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- shorts(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- ShortType - Class in net.imglib2.type.numeric.integer
-
TODO
- ShortType() - Constructor for class net.imglib2.type.numeric.integer.ShortType
- ShortType(short) - Constructor for class net.imglib2.type.numeric.integer.ShortType
- ShortType(ShortAccess) - Constructor for class net.imglib2.type.numeric.integer.ShortType
- ShortType(NativeImg<?, ? extends ShortAccess>) - Constructor for class net.imglib2.type.numeric.integer.ShortType
- shutdown() - Method in class net.imglib2.parallel.ForkJoinExecutorService
- shutdown() - Method in class net.imglib2.parallel.SequentialExecutorService
- shutdownNow() - Method in class net.imglib2.parallel.ForkJoinExecutorService
- shutdownNow() - Method in class net.imglib2.parallel.SequentialExecutorService
- signature - Variable in class net.imglib2.loops.ClassCopyProvider
- SignedByteDataBuffer - Class in net.imglib2.display.awt
-
DataBuffer that stores signed bytes.
- SignedByteDataBuffer(byte[][], int) - Constructor for class net.imglib2.display.awt.SignedByteDataBuffer
-
Construct a new buffer of signed bytes using the given 2D byte array.
- SignedByteDataBuffer(byte[], int) - Constructor for class net.imglib2.display.awt.SignedByteDataBuffer
-
Construct a new buffer of signed bytes using the given byte array.
- SignedShortDataBuffer - Class in net.imglib2.display.awt
-
DataBuffer that stores signed shorts.
- SignedShortDataBuffer(int) - Constructor for class net.imglib2.display.awt.SignedShortDataBuffer
- SignedShortDataBuffer(int, int) - Constructor for class net.imglib2.display.awt.SignedShortDataBuffer
- SignedShortDataBuffer(short[][], int) - Constructor for class net.imglib2.display.awt.SignedShortDataBuffer
- SignedShortDataBuffer(short[][], int, int[]) - Constructor for class net.imglib2.display.awt.SignedShortDataBuffer
- SignedShortDataBuffer(short[], int) - Constructor for class net.imglib2.display.awt.SignedShortDataBuffer
- SignedShortDataBuffer(short[], int, int) - Constructor for class net.imglib2.display.awt.SignedShortDataBuffer
- signedTypes - Static variable in class net.imglib2.type.numeric.integer.IntegerTypes
- simplifyTransforms() - Method in class net.imglib2.view.TransformBuilder
-
Simplify the
TransformBuilder.transformslist. - SINGLE - net.imglib2.outofbounds.OutOfBoundsMirrorFactory.Boundary
- SingleDimensionPermutationTransform - Class in net.imglib2.transform.integer.permutation
- SingleDimensionPermutationTransform(int[], int, int, int) - Constructor for class net.imglib2.transform.integer.permutation.SingleDimensionPermutationTransform
- singleThreaded() - Static method in class net.imglib2.parallel.TaskExecutors
-
TaskExecutorfor single threaded execution. - sinv - Variable in class net.imglib2.blocks.PermuteInvert
- SixConsumerRunnable(LoopBuilder.SixConsumer<A, B, C, D, E, F>, Sampler<A>, Sampler<B>, Sampler<C>, Sampler<D>, Sampler<E>, Sampler<F>) - Constructor for class net.imglib2.loops.BindActionToSamplers.SixConsumerRunnable
- SixCursorLoop(LoopBuilder.SixConsumer<A, B, C, D, E, F>, Cursor<A>, Cursor<B>, Cursor<C>, Cursor<D>, Cursor<E>, Cursor<F>) - Constructor for class net.imglib2.loops.FastCursorLoops.SixCursorLoop
- size - Variable in class net.imglib2.img.array.AbstractArrayCursor
-
Size of this cursor
- size - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
Size of this cursor.
- size - Variable in class net.imglib2.img.cell.CellGrid.CellIntervals
- size - Variable in class net.imglib2.interpolation.randomaccess.LanczosInterpolator
- size - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- size - Variable in class net.imglib2.util.FlatCollections.CollectionFromII
- size - Variable in class net.imglib2.util.FlatCollections.ListFromRAI
- size - Variable in class net.imglib2.util.Grid.CellIntervals
- size - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- size() - Method in class net.imglib2.converter.AbstractConvertedIterableInterval
- size() - Method in class net.imglib2.converter.AbstractConvertedIterableRandomAccessibleInterval
- size() - Method in class net.imglib2.converter.AbstractConvertedIterableRealInterval
- size() - Method in class net.imglib2.converter.AbstractConvertedRandomAccessibleInterval
- size() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
- size() - Method in class net.imglib2.histogram.Histogram1d
- size() - Method in class net.imglib2.histogram.HistogramNd
- size() - Method in class net.imglib2.img.AbstractImg
- size() - Method in class net.imglib2.img.cell.Cell
- size() - Method in class net.imglib2.img.cell.CellGrid.CellIntervals
- size() - Method in interface net.imglib2.IterableRealInterval
-
Returns the number of elements in this
Function. - size() - Method in class net.imglib2.kdtree.KDTreeImpl
- size() - Method in class net.imglib2.KDTree
- size() - Method in class net.imglib2.PointSampleList
- size() - Method in interface net.imglib2.RandomAccessibleInterval
- size() - Method in class net.imglib2.RealPointSampleList
- size() - Method in class net.imglib2.util.FlatCollections.CollectionFromII
- size() - Method in class net.imglib2.util.FlatCollections.ListFromRAI
- size() - Method in class net.imglib2.util.Grid.CellIntervals
- size() - Method in class net.imglib2.view.IntervalView
- size() - Method in class net.imglib2.view.IterableRandomAccessibleInterval
- size() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.IterableIntervalView
- size() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- size() - Method in class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- size(Interval, int) - Method in class net.imglib2.img.array.ArrayImg
- sizeAsInt(long) - Static method in class net.imglib2.util.FlatCollections
- slice - Variable in class net.imglib2.img.planar.PlanarSpliterator
- slice - Variable in class net.imglib2.view.StackView.DefaultRA
- slice - Variable in class net.imglib2.view.StackView.MoveAllSlicesRA
- Slice(SubIntervalIterable<T>, Interval, SlicingTransform, boolean) - Constructor for class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- sliceAccess - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- sliceAccess - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- sliceAccess - Variable in class net.imglib2.view.StackView.DefaultRA
- SliceAccess(PlanarImg<?, ?>) - Constructor for class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- sliceAccess2 - Variable in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- sliceAccesses - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- sliceAccesses - Variable in class net.imglib2.view.StackView.DefaultRA
- sliceAccesses - Variable in class net.imglib2.view.StackView.MoveAllSlicesRA
- sliceIndex - Variable in class net.imglib2.img.planar.PlanarCursor
- sliceIndex - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
- sliceIndex - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Current slice index
- sliceIndex - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Current slice index
- sliceIndex - Variable in class net.imglib2.img.planar.PlanarRandomAccess
- sliceIndex - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- slices - Variable in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- slices - Variable in class net.imglib2.view.StackView
- sliceSteps - Variable in class net.imglib2.img.planar.PlanarImg
- sliceSteps - Variable in class net.imglib2.img.planar.PlanarRandomAccess
- Slicing - Interface in net.imglib2.transform.integer
-
TODO
- SlicingCursor<T> - Class in net.imglib2.view.iteration
-
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
- SlicingCursor(Cursor<T>, Slicing) - Constructor for class net.imglib2.view.iteration.SlicingCursor
- SlicingCursor(SlicingCursor<T>) - Constructor for class net.imglib2.view.iteration.SlicingCursor
- SlicingRandomAccess<T> - Class in net.imglib2.view
- SlicingRandomAccess(RandomAccess<T>, Slicing) - Constructor for class net.imglib2.view.SlicingRandomAccess
- SlicingRandomAccess(SlicingRandomAccess<T>) - Constructor for class net.imglib2.view.SlicingRandomAccess
- SlicingTransform - Class in net.imglib2.transform.integer
-
Map the components of the source vector to a slice of the target space, for instance transform (x,y) to (x,C,y) where C is a constant.
- SlicingTransform(int, int) - Constructor for class net.imglib2.transform.integer.SlicingTransform
- smallerThanInt(RealType<?>) - Static method in class net.imglib2.converter.RealTypeConverterInternals
- smallestContainingInterval(RealInterval) - Static method in class net.imglib2.util.Intervals
-
Compute the smallest
Intervalcontaining the specifiedRealInterval. - smallestType(boolean, long) - Static method in class net.imglib2.type.numeric.integer.IntegerTypes
-
Get an
IntegerTypethat can hold the givenmaxvalue. - smallestType(long, long) - Static method in class net.imglib2.type.numeric.integer.IntegerTypes
- sort() - Method in class net.imglib2.kdtree.RadiusNeighborSearchImpl.Neighbors
- source - Variable in class net.imglib2.AbstractWrappedLocalizable
- source - Variable in class net.imglib2.blocks.FallbackPrimitiveBlocks
- source - Variable in class net.imglib2.converter.AbstractConvertedCursor
- source - Variable in class net.imglib2.converter.AbstractConvertedRandomAccess
- source - Variable in class net.imglib2.converter.AbstractConvertedRandomAccessible
- source - Variable in class net.imglib2.converter.AbstractConvertedRealCursor
- source - Variable in class net.imglib2.converter.AbstractConvertedRealRandomAccess
- source - Variable in class net.imglib2.converter.AbstractConvertedRealRandomAccessible
- source - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- source - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- source - Variable in class net.imglib2.display.projector.IterableIntervalProjector2D
- source - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- source - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- source - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- source - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- source - Variable in class net.imglib2.interpolation.Interpolant
- source - Variable in class net.imglib2.view.BundleView
- source - Variable in class net.imglib2.view.composite.CompositeView
- source - Variable in class net.imglib2.view.composite.InflateView
- source - Variable in class net.imglib2.view.composite.InterleaveView
- source - Variable in class net.imglib2.view.ExtendedRandomAccessibleInterval
- source - Variable in class net.imglib2.view.ExtendedRealRandomAccessibleRealInterval
- source - Variable in class net.imglib2.view.FunctionView
- source - Variable in class net.imglib2.view.HyperSlice
- source - Variable in class net.imglib2.view.HyperSlicesView
- source - Variable in class net.imglib2.view.IntervalView
-
The source
RandomAccessible. - source - Variable in class net.imglib2.view.MixedTransformView
- source - Variable in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible
- source - Variable in class net.imglib2.view.SubsampleView
- source - Variable in class net.imglib2.view.TransformBuilder
-
Provides the untransformed random access.
- source - Variable in class net.imglib2.view.TransformRandomAccess
-
source RandomAccess.
- source - Variable in class net.imglib2.view.TransformView
- sourceA - Variable in class net.imglib2.view.RandomAccessiblePair
- sourceAccess - Variable in class net.imglib2.view.composite.AbstractComposite
- sourceAccess - Variable in class net.imglib2.view.composite.CompositeView.CompositeRandomAccess
- sourceAccess - Variable in class net.imglib2.view.composite.InflateView.InflateRandomAccess
- sourceAccess - Variable in class net.imglib2.view.composite.InterleaveView.InterleaveRandomAccess
- sourceAccess - Variable in class net.imglib2.view.HyperSlice.HyperSliceRandomAccess
- sourceAccess - Variable in class net.imglib2.view.RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
- sourceArray - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- sourceArray - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- sourceB - Variable in class net.imglib2.converter.read.BiConvertedCursor
- sourceB - Variable in class net.imglib2.converter.read.BiConvertedRandomAccess
- sourceB - Variable in class net.imglib2.converter.read.BiConvertedRandomAccessible
- sourceB - Variable in class net.imglib2.converter.read.BiConvertedRealCursor
- sourceB - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccess
- sourceB - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccessible
- sourceB - Variable in class net.imglib2.view.RandomAccessiblePair
- sourceComponent - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
-
for each component of the source vector: to which target vector component should it be taken.
- sourceComponent - Variable in class net.imglib2.view.FullSourceMapSlicingRandomAccess
-
for each component of the source vector: to which target vector component should it be taken.
- sourceComponent - Variable in class net.imglib2.view.iteration.SlicingCursor
-
for each component of the source vector: to which target vector component should it be taken.
- sourceComponent - Variable in class net.imglib2.view.MixedRandomAccess
-
for each component of the source vector: to which target vector component should it be taken.
- sourceComponent - Variable in class net.imglib2.view.SlicingRandomAccess
-
for each component of the source vector: to which target vector component should it be taken.
- sourceInterval - Variable in class net.imglib2.AbstractWrappedRealInterval
- sourceInterval - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- sourceInterval(Interval) - Method in class net.imglib2.view.HyperSlice
-
Generates a
FinalIntervalwhose boundaries are the current position of the hyperslice andintervalon the hyperslice. - sourceIntervalB - Variable in class net.imglib2.converter.read.BiConvertedIterableInterval
- sourceIntervalB - Variable in class net.imglib2.converter.read.BiConvertedIterableRealInterval
- sourceIntervalB - Variable in class net.imglib2.converter.read.BiConvertedRandomAccessibleInterval
- sourceIntervalB - Variable in class net.imglib2.converter.read.BiConvertedRealRandomAccessibleRealInterval
- sourceInv - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
-
for each component of the source vector: should the target vector component be inverted (true).
- sourceInv - Variable in class net.imglib2.view.MixedRandomAccess
-
for each component of the source vector: should the target vector component be inverted (true).
- sourceRandomAccess - Variable in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- sourceZero - Variable in class net.imglib2.view.MixedRandomAccess
-
for each component of the source vector: should the value be taken to a target vector component (false) or should it be discarded (true).
- sourceZero - Variable in class net.imglib2.view.SlicingRandomAccess
-
for each component of the source vector: should the value be taken to a target vector component (false) or should it be discarded (true).
- split(MixedTransform) - Static method in class net.imglib2.blocks.PrimitiveBlocksUtils
-
Split
transformintopermuteInvert, a pure axis permutation followed by inversion of some axes, andremainder, a remainder transformation, such thatremainder * permuteInvert == transform. - splitDimension(int) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Get the dimension along which node
idivides the space. - spliterator() - Method in class net.imglib2.img.array.ArrayImg
- spliterator() - Method in class net.imglib2.img.cell.AbstractCellImg
- spliterator() - Method in class net.imglib2.img.planar.PlanarImg
- spliterator() - Method in interface net.imglib2.IterableInterval
-
Creates a
LocalizableSpliteratorover the elements of thisIterableInterval. - spliterator() - Method in interface net.imglib2.IterableRealInterval
-
Creates a
RealLocalizableSpliteratorover the elements of thisIterableRealInterval. - spliterator() - Method in class net.imglib2.view.IntervalView
- splitTransform() - Method in class net.imglib2.blocks.ViewAnalyzer
-
Split
ViewAnalyzer.transformintoViewAnalyzer.permuteInvertTransform, a pure axis permutation followed by inversion of some axes, andViewAnalyzer.remainderTransform, a remainder transformation, such thatremainder * permuteInvert == transform. - squareDistance - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
- squareDistance(double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
get the squared length of (a - b).
- squareDistance(RealLocalizable) - Method in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
-
Calculate the square Euclidean distance of a query location to the location stored in referenceLocation.
- squareDistance(RealLocalizable) - Method in class net.imglib2.neighborsearch.NearestNeighborSearchOnIterableRealInterval
-
Calculate the square Euclidean distance of a query location to the location stored in referenceLocation.
- squareDistances - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnIterableRealInterval
- squareLength(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
get the squared length of a.
- squDistance(int, double[]) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Compute the squared distance from node
itopos. - squDistance(int, float[]) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Compute the squared distance from node
itopos. - squDistance(int, RealLocalizable) - Method in class net.imglib2.kdtree.KDTreeImpl
-
Compute the squared distance from node
itopos. - squDistanceTo(double[]) - Method in class net.imglib2.KDTreeNode
-
Compute the squared distance from p to this node.
- squDistanceTo(float[]) - Method in class net.imglib2.KDTreeNode
-
Compute the squared distance from p to this node.
- squDistanceTo(RealLocalizable) - Method in class net.imglib2.KDTreeNode
-
Compute the squared distance from p to this node.
- src - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- srcDims - Variable in class net.imglib2.blocks.ArrayImgRangeCopier
- srcDims - Variable in class net.imglib2.blocks.CellImgRangeCopier
- srcDims - Variable in class net.imglib2.blocks.PlanarImgRangeCopier
- srcWrapper - Variable in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- ssize - Variable in class net.imglib2.blocks.PermuteInvert
- ssteps - Variable in class net.imglib2.blocks.PermuteInvert
- stack(List<? extends RandomAccessibleInterval<T>>) - Static method in class net.imglib2.view.Views
-
Form a (n+1)-dimensional
RandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals. - stack(RandomAccessibleInterval<T>...) - Static method in class net.imglib2.view.Views
-
Form a (n+1)-dimensional
RandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals. - stack(StackView.StackAccessMode, List<? extends RandomAccessibleInterval<T>>) - Static method in class net.imglib2.view.Views
-
Form a (n+1)-dimensional
RandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals. - stack(StackView.StackAccessMode, RandomAccessibleInterval<T>...) - Static method in class net.imglib2.view.Views
-
Form a (n+1)-dimensional
RandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals. - stackAccessMode - Variable in class net.imglib2.view.StackView
- StackAccessMode() - Constructor for enum net.imglib2.view.StackView.StackAccessMode
- StackView<T> - Class in net.imglib2.view
-
A stack of n-dimensional
RandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval. - StackView(List<? extends RandomAccessibleInterval<T>>) - Constructor for class net.imglib2.view.StackView
- StackView(List<? extends RandomAccessibleInterval<T>>, StackView.StackAccessMode) - Constructor for class net.imglib2.view.StackView
- StackView.DefaultRA<T> - Class in net.imglib2.view
-
A
RandomAccesson aStackView. - StackView.MoveAllSlicesRA<T> - Class in net.imglib2.view
-
A
RandomAccesson aStackView. - StackView.StackAccessMode - Enum in net.imglib2.view
-
Describes how a
RandomAccesson the (n+1)-dimensionalStackViewmaps position changes into position changes of the underlying n-dimensionalRandomAccesses. - start() - Method in class net.imglib2.util.StopWatch
-
Start the clock.
- started - Variable in class net.imglib2.util.StopWatch
- STAY - net.imglib2.blocks.Ranges.Direction
- step - Variable in class net.imglib2.img.list.AbstractListImg
- step - Variable in class net.imglib2.img.list.AbstractLongListImg
- step - Variable in class net.imglib2.iterator.LocalizingRealIntervalIterator
- steps - Variable in class net.imglib2.blocks.PlanarImgRangeCopier.SliceAccess
- steps - Variable in class net.imglib2.img.array.ArrayImg
- steps - Variable in class net.imglib2.img.cell.Cell
- steps - Variable in class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- steps - Variable in class net.imglib2.img.cell.CellGrid
- steps - Variable in class net.imglib2.iterator.IntervalIterator
- steps - Variable in class net.imglib2.view.SubsampleView
- steps() - Method in class net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
- stop() - Method in class net.imglib2.util.StopWatch
-
Stop the clock.
- StopWatch - Class in net.imglib2.util
-
Utility class to measure time differences in nano-seconds, based on
System.nanoTime(). - StopWatch() - Constructor for class net.imglib2.util.StopWatch
-
Use
StopWatch.createStopped()orStopWatch.createAndStart()to create a StopWatch. - stream() - Method in interface net.imglib2.IterableRealInterval
-
Returns a sequential
Streamover the elements of thisIterableRealInterval. - Streams - Class in net.imglib2.stream
-
Utilities for creating "localizable Streams".
- Streams() - Constructor for class net.imglib2.stream.Streams
- sub(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- sub(BitType) - Method in class net.imglib2.type.logic.BitType
- sub(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- sub(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- sub(ComplexFloatType) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- sub(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
-
Relies on
BigInteger.subtract(BigInteger). - sub(UnsignedByteType) - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- sub(UnsignedIntType) - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- sub(UnsignedLongType) - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- sub(UnsignedShortType) - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- sub(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- sub(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- sub(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- sub(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- sub(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- sub(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- sub(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- sub(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- sub(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- sub(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- sub(T) - Method in interface net.imglib2.type.operators.Sub
- sub(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- sub(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- Sub<T> - Interface in net.imglib2.type.operators
- SubInterval(SubIntervalIterable<T>) - Constructor for class net.imglib2.view.iteration.IterableTransformBuilder.SubInterval
- SubIntervalIterable<T> - Interface in net.imglib2.view.iteration
- subIntervalIterationOrder(Interval) - Method in class net.imglib2.img.array.ArrayImg
-
Returns the iteration order given the interval.
- subIntervalIterationOrder(Interval) - Method in class net.imglib2.img.ImgView
- subIntervalIterationOrder(Interval) - Method in class net.imglib2.img.planar.PlanarImg
-
Returns the iteration order given the interval.
- subIntervalIterationOrder(Interval) - Method in interface net.imglib2.view.iteration.SubIntervalIterable
-
Returns the iteration order given the interval.
- submit(Runnable) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- submit(Runnable, T) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- submit(Callable<T>) - Method in class net.imglib2.parallel.ForkJoinExecutorService
- subsample(RandomAccessible<T>, long) - Static method in class net.imglib2.view.Views
-
Sample only every stepth value of a source
RandomAccessible. - subsample(RandomAccessible<T>, long...) - Static method in class net.imglib2.view.Views
-
Sample only every stepdth value of a source
RandomAccessible. - subsample(RandomAccessibleInterval<T>, long) - Static method in class net.imglib2.view.Views
-
Sample only every stepth value of a source
RandomAccessibleInterval. - subsample(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Sample only every stepdth value of a source
RandomAccessibleInterval. - SubsampleIntervalView<T> - Class in net.imglib2.view
-
SubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval. - SubsampleIntervalView(RandomAccessibleInterval<T>, long) - Constructor for class net.imglib2.view.SubsampleIntervalView
- SubsampleIntervalView(RandomAccessibleInterval<T>, long...) - Constructor for class net.imglib2.view.SubsampleIntervalView
- SubsampleRandomAccess() - Constructor for class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- SubsampleRandomAccess(Interval) - Constructor for class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- SubsampleRandomAccess(RandomAccess<T>) - Constructor for class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- SubsampleView<T> - Class in net.imglib2.view
-
SubsampleViewis a view that provides access to only every sdth value of a sourceRandomAccessible. - SubsampleView(RandomAccessible<T>, long) - Constructor for class net.imglib2.view.SubsampleView
- SubsampleView(RandomAccessible<T>, long...) - Constructor for class net.imglib2.view.SubsampleView
- SubsampleView.SubsampleRandomAccess - Class in net.imglib2.view
- subtract(double[], double[], double[]) - Static method in class net.imglib2.util.LinAlgHelpers
-
set c = a - b.
- subtract(Iterable<List<T>>) - Method in class net.imglib2.histogram.HistogramNd
- subtract(Iterable<T>) - Method in class net.imglib2.histogram.Histogram1d
- subtract(List<Iterable<T>>) - Method in class net.imglib2.histogram.HistogramNd
- subtractData(Iterable<List<T>>) - Method in class net.imglib2.histogram.HistogramNd
-
Uncounts some original data contained in a given iterable collection.
- subtractData(Iterable<T>) - Method in class net.imglib2.histogram.Histogram1d
-
Uncounts some original data contained in a given iterable collection.
- subtractData(List<Iterable<T>>) - Method in class net.imglib2.histogram.HistogramNd
-
Uncounts some original data contained in a given iterable collection.
- suggestChunkSize(long[], long) - Static method in class net.imglib2.loops.IntervalChunks
-
Suggest a chunk size that can be used, to divide an interval of the given dimensions, into the given number of chunks.
- suggestNumberOfTasks() - Method in class net.imglib2.parallel.DefaultTaskExecutor
- suggestNumberOfTasks() - Method in class net.imglib2.parallel.SequentialTaskExecutor
- suggestNumberOfTasks() - Method in interface net.imglib2.parallel.TaskExecutor
-
If there is a big task that could be split into sub tasks for parallelization, this method gives you a reasonable number of sub tasks.
- sum - Variable in class net.imglib2.util.RealSum
- SuppliedCloseableThreadLocal(Supplier<? extends T>) - Constructor for class net.imglib2.util.CloseableThreadLocal.SuppliedCloseableThreadLocal
- supplier - Variable in class net.imglib2.util.CloseableThreadLocal.SuppliedCloseableThreadLocal
- supportsColor() - Method in class net.imglib2.display.ARGBARGBColorConverter
- supportsColor() - Method in interface net.imglib2.display.ColorConverter
- supportsColor() - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- supportsColor() - Method in class net.imglib2.display.ScaledARGBConverter
- supportsOptimizedCursor(Interval) - Method in class net.imglib2.img.array.ArrayImg
- supportsOptimizedCursor(Interval) - Method in class net.imglib2.img.ImgView
- supportsOptimizedCursor(Interval) - Method in class net.imglib2.img.planar.PlanarImg
- supportsOptimizedCursor(Interval) - Method in interface net.imglib2.view.iteration.SubIntervalIterable
- swap(int, int, int[]) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Swap
order[i]andorder[j]. - switchRealComplex() - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- SyncedPositionables - Class in net.imglib2.loops
-
Helper for the implementation of
LoopBuilder. - SyncedPositionables() - Constructor for class net.imglib2.loops.SyncedPositionables
- SyncedPositionables.Private - Class in net.imglib2.loops
- SyncedPositionables.Private.Forwarder - Interface in net.imglib2.loops
- SyncedPositionables.Private.Forwarder1 - Class in net.imglib2.loops
- SyncedPositionables.Private.Forwarder2 - Class in net.imglib2.loops
- SyncedPositionables.Private.Forwarder3 - Class in net.imglib2.loops
- SyncedPositionables.Private.Forwarder4 - Class in net.imglib2.loops
- SyncedPositionables.Private.Forwarder5 - Class in net.imglib2.loops
- SyncedPositionables.Private.GeneralForwarder - Class in net.imglib2.loops
T
- t - Variable in class net.imglib2.converter.readwrite.TypeUtils.ConstantSampler
- t - Variable in class net.imglib2.position.FunctionRandomAccessible.FunctionRandomAccess
- t - Variable in class net.imglib2.position.FunctionRealRandomAccessible.RealFunctionRealRandomAccess
- t - Variable in class net.imglib2.position.PositionRandomAccessible.PositionRandomAccess
- t - Variable in class net.imglib2.position.RealPositionRealRandomAccessible.RealPositionRealRandomAccess
- t - Variable in class net.imglib2.util.CloseableThreadLocal
- t - Variable in class net.imglib2.Volatile
- T - net.imglib2.type.label.BasePairBitType.Base
- tailBins - Variable in class net.imglib2.histogram.Integer1dBinMapper
- tailBins - Variable in class net.imglib2.histogram.Real1dBinMapper
- target - Variable in class net.imglib2.display.projector.composite.CompositeXYProjector
- target - Variable in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
- target - Variable in class net.imglib2.display.projector.IterableIntervalProjector2D
- target - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- target - Variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- target - Variable in class net.imglib2.position.transform.AbstractPositionableTransform
- targetArray - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYByteProjector
- targetArray - Variable in class net.imglib2.display.projector.specialized.ArrayImgXYShortProjector
- targetArray - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYByteProjector
- targetArray - Variable in class net.imglib2.display.projector.specialized.PlanarImgXYShortProjector
- taskExecutor - Variable in class net.imglib2.loops.IterableLoopBuilder
- taskExecutor - Variable in class net.imglib2.loops.LoopBuilder
- TaskExecutor - Interface in net.imglib2.parallel
-
TaskExecutoris recommended to be used in image processing algorithms instead ofExecutorService. - TaskExecutors - Class in net.imglib2.parallel
-
Utility class, with methods to create
TaskExecutors. - TaskExecutors() - Constructor for class net.imglib2.parallel.TaskExecutors
- TempArray<T> - Interface in net.imglib2.blocks
-
Provides a temporary array of type
T. - tempArrayConvert - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- TempArrayImpl<T> - Class in net.imglib2.blocks
- TempArrayImpl(PrimitiveTypeProperties<T, ?>) - Constructor for class net.imglib2.blocks.TempArrayImpl
- tempArrayPermute - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- threadFactory(Supplier<TaskExecutor>) - Static method in class net.imglib2.parallel.TaskExecutors
-
Returns a
ThreadFactory. - threadSafe() - Method in class net.imglib2.blocks.FallbackPrimitiveBlocks
- threadSafe() - Method in interface net.imglib2.blocks.PrimitiveBlocks
-
Get a thread-safe version of this
PrimitiveBlocks. - threadSafe() - Method in class net.imglib2.blocks.ViewPrimitiveBlocks
- threadSafeSupplier - Variable in class net.imglib2.blocks.ViewPrimitiveBlocks
- ThreeCursorLoop(LoopBuilder.TriConsumer<A, B, C>, Cursor<A>, Cursor<B>, Cursor<C>) - Constructor for class net.imglib2.loops.FastCursorLoops.ThreeCursorLoop
- ThreeCursorLoop(LoopBuilder.TriConsumer<A, B, C>, Cursor<A>, RandomAccess<B>, RandomAccess<C>) - Constructor for class net.imglib2.loops.FastCursorRandomAccessLoops.ThreeCursorLoop
- tiles(RandomAccessibleInterval<T>, int...) - Static method in class net.imglib2.view.Views
-
Split the
sourceimage into blocks of the giventileSize. - tiles(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Split the
sourceimage into blocks of the giventileSize. - time - Variable in class net.imglib2.util.StopWatch
- tmp - Variable in class net.imglib2.AbstractCursor
-
used internally to forward all localize() versions to the (abstract) long[] version.
- tmp - Variable in class net.imglib2.AbstractCursorInt
-
used internally to forward all localize() versions to the (abstract) int[] version.
- tmp - Variable in class net.imglib2.img.cell.CellSpliterator
-
used internally to forward all localize() versions to the (abstract) long[] version.
- tmp - Variable in class net.imglib2.img.planar.PlanarSpliterator
-
used internally to forward all localize() versions to the (abstract) int[] version.
- tmp - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
- tmp - Variable in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
-
required because (a - b) in (a - b) * w + b cannot become negative value in unsigned types and NumericType is not Comparable so we cannot have decide which of the two options (a - b) * w + b or (b - a) * w1 + a could work
- tmp - Variable in class net.imglib2.view.RandomAccessibleIntervalCursor
- tmp - Variable in class net.imglib2.view.SubsampleView.SubsampleRandomAccess
- tmp - Variable in class net.imglib2.view.TransformRandomAccess
- tmp - Variable in class net.imglib2.view.TranslationRandomAccess
- tmpDistance - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
- tmpDistance - Variable in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- tmpDistance - Variable in class net.imglib2.view.MixedRandomAccess
- tmpDistance - Variable in class net.imglib2.view.SlicingRandomAccess
- tmpIndices - Variable in class net.imglib2.img.cell.CellCursor
- tmpIndices - Variable in class net.imglib2.img.cell.CellSpliterator
- tmpInt - Variable in class net.imglib2.view.StackView.DefaultRA
- tmpInt - Variable in class net.imglib2.view.StackView.MoveAllSlicesRA
- tmpLong - Variable in class net.imglib2.view.StackView.DefaultRA
- tmpLong - Variable in class net.imglib2.view.StackView.MoveAllSlicesRA
- tmpPosition - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
- tmpPosition - Variable in class net.imglib2.view.FullSourceMapSlicingRandomAccess
- tmpPosition - Variable in class net.imglib2.view.iteration.SlicingCursor
- tmpPosition - Variable in class net.imglib2.view.MixedRandomAccess
- tmpPosition - Variable in class net.imglib2.view.SlicingRandomAccess
- toARGBInt() - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
-
Create and integer packed representation of this ARGB value.
- ToGray(double, double) - Constructor for class net.imglib2.display.ARGBARGBColorConverter.ToGray
- toLongArray() - Method in class net.imglib2.histogram.Histogram1d
-
Returns a bare long[] histogram with the same bin counts as this histogram.
- toString() - Method in class net.imglib2.AbstractCursor
- toString() - Method in class net.imglib2.AbstractCursorInt
- toString() - Method in class net.imglib2.AbstractInterval
- toString() - Method in class net.imglib2.AbstractRealInterval
- toString() - Method in class net.imglib2.blocks.ExtensionImpl.ConstantExtension
- toString() - Method in class net.imglib2.blocks.ExtensionImpl.DefaultExtension
- toString() - Method in class net.imglib2.blocks.ExtensionImpl.UnknownExtension
- toString() - Method in class net.imglib2.blocks.FallbackProperties
- toString() - Method in class net.imglib2.blocks.Ranges.Range
- toString() - Method in class net.imglib2.blocks.ViewNode.ConverterViewNode
- toString() - Method in class net.imglib2.blocks.ViewNode.DefaultViewNode
- toString() - Method in class net.imglib2.blocks.ViewNode.ExtensionViewNode
- toString() - Method in class net.imglib2.blocks.ViewNode.MixedTransformViewNode
- toString() - Method in class net.imglib2.blocks.ViewProperties
- toString() - Method in class net.imglib2.FinalDimensions
- toString() - Method in class net.imglib2.img.AbstractImg
- toString() - Method in class net.imglib2.img.array.AbstractArrayCursor
- toString() - Method in class net.imglib2.img.cell.CellCursor
- toString() - Method in class net.imglib2.img.cell.CellGrid
- toString() - Method in class net.imglib2.img.cell.CellSpliterator
- toString() - Method in class net.imglib2.img.planar.PlanarCursor
- toString() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
- toString() - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- toString() - Method in class net.imglib2.img.sparse.NtreeRandomAccess
- toString() - Method in class net.imglib2.iterator.IntervalIterator
- toString() - Method in class net.imglib2.iterator.LocalizingRealIntervalIterator
- toString() - Method in class net.imglib2.KDTree
- toString() - Method in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
- toString() - Method in class net.imglib2.outofbounds.OutOfBoundsBorder
- toString() - Method in class net.imglib2.outofbounds.OutOfBoundsPeriodic
- toString() - Method in class net.imglib2.Point
- toString() - Method in class net.imglib2.PointSample
- toString() - Method in class net.imglib2.position.transform.AbstractPositionableTransform
- toString() - Method in class net.imglib2.RealPoint
- toString() - Method in class net.imglib2.RealPointSample
- toString() - Method in class net.imglib2.transform.integer.MixedTransform
- toString() - Method in class net.imglib2.type.label.BasePairBitType
- toString() - Method in class net.imglib2.type.label.BasePairCharType
- toString() - Method in class net.imglib2.type.logic.BitType
- toString() - Method in class net.imglib2.type.logic.NativeBoolType
- toString() - Method in class net.imglib2.type.numeric.ARGBType
- toString() - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- toString() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
- toString() - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- toString() - Method in class net.imglib2.type.numeric.integer.GenericByteType
- toString() - Method in class net.imglib2.type.numeric.integer.GenericIntType
- toString() - Method in class net.imglib2.type.numeric.integer.GenericLongType
- toString() - Method in class net.imglib2.type.numeric.integer.GenericShortType
- toString() - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- toString() - Method in class net.imglib2.type.numeric.integer.UnsignedByteType
- toString() - Method in class net.imglib2.type.numeric.integer.UnsignedIntType
- toString() - Method in class net.imglib2.type.numeric.integer.UnsignedLongType
- toString() - Method in class net.imglib2.type.numeric.integer.UnsignedShortType
- toString() - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- toString() - Method in class net.imglib2.type.numeric.real.AbstractRealType
- toString() - Method in class net.imglib2.util.Grid
- toString() - Method in class net.imglib2.util.StopWatch
-
Get the total time the clock was running as string.
- toString() - Method in class net.imglib2.view.MixedTransformView
- toString(double[]) - Static method in class net.imglib2.util.LinAlgHelpers
- toString(double[][]) - Static method in class net.imglib2.util.LinAlgHelpers
- toString(double[][], String) - Static method in class net.imglib2.util.LinAlgHelpers
- toString(double[], String) - Static method in class net.imglib2.util.LinAlgHelpers
- toString(int, String, KDTreeNode<T>) - Method in class net.imglib2.KDTree
- toString(Dimensions) - Static method in class net.imglib2.util.Intervals
-
Converts the
Dimensionsinto a string. - toString(Interval) - Static method in class net.imglib2.util.Intervals
-
Returns a string that contains min, max and the dimensions of the
Interval. - toString(Localizable) - Static method in class net.imglib2.util.Localizables
-
Return the current position as string.
- toString(RealInterval) - Static method in class net.imglib2.util.Intervals
-
Returns a string that contains min and max of the
RealInterval. - toString(RealLocalizable) - Static method in class net.imglib2.util.Localizables
-
Return the current position as string.
- total - Variable in class net.imglib2.util.StopWatch
- totalCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the total count of all values observed; both within and without the entire distribution.
- totalCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the total count of all values observed; both within and without the entire distribution.
- totalValues - Variable in class net.imglib2.histogram.DiscreteFrequencyDistribution
- totalValues() - Method in class net.imglib2.histogram.DiscreteFrequencyDistribution
-
Returns the total number of values counted by this distribution.
- transform - Variable in class net.imglib2.blocks.ViewAnalyzer
-
The concatenated transform from the View
RandomAccessibleto the root. - transform - Variable in class net.imglib2.blocks.ViewProperties
- transform(BoundingBox) - Method in class net.imglib2.transform.integer.AbstractMixedTransform
- transform(BoundingBox) - Method in interface net.imglib2.transform.integer.BoundingBoxTransform
-
Return a transformed bounding box.
- transform(BoundingBox) - Method in class net.imglib2.transform.integer.shear.InverseShearTransform
- transform(BoundingBox) - Method in class net.imglib2.transform.integer.shear.ShearTransform
- transform(MixedTransform, BoundingBox) - Static method in class net.imglib2.blocks.ViewAnalyzer
-
Apply the
transformToSourceto a target bounding box to obtain a source bounding box. - transform(T) - Method in interface net.imglib2.transform.Transformable
-
Generate a copy of the object in the transformed space.
- Transform - Interface in net.imglib2.transform
-
Transformation from Zn to Zm.
- Transformable<O,T extends Transform> - Interface in net.imglib2.transform
-
A class is transformable if it can produce a copy of itself in the transformed space using the supplied transform.
- TransformBuilder<T> - Class in net.imglib2.view
-
The "brain" of the Views framework.
- TransformBuilder(Interval, RandomAccessible<T>) - Constructor for class net.imglib2.view.TransformBuilder
-
Create a new TransformBuilder.
- TransformedRandomAccessible<T> - Interface in net.imglib2.view
-
A view of a RandomAccessible which is related by a coordinate
Transformto its source. - TransformRandomAccess<T> - Class in net.imglib2.view
- TransformRandomAccess(RandomAccess<T>, Transform) - Constructor for class net.imglib2.view.TransformRandomAccess
- TransformRandomAccess(TransformRandomAccess<T>) - Constructor for class net.imglib2.view.TransformRandomAccess
- transforms - Variable in class net.imglib2.view.TransformBuilder
-
List of transforms that have to be applied when wrapping the
TransformBuilder.sourceRandomAccess to obtain a RandomAccess in the target coordinate system. - transformToSource - Variable in class net.imglib2.view.iteration.IterableTransformBuilder.Slice
- transformToSource - Variable in class net.imglib2.view.MixedTransformView
- transformToSource - Variable in class net.imglib2.view.TransformRandomAccess
- transformToSource - Variable in class net.imglib2.view.TransformView
- TransformView<T> - Class in net.imglib2.view
- TransformView(RandomAccessible<T>, Transform) - Constructor for class net.imglib2.view.TransformView
- translate(long...) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.translate(RandomAccessible, long...). - translate(Interval, long...) - Static method in class net.imglib2.util.Intervals
-
Translate an interval.
- translate(Interval, long, int) - Static method in class net.imglib2.util.Intervals
-
Translate an interval in one dimension.
- translate(RandomAccessible<T>, long...) - Static method in class net.imglib2.view.Views
-
Translate the source view by the given translation vector.
- translate(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Translate the source view by the given translation vector.
- translateInverse(long...) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.translateInverse(RandomAccessible, long...). - translateInverse(Interval, long...) - Static method in class net.imglib2.util.Intervals
-
Translate an interval by
-translation. - translateInverse(RandomAccessible<T>, long...) - Static method in class net.imglib2.view.Views
-
Translate the source view by the given inverse translation vector.
- translateInverse(RandomAccessibleInterval<T>, long...) - Static method in class net.imglib2.view.Views
-
Translate the source view by the given inverse translation vector.
- translation - Variable in class net.imglib2.transform.integer.MixedTransform
-
translation is added to the target vector after applying permutation, projection, inversion operations.
- translation - Variable in class net.imglib2.transform.integer.SlicingTransform
-
translation is added to the target vector after applying the permutation and project-up operations.
- translation - Variable in class net.imglib2.transform.integer.TranslationTransform
-
target = source + translation.
- translation - Variable in class net.imglib2.view.FullSourceMapMixedRandomAccess
- translation - Variable in class net.imglib2.view.MixedRandomAccess
- translation - Variable in class net.imglib2.view.TranslationRandomAccess
- Translation - Interface in net.imglib2.transform.integer
-
TODO
- TranslationRandomAccess<T> - Class in net.imglib2.view
-
TODO
- TranslationRandomAccess(RandomAccess<T>, Translation) - Constructor for class net.imglib2.view.TranslationRandomAccess
- TranslationRandomAccess(TranslationRandomAccess<T>) - Constructor for class net.imglib2.view.TranslationRandomAccess
- TranslationTransform - Class in net.imglib2.transform.integer
-
TODO
- TranslationTransform(int) - Constructor for class net.imglib2.transform.integer.TranslationTransform
- TranslationTransform(long[]) - Constructor for class net.imglib2.transform.integer.TranslationTransform
- TranslationTransform.InverseTranslationTransform - Class in net.imglib2.transform.integer
- tree - Variable in class net.imglib2.kdtree.KDTreeUtils.MakeTree
-
Node indices in a flattened (heap-like) array.
- tree - Variable in class net.imglib2.kdtree.KNearestNeighborSearchImpl
- tree - Variable in class net.imglib2.kdtree.NearestNeighborSearchImpl
- tree - Variable in class net.imglib2.kdtree.RadiusNeighborSearchImpl
- tree - Variable in class net.imglib2.KDTreeNode
- tree - Variable in class net.imglib2.neighborsearch.KNearestNeighborSearchOnKDTree
- tree - Variable in class net.imglib2.neighborsearch.NearestNeighborSearchOnKDTree
- tree - Variable in class net.imglib2.neighborsearch.RadiusNeighborSearchOnKDTree
- treeData - Variable in class net.imglib2.KDTree
- treeData() - Method in class net.imglib2.KDTree
-
Access to underlying data for serialization.
- TriConsumerRunnable(LoopBuilder.TriConsumer<A, B, C>, Sampler<A>, Sampler<B>, Sampler<C>) - Constructor for class net.imglib2.loops.BindActionToSamplers.TriConsumerRunnable
- tryAdvance(Consumer<? super LocalizableSampler<T>>) - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- tryAdvance(Consumer<? super RealLocalizableSampler<T>>) - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- tryAdvance(Consumer<? super T>) - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- tryAdvance(Consumer<? super T>) - Method in class net.imglib2.img.array.ArraySpliterator
- tryAdvance(Consumer<? super T>) - Method in class net.imglib2.img.cell.CellSpliterator
- tryAdvance(Consumer<? super T>) - Method in class net.imglib2.img.planar.PlanarSpliterator
- tryAdvance(Consumer<? super T>) - Method in class net.imglib2.stream.CursorSpliterator
- tryAdvance(Consumer<? super T>) - Method in class net.imglib2.stream.RealCursorSpliterator
- trySplit() - Method in class net.imglib2.img.array.ArrayLocalizingSpliterator
- trySplit() - Method in class net.imglib2.img.array.ArraySpliterator
- trySplit() - Method in class net.imglib2.img.cell.CellSpliterator
- trySplit() - Method in class net.imglib2.img.planar.PlanarSpliterator
- trySplit() - Method in class net.imglib2.stream.CursorSpliterator
- trySplit() - Method in class net.imglib2.stream.LocalizableSamplerWrapper
- trySplit() - Method in interface net.imglib2.stream.LocalizableSpliterator
- trySplit() - Method in class net.imglib2.stream.RealCursorSpliterator
- trySplit() - Method in class net.imglib2.stream.RealLocalizableSamplerWrapper
- trySplit() - Method in interface net.imglib2.stream.RealLocalizableSpliterator
- tsteps - Variable in class net.imglib2.blocks.PermuteInvert
- TwoCursorLoop(BiConsumer<A, B>, Cursor<A>, Cursor<B>) - Constructor for class net.imglib2.loops.FastCursorLoops.TwoCursorLoop
- TwoCursorLoop(BiConsumer<A, B>, Cursor<A>, RandomAccess<B>) - Constructor for class net.imglib2.loops.FastCursorRandomAccessLoops.TwoCursorLoop
- type - Variable in class net.imglib2.blocks.ExtensionImpl.DefaultExtension
- type - Variable in class net.imglib2.blocks.FallbackPrimitiveBlocks
- type - Variable in class net.imglib2.img.array.AbstractArrayCursor
-
An instance of T
- type - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
-
An instance of T.
- type - Variable in class net.imglib2.img.array.ArrayLocalizingSpliterator
- type - Variable in class net.imglib2.img.array.ArrayRandomAccess
- type - Variable in class net.imglib2.img.array.ArraySpliterator
- type - Variable in class net.imglib2.img.cell.CellCursor
- type - Variable in class net.imglib2.img.cell.CellLocalizingCursor
- type - Variable in class net.imglib2.img.cell.CellRandomAccess
- type - Variable in class net.imglib2.img.cell.CellSpliterator
- type - Variable in class net.imglib2.img.cell.LazyCellImg.LazyCells
- type - Variable in class net.imglib2.img.ImgFactory
- type - Variable in class net.imglib2.img.list.ListImg
- type - Variable in class net.imglib2.img.planar.PlanarCursor
- type - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
- type - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
-
Access to the type
- type - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
-
Access to the type
- type - Variable in class net.imglib2.img.planar.PlanarRandomAccess
- type - Variable in class net.imglib2.img.planar.PlanarSpliterator
- type - Variable in class net.imglib2.img.sparse.NtreeCursor
- type - Variable in class net.imglib2.img.sparse.NtreeRandomAccess
- type - Variable in class net.imglib2.kdtree.KDTreeData
- type - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- type() - Method in interface net.imglib2.blocks.Extension
- type() - Method in class net.imglib2.blocks.ExtensionImpl.DefaultExtension
- type() - Method in class net.imglib2.img.ImgFactory
- Type<T extends Type<T>> - Interface in net.imglib2.type
-
The
Typeinterface is responsible for accessing and manipulating (pixel) values. - Type(boolean) - Constructor for enum net.imglib2.blocks.Extension.Type
- TYPE_IDENTITY - Static variable in class net.imglib2.converter.RealTypeConverterInternals
- typeCell() - Static method in class net.imglib2.img.cell.LazyCellImg
-
Create a dummy Cell instance to be returned by
LazyCells.getType(). - Typed<T> - Interface in net.imglib2
- typeFactory - Static variable in class net.imglib2.type.label.BasePairBitType
- typeFactory - Static variable in class net.imglib2.type.label.BasePairCharType
- typeFactory - Static variable in class net.imglib2.type.logic.BitType
- typeFactory - Static variable in class net.imglib2.type.logic.NativeBoolType
- typeFactory - Static variable in class net.imglib2.type.numeric.ARGBType
- typeFactory - Static variable in class net.imglib2.type.numeric.complex.ComplexDoubleType
- typeFactory - Static variable in class net.imglib2.type.numeric.complex.ComplexFloatType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.ByteType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.IntType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.LongType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.ShortType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.Unsigned128BitType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.Unsigned12BitType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.Unsigned2BitType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.Unsigned4BitType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.UnsignedByteType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.UnsignedIntType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.UnsignedLongType
- typeFactory - Static variable in class net.imglib2.type.numeric.integer.UnsignedShortType
- typeFactory - Variable in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- typeFactory - Static variable in class net.imglib2.type.numeric.NativeARGBDoubleType
- typeFactory - Static variable in class net.imglib2.type.numeric.real.DoubleType
- typeFactory - Static variable in class net.imglib2.type.numeric.real.FloatType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileARGBType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileByteType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileDoubleType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileFloatType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileIntType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileLongType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileShortType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- typeFactory - Static variable in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- TypeIdentity<T extends Type<T>> - Class in net.imglib2.converter
-
TODO
- TypeIdentity() - Constructor for class net.imglib2.converter.TypeIdentity
- typeIndex - Variable in class net.imglib2.img.array.AbstractArrayCursor
- typeIndex - Variable in class net.imglib2.img.array.AbstractArrayLocalizingCursor
- typeIndex - Variable in class net.imglib2.img.array.ArrayRandomAccess
- typeIndex - Variable in class net.imglib2.img.cell.CellCursor
-
The current index of the type.
- typeIndex - Variable in class net.imglib2.img.cell.CellLocalizingCursor
- typeIndex - Variable in class net.imglib2.img.cell.CellRandomAccess
- typeIndex - Variable in class net.imglib2.img.planar.PlanarCursor
- typeIndex - Variable in class net.imglib2.img.planar.PlanarLocalizingCursor
- typeIndex - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetCursor
- typeIndex - Variable in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- typeIndex - Variable in class net.imglib2.img.planar.PlanarRandomAccess
- typeNeedsUpdate - Variable in class net.imglib2.img.cell.CellRandomAccess
- typeSupplier - Variable in class net.imglib2.position.AbstractFunctionEuclideanSpace
- TypeUtils - Class in net.imglib2.converter.readwrite
-
Helper method for implementing Typed::getType
- TypeUtils() - Constructor for class net.imglib2.converter.readwrite.TypeUtils
- TypeUtils.ConstantSampler<T> - Class in net.imglib2.converter.readwrite
U
- U - net.imglib2.type.label.BasePairBitType.Base
- unchecked(Object) - Static method in class net.imglib2.util.Cast
-
Performs an unchecked cast.
- UNDEFINED - net.imglib2.type.PrimitiveType
- unflatten(double[], int) - Static method in class net.imglib2.kdtree.KDTreeUtils
-
Transform flat
positionsarray into a nesteddouble[numDimensions][numPoints]array. - union(Interval, Interval) - Static method in class net.imglib2.util.Intervals
-
Compute the smallest interval that contains both input intervals.
- union(RealInterval, RealInterval) - Static method in class net.imglib2.util.Intervals
-
Compute the smallest interval that contains both input intervals.
- unionUnsafe(Interval, Interval) - Static method in class net.imglib2.util.Intervals
-
Compute the smallest interval that contains both input intervals.
- unionUnsafe(RealInterval, RealInterval) - Static method in class net.imglib2.util.Intervals
-
Compute the smallest interval that contains both input intervals.
- UNKNOWN - net.imglib2.blocks.Extension.Type
- UnknownExtension(OutOfBoundsFactory<T, F>) - Constructor for class net.imglib2.blocks.ExtensionImpl.UnknownExtension
- unshear(RandomAccessible<T>, int, int) - Static method in class net.imglib2.view.Views
-
Negative shear transform of a RandomAccessible using
InverseShearTransform, i.e. - unshear(RandomAccessible<T>, Interval, int, int) - Static method in class net.imglib2.view.Views
-
Negative shear transform of a RandomAccessible using
InverseShearTransform, i.e. - unsigned128Bits(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsigned128Bits(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- Unsigned128BitType - Class in net.imglib2.type.numeric.integer
-
A
Typewith a bit depth of 128. - Unsigned128BitType() - Constructor for class net.imglib2.type.numeric.integer.Unsigned128BitType
- Unsigned128BitType(long, long) - Constructor for class net.imglib2.type.numeric.integer.Unsigned128BitType
- Unsigned128BitType(BigInteger) - Constructor for class net.imglib2.type.numeric.integer.Unsigned128BitType
- Unsigned128BitType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.Unsigned128BitType
- Unsigned128BitType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.Unsigned128BitType
- unsigned12Bits(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsigned12Bits(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- Unsigned12BitType - Class in net.imglib2.type.numeric.integer
-
A 12-bit
Typewhose data is stored in aLongAccess. - Unsigned12BitType() - Constructor for class net.imglib2.type.numeric.integer.Unsigned12BitType
- Unsigned12BitType(long) - Constructor for class net.imglib2.type.numeric.integer.Unsigned12BitType
- Unsigned12BitType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.Unsigned12BitType
- Unsigned12BitType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.Unsigned12BitType
- unsigned2Bits(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsigned2Bits(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- Unsigned2BitType - Class in net.imglib2.type.numeric.integer
-
A
Typewith a bit depth of 2. - Unsigned2BitType() - Constructor for class net.imglib2.type.numeric.integer.Unsigned2BitType
- Unsigned2BitType(long) - Constructor for class net.imglib2.type.numeric.integer.Unsigned2BitType
- Unsigned2BitType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.Unsigned2BitType
- Unsigned2BitType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.Unsigned2BitType
- unsigned4Bits(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsigned4Bits(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- Unsigned4BitType - Class in net.imglib2.type.numeric.integer
-
A
Typewith a bit depth of 4. - Unsigned4BitType() - Constructor for class net.imglib2.type.numeric.integer.Unsigned4BitType
- Unsigned4BitType(long) - Constructor for class net.imglib2.type.numeric.integer.Unsigned4BitType
- Unsigned4BitType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.Unsigned4BitType
- Unsigned4BitType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.Unsigned4BitType
- UnsignedByteAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>. - UnsignedByteAWTScreenImage(ArrayImg<UnsignedByteType, ByteArray>) - Constructor for class net.imglib2.display.screenimage.awt.UnsignedByteAWTScreenImage
- UnsignedByteAWTScreenImage(UnsignedByteType, ByteArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.UnsignedByteAWTScreenImage
- unsignedBytes(byte[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedBytes(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedBytes(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- unsignedBytes(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- UnsignedByteType - Class in net.imglib2.type.numeric.integer
-
TODO
- UnsignedByteType() - Constructor for class net.imglib2.type.numeric.integer.UnsignedByteType
- UnsignedByteType(int) - Constructor for class net.imglib2.type.numeric.integer.UnsignedByteType
- UnsignedByteType(ByteAccess) - Constructor for class net.imglib2.type.numeric.integer.UnsignedByteType
- UnsignedByteType(NativeImg<?, ? extends ByteAccess>) - Constructor for class net.imglib2.type.numeric.integer.UnsignedByteType
- UnsignedIntAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<ShortType, ShortArray>. - UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType, IntArray>) - Constructor for class net.imglib2.display.screenimage.awt.UnsignedIntAWTScreenImage
- UnsignedIntAWTScreenImage(UnsignedIntType, IntArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.UnsignedIntAWTScreenImage
- UnsignedIntDataBuffer - Class in net.imglib2.display.awt
-
DataBuffer that stores unsigned ints.
- UnsignedIntDataBuffer(int[][], int) - Constructor for class net.imglib2.display.awt.UnsignedIntDataBuffer
-
Construct a new buffer of unsigned ints using the given 2D int array.
- UnsignedIntDataBuffer(int[], int) - Constructor for class net.imglib2.display.awt.UnsignedIntDataBuffer
-
Construct a new buffer of unsigned ints using the given int array.
- unsignedInts(int[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedInts(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedInts(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- unsignedInts(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- UnsignedIntType - Class in net.imglib2.type.numeric.integer
-
TODO
- UnsignedIntType() - Constructor for class net.imglib2.type.numeric.integer.UnsignedIntType
- UnsignedIntType(long) - Constructor for class net.imglib2.type.numeric.integer.UnsignedIntType
- UnsignedIntType(IntAccess) - Constructor for class net.imglib2.type.numeric.integer.UnsignedIntType
- UnsignedIntType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.numeric.integer.UnsignedIntType
- unsignedLongs(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedLongs(long[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedLongs(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedLongss(long[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
-
Deprecated.
- unsignedLongToDouble(long) - Static method in class net.imglib2.type.numeric.integer.UnsignedLongType
- UnsignedLongType - Class in net.imglib2.type.numeric.integer
-
TODO
- UnsignedLongType() - Constructor for class net.imglib2.type.numeric.integer.UnsignedLongType
- UnsignedLongType(long) - Constructor for class net.imglib2.type.numeric.integer.UnsignedLongType
- UnsignedLongType(BigInteger) - Constructor for class net.imglib2.type.numeric.integer.UnsignedLongType
- UnsignedLongType(LongAccess) - Constructor for class net.imglib2.type.numeric.integer.UnsignedLongType
- UnsignedLongType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.numeric.integer.UnsignedLongType
- UnsignedShortAWTScreenImage - Class in net.imglib2.display.screenimage.awt
-
A
AWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. - UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType, ShortArray>) - Constructor for class net.imglib2.display.screenimage.awt.UnsignedShortAWTScreenImage
- UnsignedShortAWTScreenImage(UnsignedShortType, ShortArray, long[]) - Constructor for class net.imglib2.display.screenimage.awt.UnsignedShortAWTScreenImage
- unsignedShorts(long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedShorts(long...) - Static method in class net.imglib2.img.planar.PlanarImgs
- unsignedShorts(short[], long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedShorts(A, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- UnsignedShortType - Class in net.imglib2.type.numeric.integer
-
TODO
- UnsignedShortType() - Constructor for class net.imglib2.type.numeric.integer.UnsignedShortType
- UnsignedShortType(int) - Constructor for class net.imglib2.type.numeric.integer.UnsignedShortType
- UnsignedShortType(ShortAccess) - Constructor for class net.imglib2.type.numeric.integer.UnsignedShortType
- UnsignedShortType(NativeImg<?, ? extends ShortAccess>) - Constructor for class net.imglib2.type.numeric.integer.UnsignedShortType
- unsignedTypes - Static variable in class net.imglib2.type.numeric.integer.IntegerTypes
- unsignedVariableBitLengths(int, long...) - Static method in class net.imglib2.img.array.ArrayImgs
- unsignedVariableBitLengths(A, int, long...) - Static method in class net.imglib2.img.array.ArrayImgs
-
Creates an
ArrayImg<UnsignedVariableBitLengthType,LongAccess> using aLongAccesspassed as argument. - UnsignedVariableBitLengthType - Class in net.imglib2.type.numeric.integer
-
A
Typewith arbitrary bit depth up to maximum 64 bits. - UnsignedVariableBitLengthType(int) - Constructor for class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- UnsignedVariableBitLengthType(long, int) - Constructor for class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- UnsignedVariableBitLengthType(LongAccess, int) - Constructor for class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- UnsignedVariableBitLengthType(NativeImg<?, ? extends LongAccess>, int) - Constructor for class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
- unwrapExecutionException(Throwable) - Method in class net.imglib2.parallel.DefaultTaskExecutor
-
ExecutorServicewrap all exceptions thrown by any task into aExecutionException, this makes the stack traces rather hard to read. - update() - Method in class net.imglib2.display.ARGBARGBColorConverter
- update() - Method in class net.imglib2.display.RealARGBColorConverterFactory.Imp
- update() - Method in class net.imglib2.display.ScaledARGBConverter
- update(Object) - Method in class net.imglib2.img.array.ArrayImg
- update(Object) - Method in class net.imglib2.img.cell.AbstractCellImg
- update(Object) - Method in interface net.imglib2.img.NativeImg
-
called by type with cursor.
- update(Object) - Method in class net.imglib2.img.planar.PlanarImg
- update(Object) - Method in class net.imglib2.img.sparse.NtreeImg
- updateContainer(Object) - Method in class net.imglib2.type.AbstractBitType
- updateContainer(Object) - Method in class net.imglib2.type.label.BasePairCharType
- updateContainer(Object) - Method in class net.imglib2.type.logic.BitType
- updateContainer(Object) - Method in class net.imglib2.type.logic.NativeBoolType
- updateContainer(Object) - Method in interface net.imglib2.type.NativeType
-
This method is used by an accessor (e.g., a
Cursor) to request an update of the current data array. - updateContainer(Object) - Method in class net.imglib2.type.numeric.ARGBType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.complex.ComplexDoubleType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.NativeARGBDoubleType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.real.DoubleType
- updateContainer(Object) - Method in class net.imglib2.type.numeric.real.FloatType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileARGBType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileByteType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileDoubleType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileFloatType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileIntType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileLongType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileShortType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileUnsignedByteType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileUnsignedIntType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileUnsignedLongType
- updateContainer(Object) - Method in class net.imglib2.type.volatiles.VolatileUnsignedShortType
- updateCurrentArrays() - Method in class net.imglib2.display.projector.composite.CompositeXYProjector
-
Walk through composite[] and store the currently active converters and positions (in dimension
CompositeXYProjector.dimIndex) toCompositeXYProjector.currentConvertersandCompositeXYProjector.currentPositions. - updateCurrentArrays() - Method in class net.imglib2.display.projector.composite.CompositeXYRandomAccessibleProjector
-
Walk through composite[] and store the currently active converters and positions (in dimension
CompositeXYRandomAccessibleProjector.dimIndex) toCompositeXYRandomAccessibleProjector.currentConvertersandCompositeXYRandomAccessibleProjector.currentPositions. - updateIndex(int) - Method in interface net.imglib2.type.NativeType
-
Deprecated.Use
index().set(int)instead. If possible, request theindex()object only once and re-use it. - updatePosition(boolean) - Method in class net.imglib2.img.cell.CellRandomAccess
-
Update type to currentCellSteps, currentCellMin, and type after switching cells.
- updatePositionFromIndex(int) - Method in class net.imglib2.img.planar.PlanarPlaneSubsetLocalizingCursor
- updateRange(int) - Method in class net.imglib2.blocks.ArrayImgRangeCopier
- updateRange(int) - Method in class net.imglib2.blocks.CellImgRangeCopier
- updateRange(int) - Method in class net.imglib2.blocks.PlanarImgRangeCopier
- updateSlice(int) - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- updateSlice(int) - Method in class net.imglib2.interpolation.stack.NearestNeighborRealRandomAccessibleStackInterpolator
- updateW() - Method in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- upperTailCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of values in the upper tail bin (if any).
- upperTailCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of values in all upper tail bins (if any).
- upperTailCount(int) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of values in the upper tail bin (if any) for the given dimension.
- useFlatIterationOrder - Variable in class net.imglib2.loops.LoopBuilder
- Util - Class in net.imglib2.util
-
A collection of general-purpose utility methods for working with ImgLib2 data structures.
- Util() - Constructor for class net.imglib2.util.Util
V
- valid - Variable in class net.imglib2.display.projector.volatiles.Volatile2DRandomAccessibleProjector
- valid - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileARGB
- valid - Variable in class net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorVolatileRealType
- valid - Variable in class net.imglib2.Volatile
- validIndices(Interval) - Method in class net.imglib2.FlatIterationOrder
- value - Variable in class net.imglib2.blocks.ExtensionImpl.ConstantExtension
- value - Variable in class net.imglib2.img.sparse.Ntree.NtreeNode
- value - Variable in class net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
- value - Variable in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- value - Variable in class net.imglib2.outofbounds.OutOfBoundsConstantValue
- value - Variable in class net.imglib2.outofbounds.OutOfBoundsConstantValueFactory
- value - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValue
- value - Variable in class net.imglib2.outofbounds.OutOfBoundsRandomValueFactory
- value - Variable in class net.imglib2.type.logic.BoolType
- valueCount() - Method in class net.imglib2.histogram.Histogram1d
-
Returns the frequency count of all values in the middle of the distribution.
- valueCount() - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of all values in the middle of the distribution.
- valueCount(int) - Method in class net.imglib2.histogram.HistogramNd
-
Returns the frequency count of all values in the middle of the distribution for a given dimension.
- valueEquals(C) - Method in class net.imglib2.view.composite.AbstractNumericComposite
- valueEquals(BasePairBitType) - Method in class net.imglib2.type.label.BasePairBitType
- valueEquals(BasePairCharType) - Method in class net.imglib2.type.label.BasePairCharType
- valueEquals(BitType) - Method in class net.imglib2.type.logic.BitType
- valueEquals(BoolType) - Method in class net.imglib2.type.logic.BoolType
- valueEquals(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- valueEquals(ARGBType) - Method in class net.imglib2.type.numeric.ARGBType
- valueEquals(ComplexFloatType) - Method in class net.imglib2.type.numeric.complex.ComplexFloatType
- valueEquals(Unsigned128BitType) - Method in class net.imglib2.type.numeric.integer.Unsigned128BitType
- valueEquals(UnsignedVariableBitLengthType) - Method in class net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
-
Default test at long precision.
- valueEquals(FloatType) - Method in class net.imglib2.type.numeric.real.FloatType
- valueEquals(T) - Method in class net.imglib2.type.numeric.AbstractARGBDoubleType
- valueEquals(T) - Method in class net.imglib2.type.numeric.complex.AbstractComplexType
- valueEquals(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerBitType
-
Default test at long precision.
- valueEquals(T) - Method in class net.imglib2.type.numeric.integer.AbstractIntegerType
- valueEquals(T) - Method in class net.imglib2.type.numeric.integer.GenericByteType
- valueEquals(T) - Method in class net.imglib2.type.numeric.integer.GenericIntType
- valueEquals(T) - Method in class net.imglib2.type.numeric.integer.GenericLongType
- valueEquals(T) - Method in class net.imglib2.type.numeric.integer.GenericShortType
- valueEquals(T) - Method in class net.imglib2.type.numeric.real.AbstractRealType
- valueEquals(T) - Method in interface net.imglib2.type.operators.ValueEquals
- valueEquals(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileNumericType
- valueEquals(T) - Method in class net.imglib2.type.volatiles.AbstractVolatileRealType
- ValueEquals<T> - Interface in net.imglib2.type.operators
-
Tests equivalency of values.
- valueEqualsObject(T, Object) - Static method in class net.imglib2.util.Util
-
This method should be used in implementations of
ValueEquals, to overrideObject.equals(Object). - valueOf(String) - Static method in enum net.imglib2.blocks.Extension.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.blocks.PrimitiveBlocks.OnFallback
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.blocks.Ranges.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.blocks.ViewNode.ViewType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.converter.ChannelARGBConverter.Channel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.converter.ColorChannelOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.kdtree.KDTreePositions.PositionsLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.outofbounds.OutOfBoundsMirrorFactory.Boundary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.type.label.BasePairBitType.Base
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.imglib2.view.StackView.StackAccessMode
-
Returns the enum constant of this type with the specified name.
- ValuePair<A,B> - Class in net.imglib2.util
-
TODO
- ValuePair(A, B) - Constructor for class net.imglib2.util.ValuePair
- values - Variable in class net.imglib2.display.AbstractArrayColorTable
-
Actual color table values.
- values - Variable in class net.imglib2.KDTreeNode
- values - Variable in class net.imglib2.loops.SyncedPositionables.Private.GeneralForwarder
- values() - Static method in enum net.imglib2.blocks.Extension.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.blocks.PrimitiveBlocks.OnFallback
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.blocks.Ranges.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.blocks.ViewNode.ViewType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.converter.ChannelARGBConverter.Channel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.converter.ColorChannelOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.img.basictypeaccess.AccessFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class net.imglib2.kdtree.KDTreeData
-
Get the values as a 1D
RandomAccessibleInterval, for serialization. - values() - Static method in enum net.imglib2.kdtree.KDTreePositions.PositionsLayout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.outofbounds.OutOfBoundsMirrorFactory.Boundary
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.type.label.BasePairBitType.Base
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.type.PrimitiveType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.imglib2.view.StackView.StackAccessMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valuesImg - Variable in class net.imglib2.kdtree.KDTreeData
- valuesSupplier - Variable in class net.imglib2.kdtree.KDTreeData
- valuesSupplier() - Method in class net.imglib2.kdtree.KDTreeData
-
Get a
Supplierthat returnIntFunction<T>to provide values for a given node indices. - valueToBin(int, double, double, double) - Static method in class net.imglib2.util.Binning
-
Convert value to bin number.
- verify(int...) - Static method in interface net.imglib2.Dimensions
-
Verify that
dimensionsis not null or empty, and that all dimensions are positive. - verify(long...) - Static method in interface net.imglib2.Dimensions
-
Verify that
dimensionsis not null or empty, and that all dimensions are positive. - verifyAllPositive(int...) - Static method in interface net.imglib2.Dimensions
-
Check that all entries in
dimensionsare positive - verifyAllPositive(long...) - Static method in interface net.imglib2.Dimensions
-
Check that all entries in
dimensionsare positive - verifyDimensions(int[]) - Static method in class net.imglib2.img.cell.CellImgFactory
-
Deprecated.This method has been deprecated in favor of
Dimensions.verify(int...). - verifyDimensions(long[]) - Static method in class net.imglib2.img.cell.CellImgFactory
-
Deprecated.This method has been deprecated in favor of
Dimensions.verify(long...). - verifySize(List<?>, List<?>) - Static method in class net.imglib2.KDTree
- verifySize(IterableRealInterval<?>) - Static method in class net.imglib2.KDTree
- view - Variable in class net.imglib2.blocks.FallbackProperties
- view - Variable in class net.imglib2.blocks.ViewNode.AbstractViewNode
- view() - Method in class net.imglib2.blocks.ViewNode.AbstractViewNode
- view() - Method in interface net.imglib2.blocks.ViewNode
- View - Interface in net.imglib2
-
An interface which marks an object that is a lightweight wrapper or "view" around actual data.
- ViewAnalyzer - Class in net.imglib2.blocks
- ViewAnalyzer(RandomAccessible<?>) - Constructor for class net.imglib2.blocks.ViewAnalyzer
- ViewAnalyzer.AccumulateConverters - Class in net.imglib2.blocks
- ViewNode - Interface in net.imglib2.blocks
- ViewNode.AbstractViewNode<V extends RandomAccessible<?>> - Class in net.imglib2.blocks
- ViewNode.ConverterViewNode<A,B> - Class in net.imglib2.blocks
- ViewNode.DefaultViewNode - Class in net.imglib2.blocks
- ViewNode.ExtensionViewNode - Class in net.imglib2.blocks
- ViewNode.MixedTransformViewNode - Class in net.imglib2.blocks
- ViewNode.ViewType - Enum in net.imglib2.blocks
- ViewPrimitiveBlocks<T extends NativeType<T>,R extends NativeType<R>> - Class in net.imglib2.blocks
- ViewPrimitiveBlocks(ViewPrimitiveBlocks<T, R>) - Constructor for class net.imglib2.blocks.ViewPrimitiveBlocks
- ViewPrimitiveBlocks(ViewProperties<T, R>) - Constructor for class net.imglib2.blocks.ViewPrimitiveBlocks
- viewProperties - Variable in class net.imglib2.blocks.ViewPropertiesOrError
- ViewProperties<T extends NativeType<T>,R extends NativeType<R>> - Class in net.imglib2.blocks
-
Data that describes
RandomAccessibleView that can be copied from usingViewPrimitiveBlocks. - ViewProperties(T, NativeImg<R, ?>, R, Extension, MixedTransform, MixedTransform, Supplier<? extends Converter<?, ?>>) - Constructor for class net.imglib2.blocks.ViewProperties
-
Create
ViewProperties. - ViewPropertiesOrError<T extends NativeType<T>,R extends NativeType<R>> - Class in net.imglib2.blocks
- ViewPropertiesOrError(ViewProperties<T, R>, FallbackProperties<T>, String) - Constructor for class net.imglib2.blocks.ViewPropertiesOrError
- Views - Class in net.imglib2.view
-
Create light-weight views into
RandomAccessibles. - Views() - Constructor for class net.imglib2.view.Views
- ViewTransforms - Class in net.imglib2.view
-
Utility methods to create transformation for the common operations that are provided in
Views. - ViewTransforms() - Constructor for class net.imglib2.view.ViewTransforms
- viewType - Variable in class net.imglib2.blocks.FallbackProperties
- viewType - Variable in class net.imglib2.blocks.ViewNode.AbstractViewNode
- viewType - Variable in class net.imglib2.blocks.ViewProperties
- viewType() - Method in class net.imglib2.blocks.ViewNode.AbstractViewNode
- viewType() - Method in interface net.imglib2.blocks.ViewNode
- ViewType() - Constructor for enum net.imglib2.blocks.ViewNode.ViewType
- visit(RandomAccessible<T>) - Method in class net.imglib2.view.TransformBuilder
-
Visit a RandomAccessible (while traversing the view hierarchy).
- visitExtended(ExtendedRandomAccessibleInterval<T, ?>) - Method in class net.imglib2.view.TransformBuilder
-
Visit a ExtendedRandomAccessibleInterval (while traversing the view hierarchy).
- visitTransformed(TransformedRandomAccessible<T>) - Method in class net.imglib2.view.TransformBuilder
-
Visit a TransformedRandomAccessible (while traversing the view hierarchy).
- Volatile<T> - Class in net.imglib2
-
Something volatile that has a value and is either VALID or INVALID.
- Volatile(T) - Constructor for class net.imglib2.Volatile
- Volatile(T, boolean) - Constructor for class net.imglib2.Volatile
- VOLATILE - net.imglib2.img.basictypeaccess.AccessFlags
- Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B> - Class in net.imglib2.display.projector.volatiles
-
IterableIntervalProjector2DforVolatileinput. - Volatile2DRandomAccessibleProjector(int, int, RandomAccessible<A>, RandomAccessibleInterval<B>, Converter<? super A, B>) - Constructor for class net.imglib2.display.projector.volatiles.Volatile2DRandomAccessibleProjector
- VolatileAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
-
A basic type access that can contain valid or invalid data.
- VolatileARGB(double, double) - Constructor for class net.imglib2.display.ScaledARGBConverter.VolatileARGB
- VolatileARGBType - Class in net.imglib2.type.volatiles
-
A
Volatilevariant ofUnsignedShortType. - VolatileARGBType() - Constructor for class net.imglib2.type.volatiles.VolatileARGBType
- VolatileARGBType(int) - Constructor for class net.imglib2.type.volatiles.VolatileARGBType
- VolatileARGBType(VolatileIntAccess) - Constructor for class net.imglib2.type.volatiles.VolatileARGBType
- VolatileARGBType(NativeImg<?, ? extends VolatileIntAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileARGBType
- VolatileARGBType.WrappedARGBType - Class in net.imglib2.type.volatiles
- VolatileArrayDataAccess<A> - Interface in net.imglib2.img.basictypeaccess.volatiles
-
An
ArrayDataAccessthat can contain valid or invalid data. - VolatileBooleanAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileBooleanArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
BooleanArraywith anAbstractVolatileBooleanArray.isValid()flag. - VolatileBooleanArray(boolean[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileBooleanArray
- VolatileBooleanArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileBooleanArray
- VolatileByteAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileByteArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
ByteArraywith anAbstractVolatileByteArray.isValid()flag. - VolatileByteArray(byte[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileByteArray
- VolatileByteArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileByteArray
- VolatileByteType - Class in net.imglib2.type.volatiles
- VolatileByteType() - Constructor for class net.imglib2.type.volatiles.VolatileByteType
- VolatileByteType(byte) - Constructor for class net.imglib2.type.volatiles.VolatileByteType
- VolatileByteType(VolatileByteAccess) - Constructor for class net.imglib2.type.volatiles.VolatileByteType
- VolatileByteType(NativeImg<?, ? extends VolatileByteAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileByteType
- VolatileByteType.WrappedByteType - Class in net.imglib2.type.volatiles
- VolatileCharAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileCharArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
CharArraywith anAbstractVolatileCharArray.isValid()flag. - VolatileCharArray(char[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileCharArray
- VolatileCharArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileCharArray
- VolatileDoubleAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileDoubleArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
DoubleArraywith anAbstractVolatileDoubleArray.isValid()flag. - VolatileDoubleArray(double[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileDoubleArray
- VolatileDoubleArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileDoubleArray
- VolatileDoubleType - Class in net.imglib2.type.volatiles
-
A
Volatilevariant ofDoubleType. - VolatileDoubleType() - Constructor for class net.imglib2.type.volatiles.VolatileDoubleType
- VolatileDoubleType(double) - Constructor for class net.imglib2.type.volatiles.VolatileDoubleType
- VolatileDoubleType(VolatileDoubleAccess) - Constructor for class net.imglib2.type.volatiles.VolatileDoubleType
- VolatileDoubleType(NativeImg<?, ? extends VolatileDoubleAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileDoubleType
- VolatileDoubleType.WrappedDoubleType - Class in net.imglib2.type.volatiles
- VolatileFloatAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileFloatArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
FloatArraywith anAbstractVolatileFloatArray.isValid()flag. - VolatileFloatArray(float[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileFloatArray
- VolatileFloatArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileFloatArray
- VolatileFloatType - Class in net.imglib2.type.volatiles
- VolatileFloatType() - Constructor for class net.imglib2.type.volatiles.VolatileFloatType
- VolatileFloatType(float) - Constructor for class net.imglib2.type.volatiles.VolatileFloatType
- VolatileFloatType(VolatileFloatAccess) - Constructor for class net.imglib2.type.volatiles.VolatileFloatType
- VolatileFloatType(NativeImg<?, ? extends VolatileFloatAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileFloatType
- VolatileFloatType.WrappedFloatType - Class in net.imglib2.type.volatiles
- VolatileIntAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileIntArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
IntArraywith anAbstractVolatileIntArray.isValid()flag. - VolatileIntArray(int[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileIntArray
- VolatileIntArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileIntArray
- VolatileIntType - Class in net.imglib2.type.volatiles
- VolatileIntType() - Constructor for class net.imglib2.type.volatiles.VolatileIntType
- VolatileIntType(int) - Constructor for class net.imglib2.type.volatiles.VolatileIntType
- VolatileIntType(VolatileIntAccess) - Constructor for class net.imglib2.type.volatiles.VolatileIntType
- VolatileIntType(NativeImg<?, ? extends VolatileIntAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileIntType
- VolatileIntType.WrappedIntType - Class in net.imglib2.type.volatiles
- VolatileLongAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileLongArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
LongArraywith anAbstractVolatileLongArray.isValid()flag. - VolatileLongArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray
- VolatileLongArray(long[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray
- VolatileLongType - Class in net.imglib2.type.volatiles
- VolatileLongType() - Constructor for class net.imglib2.type.volatiles.VolatileLongType
- VolatileLongType(long) - Constructor for class net.imglib2.type.volatiles.VolatileLongType
- VolatileLongType(VolatileLongAccess) - Constructor for class net.imglib2.type.volatiles.VolatileLongType
- VolatileLongType(NativeImg<?, ? extends VolatileLongAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileLongType
- VolatileLongType.WrappedLongType - Class in net.imglib2.type.volatiles
- VolatileNumericType<T extends NumericType<T>> - Class in net.imglib2.type.volatiles
-
Something volatile that has a value and is either VALID or INVALID.
- VolatileNumericType(T) - Constructor for class net.imglib2.type.volatiles.VolatileNumericType
- VolatileNumericType(T, boolean) - Constructor for class net.imglib2.type.volatiles.VolatileNumericType
- VolatileRealType<T extends RealType<T>> - Class in net.imglib2.type.volatiles
-
Something volatile that has a value and is either VALID or INVALID.
- VolatileRealType(T) - Constructor for class net.imglib2.type.volatiles.VolatileRealType
- VolatileRealType(T, boolean) - Constructor for class net.imglib2.type.volatiles.VolatileRealType
- VolatileRealTypeARGBConverter - Class in net.imglib2.converter
-
Converts a
VolatileRealTypeto anARGBType. - VolatileRealTypeARGBConverter() - Constructor for class net.imglib2.converter.VolatileRealTypeARGBConverter
- VolatileRealTypeARGBConverter(double, double) - Constructor for class net.imglib2.converter.VolatileRealTypeARGBConverter
- VolatileRealTypeARGBConverter(double, double, ARGBType) - Constructor for class net.imglib2.converter.VolatileRealTypeARGBConverter
- VolatileRealTypeARGBConverter(ARGBType) - Constructor for class net.imglib2.converter.VolatileRealTypeARGBConverter
- VolatileShortAccess - Interface in net.imglib2.img.basictypeaccess.volatiles
- VolatileShortArray - Class in net.imglib2.img.basictypeaccess.volatiles.array
-
A
ShortArraywith anAbstractVolatileShortArray.isValid()flag. - VolatileShortArray(int, boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray
- VolatileShortArray(short[], boolean) - Constructor for class net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray
- VolatileShortType - Class in net.imglib2.type.volatiles
- VolatileShortType() - Constructor for class net.imglib2.type.volatiles.VolatileShortType
- VolatileShortType(short) - Constructor for class net.imglib2.type.volatiles.VolatileShortType
- VolatileShortType(VolatileShortAccess) - Constructor for class net.imglib2.type.volatiles.VolatileShortType
- VolatileShortType(NativeImg<?, ? extends VolatileShortAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileShortType
- VolatileShortType.WrappedShortType - Class in net.imglib2.type.volatiles
- VolatileToGray(double, double) - Constructor for class net.imglib2.display.ARGBARGBColorConverter.VolatileToGray
- VolatileUnsignedByteType - Class in net.imglib2.type.volatiles
-
A
Volatilevariant ofUnsignedByteType. - VolatileUnsignedByteType() - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedByteType
- VolatileUnsignedByteType(int) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedByteType
- VolatileUnsignedByteType(VolatileByteAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedByteType
- VolatileUnsignedByteType(NativeImg<?, ? extends VolatileByteAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedByteType
- VolatileUnsignedByteType.WrappedUnsignedByteType - Class in net.imglib2.type.volatiles
- VolatileUnsignedIntType - Class in net.imglib2.type.volatiles
-
A
Volatilevariant ofUnsignedIntType. - VolatileUnsignedIntType() - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedIntType
- VolatileUnsignedIntType(int) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedIntType
- VolatileUnsignedIntType(VolatileIntAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedIntType
- VolatileUnsignedIntType(NativeImg<?, ? extends VolatileIntAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedIntType
- VolatileUnsignedIntType.WrappedUnsignedIntType - Class in net.imglib2.type.volatiles
- VolatileUnsignedLongType - Class in net.imglib2.type.volatiles
-
A
Volatilevariant ofUnsignedLongType. - VolatileUnsignedLongType() - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedLongType
- VolatileUnsignedLongType(long) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedLongType
- VolatileUnsignedLongType(VolatileLongAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedLongType
- VolatileUnsignedLongType(NativeImg<?, ? extends VolatileLongAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedLongType
- VolatileUnsignedLongType.WrappedUnsignedLongType - Class in net.imglib2.type.volatiles
- VolatileUnsignedShortType - Class in net.imglib2.type.volatiles
-
A
Volatilevariant ofUnsignedShortType. - VolatileUnsignedShortType() - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedShortType
- VolatileUnsignedShortType(int) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedShortType
- VolatileUnsignedShortType(VolatileShortAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedShortType
- VolatileUnsignedShortType(NativeImg<?, ? extends VolatileShortAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedShortType
- VolatileUnsignedShortType.WrappedUnsignedShortType - Class in net.imglib2.type.volatiles
W
- w - Variable in class net.imglib2.blocks.Ranges.Range
- w - Variable in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- w1 - Variable in class net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolator
- WARN - net.imglib2.blocks.PrimitiveBlocks.OnFallback
- weights - Variable in class net.imglib2.interpolation.randomaccess.NLinearInterpolator
-
Weights for each pixel of the 2x2x...x2 hypercube of pixels participating in the interpolation.
- weights - Variable in class net.imglib2.outofbounds.OutOfBoundsMirrorExpWindowing
- width - Variable in class net.imglib2.img.planar.PlanarRandomAccess
- withInitial(Supplier<? extends S>) - Static method in class net.imglib2.util.CloseableThreadLocal
-
Creates a thread local variable.
- wrap(double[]) - Static method in class net.imglib2.RealPoint
-
Create a point that stores its coordinates in the provided position array.
- wrap(double[], double[]) - Static method in class net.imglib2.FinalRealInterval
-
Create a
FinalRealIntervalthat stores its min and max in the provided arrays. - wrap(long[]) - Static method in class net.imglib2.FinalDimensions
-
Create a FinalDimensions object that stores its coordinates in the provided position array.
- wrap(long[]) - Static method in class net.imglib2.Point
-
Create a point that stores its coordinates in the provided position array.
- wrap(long[], long[]) - Static method in class net.imglib2.FinalInterval
-
Create an Interval that stores its min and max in the provided arrays.
- wrap(Object) - Method in class net.imglib2.blocks.PrimitiveTypeProperties
-
Wrap a primitive array
datainto a correspondingArrayDataAccess. - wrap(List<T>, long...) - Static method in class net.imglib2.img.list.ListImg
- wrap(RandomAccessibleInterval<T>) - Static method in class net.imglib2.img.ImgView
-
Represent an arbitrary
RandomAccessibleIntervalas anImg, with a suitableImgFactoryfor its size and type, created byUtil.getSuitableImgFactory(net.imglib2.Dimensions, Object). - wrap(RandomAccessibleInterval<T>, ImgFactory<T>) - Static method in class net.imglib2.img.ImgView
-
Represent an arbitrary
RandomAccessibleIntervalas anImg. - wrap(T, double[]) - Static method in class net.imglib2.RealPointSample
-
Create a
RealPointSamplethat carries the provided sample and stores its coordinates in the provided position array. - wrap(T, long[]) - Static method in class net.imglib2.PointSample
-
Create a
PointSamplethat carries the provided sample and stores its coordinates in the provided position array. - wrapAsAccess - Variable in class net.imglib2.blocks.PrimitiveTypeProperties
- wrapGenericTransform(RandomAccessible<T>, Transform) - Method in class net.imglib2.view.TransformBuilder
- wrapMixedTransform(RandomAccessible<T>, MixedTransform) - Method in class net.imglib2.view.TransformBuilder
- WrappedARGBType(IntAccess) - Constructor for class net.imglib2.type.volatiles.VolatileARGBType.WrappedARGBType
- WrappedARGBType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileARGBType.WrappedARGBType
- WrappedByteType(ByteAccess) - Constructor for class net.imglib2.type.volatiles.VolatileByteType.WrappedByteType
- WrappedByteType(NativeImg<?, ? extends ByteAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileByteType.WrappedByteType
- WrappedDoubleType(DoubleAccess) - Constructor for class net.imglib2.type.volatiles.VolatileDoubleType.WrappedDoubleType
- WrappedDoubleType(NativeImg<?, ? extends DoubleAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileDoubleType.WrappedDoubleType
- WrappedFloatType(FloatAccess) - Constructor for class net.imglib2.type.volatiles.VolatileFloatType.WrappedFloatType
- WrappedFloatType(NativeImg<?, ? extends FloatAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileFloatType.WrappedFloatType
- WrappedImg<T> - Interface in net.imglib2.img
-
An object that wraps an
Imgsomehow. - WrappedIntType(IntAccess) - Constructor for class net.imglib2.type.volatiles.VolatileIntType.WrappedIntType
- WrappedIntType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileIntType.WrappedIntType
- WrappedLongType(LongAccess) - Constructor for class net.imglib2.type.volatiles.VolatileLongType.WrappedLongType
- WrappedLongType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileLongType.WrappedLongType
- WrappedShortType(ShortAccess) - Constructor for class net.imglib2.type.volatiles.VolatileShortType.WrappedShortType
- WrappedShortType(NativeImg<?, ? extends ShortAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileShortType.WrappedShortType
- WrappedUnsignedByteType(ByteAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedByteType.WrappedUnsignedByteType
- WrappedUnsignedByteType(NativeImg<?, ? extends ByteAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedByteType.WrappedUnsignedByteType
- WrappedUnsignedIntType(IntAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedIntType.WrappedUnsignedIntType
- WrappedUnsignedIntType(NativeImg<?, ? extends IntAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedIntType.WrappedUnsignedIntType
- WrappedUnsignedLongType(LongAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedLongType.WrappedUnsignedLongType
- WrappedUnsignedLongType(NativeImg<?, ? extends LongAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedLongType.WrappedUnsignedLongType
- WrappedUnsignedShortType(ShortAccess) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedShortType.WrappedUnsignedShortType
- WrappedUnsignedShortType(NativeImg<?, ? extends ShortAccess>) - Constructor for class net.imglib2.type.volatiles.VolatileUnsignedShortType.WrappedUnsignedShortType
- wrapperForType(T) - Static method in class net.imglib2.blocks.ConvertImpl.ConvertGeneric
- wrapSlicingTransform(RandomAccessible<T>, SlicingTransform) - Method in class net.imglib2.view.TransformBuilder
- wrapSupplier(Supplier<T>, double[]) - Static method in class net.imglib2.RealPointSample
-
Create a
RealPointSamplethat carries the provided sample and stores its coordinates in the provided position array. - wrapSupplier(Supplier<T>, long[]) - Static method in class net.imglib2.PointSample
-
Create a
PointSamplethat carries the provided sample and stores its coordinates in the provided position array. - wrapTranslationTransform(RandomAccessible<T>, TranslationTransform) - Method in class net.imglib2.view.TransformBuilder
- wrapVector(double[]) - Static method in class net.imglib2.type.numeric.real.DoubleType
-
Wrap an array as an n-dimensional
RealCompositeofDoubleType. - wrapVector(float[]) - Static method in class net.imglib2.type.numeric.real.FloatType
-
Wrap an array as an n-dimensional
RealCompositeofFloatType. - WriteConvertedCursor<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedCursor(Cursor<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedCursor
- WriteConvertedCursor(Cursor<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedCursor
- WriteConvertedIterableInterval<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedIterableInterval(IterableInterval<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedIterableInterval
- WriteConvertedIterableInterval(IterableInterval<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedIterableInterval
- WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedIterableRandomAccessibleInterval(S, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- WriteConvertedIterableRandomAccessibleInterval(S, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedIterableRandomAccessibleInterval
- WriteConvertedIterableRealInterval<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedIterableRealInterval(IterableRealInterval<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedIterableRealInterval
- WriteConvertedIterableRealInterval(IterableRealInterval<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedIterableRealInterval
- WriteConvertedRandomAccess<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedRandomAccess(RandomAccess<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- WriteConvertedRandomAccess(RandomAccess<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRandomAccess
- WriteConvertedRandomAccessible<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedRandomAccessible(RandomAccessible<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRandomAccessible
- WriteConvertedRandomAccessible(RandomAccessible<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRandomAccessible
- WriteConvertedRandomAccessibleInterval<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- WriteConvertedRandomAccessibleInterval(RandomAccessibleInterval<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRandomAccessibleInterval
- WriteConvertedRealCursor<A,B> - Class in net.imglib2.converter.readwrite
-
TODO
- WriteConvertedRealCursor(RealCursor<A>, Supplier<SamplerConverter<? super A, B>>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRealCursor
- WriteConvertedRealCursor(RealCursor<A>, SamplerConverter<? super A, B>) - Constructor for class net.imglib2.converter.readwrite.WriteConvertedRealCursor
X
- x - Variable in class net.imglib2.blocks.Ranges.Range
- X - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- X - Static variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
- xor(boolean) - Method in class net.imglib2.type.logic.BoolType
- xor(BitType) - Method in class net.imglib2.type.logic.BitType
- xor(BoolType) - Method in class net.imglib2.type.logic.BoolType
- xor(NativeBoolType) - Method in class net.imglib2.type.logic.NativeBoolType
- xor(T) - Method in interface net.imglib2.type.BooleanType
Y
- Y - Variable in class net.imglib2.display.projector.RandomAccessibleProjector2D
- Y - Static variable in class net.imglib2.display.projector.sampler.SamplingProjector2D
Z
- zero - Variable in class net.imglib2.transform.integer.MixedTransform
-
for each component of the target vector (before translation).
- zero - Variable in class net.imglib2.transform.integer.SlicingTransform
-
for each component of the target vector (before translation).
- zeroMin(Interval) - Static method in class net.imglib2.util.Intervals
-
Returns an
Intervalwith the same dimensions as the given interval, but min is all zero. - zeroMin(Interval) - Static method in class net.imglib2.view.ViewTransforms
-
Returns the transformation that is used by
Views.zeroMin(RandomAccessibleInterval). - zeroMin(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.Views
-
Translate the source such that the upper left corner is at the origin
- ZeroMinIntervalIterator - Class in net.imglib2.iterator
-
Use this class to iterate a virtual rectangular
Intervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... - ZeroMinIntervalIterator(long[]) - Constructor for class net.imglib2.iterator.ZeroMinIntervalIterator
- ZeroMinIntervalIterator(Interval) - Constructor for class net.imglib2.iterator.ZeroMinIntervalIterator
- zeroMinN(RandomAccessibleInterval<T>) - Static method in class net.imglib2.view.composite.CompositeIntervalView
- zeroMinPos - Variable in class net.imglib2.outofbounds.AbstractOutOfBoundsMirror
-
Position relative to min, for internal calculations.
All Classes All Packages