Uses of Interface
net.imglib2.util.Pair
Packages that use Pair
-
Uses of Pair in net.imglib2.util
Classes in net.imglib2.util that implement PairClasses in net.imglib2.util that implement interfaces with type arguments of type PairMethods in net.imglib2.util that return types with arguments of type Pair -
Uses of Pair in net.imglib2.view
Classes in net.imglib2.view that implement PairClasses in net.imglib2.view that implement interfaces with type arguments of type PairModifier and TypeClassDescriptionclassRandomAccessiblePair<A,B> ARandomAccessibleover two independentRandomAccessibleswhose type is thePairof corresponding values at the same coordinates in either of the two sources.classMethods in net.imglib2.view that return PairMethods in net.imglib2.view that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <A,B> RandomAccessible <Pair<A, B>> Views.pair(RandomAccessible<A> sourceA, RandomAccessible<B> sourceB)