Uses of Interface
net.imglib2.RandomAccess
-
-
Uses of RandomAccess in net.imglib2
Classes in net.imglib2 that implement RandomAccess Modifier and Type Class Description classPointSample<T>A simple default implementation ofRandomAccessthat can be used to combine a real location and a sample instance, e.g.Methods in net.imglib2 that return RandomAccess Modifier and Type Method Description RandomAccess<T>RandomAccess. copy()default RandomAccess<T>RandomAccess. copyRandomAccess()Deprecated.RandomAccess<T>RandomAccessible. randomAccess()Create a random access sampler for integer coordinates.RandomAccess<T>RandomAccessible. randomAccess(Interval interval)Create a random access sampler for integer coordinates. -
Uses of RandomAccess in net.imglib2.blocks
Fields in net.imglib2.blocks declared as RandomAccess Modifier and Type Field Description private RandomAccess<? extends Cell<?>>CellImgRangeCopier. cellAccess -
Uses of RandomAccess in net.imglib2.converter
Classes in net.imglib2.converter that implement RandomAccess Modifier and Type Class Description classAbstractConvertedRandomAccess<A,B>TODOFields in net.imglib2.converter declared as RandomAccess Modifier and Type Field Description protected RandomAccess<A>AbstractConvertedRandomAccess. sourceConstructors in net.imglib2.converter with parameters of type RandomAccess Constructor Description AbstractConvertedRandomAccess(RandomAccess<A> source) -
Uses of RandomAccess in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RandomAccess Modifier and Type Class Description classBiConvertedRandomAccess<A,B,C>TODOclassConvertedRandomAccess<A,B>TODOFields in net.imglib2.converter.read declared as RandomAccess Modifier and Type Field Description protected RandomAccess<B>BiConvertedRandomAccess. sourceBConstructors in net.imglib2.converter.read with parameters of type RandomAccess Constructor Description BiConvertedRandomAccess(RandomAccess<A> sourceA, RandomAccess<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<? extends C> convertedSupplier)BiConvertedRandomAccess(RandomAccess<A> sourceA, RandomAccess<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<? extends C> convertedSupplier)ConvertedRandomAccess(RandomAccess<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRandomAccess.get().ConvertedRandomAccess(RandomAccess<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Use this constructor for stateless functions -
Uses of RandomAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RandomAccess Modifier and Type Class Description classWriteConvertedRandomAccess<A,B>TODOConstructors in net.imglib2.converter.readwrite with parameters of type RandomAccess Constructor Description WriteConvertedRandomAccess(RandomAccess<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedRandomAccess(RandomAccess<A> source, SamplerConverter<? super A,B> converter) -
Uses of RandomAccess in net.imglib2.display.projector.composite
Methods in net.imglib2.display.projector.composite with parameters of type RandomAccess Modifier and Type Method Description protected voidCompositeXYProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)protected voidCompositeXYRandomAccessibleProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv) -
Uses of RandomAccess in net.imglib2.display.projector.sampler
Fields in net.imglib2.display.projector.sampler declared as RandomAccess Modifier and Type Field Description private RandomAccess<T>IntervalSampler. m_sourceprivate RandomAccess<T>SelectiveSampler. m_sourceMethods in net.imglib2.display.projector.sampler with parameters of type RandomAccess Modifier and Type Method Description voidIntervalSampler. setRandomAccess(RandomAccess<T> srcAccess)voidProjectedSampler. setRandomAccess(RandomAccess<T> srcAccess)voidSelectiveSampler. setRandomAccess(RandomAccess<T> srcAccess) -
Uses of RandomAccess in net.imglib2.histogram
Fields in net.imglib2.histogram declared as RandomAccess Modifier and Type Field Description private RandomAccess<LongType>DiscreteFrequencyDistribution. accessorMethods in net.imglib2.histogram that return RandomAccess Modifier and Type Method Description RandomAccess<LongType>DiscreteFrequencyDistribution. randomAccess()RandomAccess<LongType>DiscreteFrequencyDistribution. randomAccess(Interval interval)RandomAccess<LongType>Histogram1d. randomAccess()RandomAccess<LongType>Histogram1d. randomAccess(Interval interval)RandomAccess<LongType>HistogramNd. randomAccess()RandomAccess<LongType>HistogramNd. randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.img
Methods in net.imglib2.img that return RandomAccess Modifier and Type Method Description RandomAccess<T>AbstractImg. randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RandomAccess Modifier and Type Class Description classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg. -
Uses of RandomAccess in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RandomAccess Modifier and Type Class Description private classCellGrid.CellIntervalsRAclassCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson aAbstractCellImg.Fields in net.imglib2.img.cell declared as RandomAccess Modifier and Type Field Description protected RandomAccess<C>CellRandomAccess. randomAccessOnCellsMethods in net.imglib2.img.cell that return RandomAccess Modifier and Type Method Description RandomAccess<Interval>CellGrid.CellIntervalsRA. copy()RandomAccess<Interval>CellGrid.CellIntervals. randomAccess()RandomAccess<Interval>CellGrid.CellIntervals. randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RandomAccess Modifier and Type Class Description classAbstractLongListImg.LongListRandomAccessclassListRandomAccess<T>RandomAccesson aListImg. -
Uses of RandomAccess in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RandomAccess Modifier and Type Class Description classPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg. -
Uses of RandomAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RandomAccess Modifier and Type Class Description classNtreeRandomAccess<T extends NativeType<T>> -
Uses of RandomAccess in net.imglib2.loops
Fields in net.imglib2.loops declared as RandomAccess Modifier and Type Field Description private RandomAccess<B>FastCursorRandomAccessLoops.ThreeCursorLoop. randomAccessBprivate RandomAccess<B>FastCursorRandomAccessLoops.TwoCursorLoop. randomAccessBprivate RandomAccess<C>FastCursorRandomAccessLoops.ThreeCursorLoop. randomAccessCMethods in net.imglib2.loops that return RandomAccess Modifier and Type Method Description private static RandomAccess<?>LoopBuilder. initRandomAccess(RandomAccessibleInterval<?> image)Method parameters in net.imglib2.loops with type arguments of type RandomAccess Modifier and Type Method Description private static java.util.function.LongConsumerFastCursorRandomAccessLoops. createLoop(java.lang.Object action, Cursor<?> cursor, java.util.List<? extends RandomAccess<?>> randomAccesses)(package private) static voidFastCursorRandomAccessLoops. loop(java.lang.Object action, long n, Cursor<?> cursor, java.util.List<? extends RandomAccess<?>> randomAccesses)Constructors in net.imglib2.loops with parameters of type RandomAccess Constructor Description ThreeCursorLoop(LoopBuilder.TriConsumer<A,B,C> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB, RandomAccess<C> randomAccessC)TwoCursorLoop(java.util.function.BiConsumer<A,B> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB) -
Uses of RandomAccess in net.imglib2.outofbounds
Subinterfaces of RandomAccess in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement RandomAccess Modifier and Type Class Description classAbstractOutOfBoundsMirror<T>Abstract implementation of shared functions for mirroring out of bounds.classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsMirrorDoubleBoundary<T>Coordinates out of image bounds are mirrored between boundary coordinates.classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassOutOfBoundsMirrorSingleBoundary<T>Coordinates out of image bounds are mirrored at boundary coordinates.classOutOfBoundsPeriodic<T>Coordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the IntervalFields in net.imglib2.outofbounds declared as RandomAccess Modifier and Type Field Description protected RandomAccess<T>AbstractOutOfBoundsMirror. outOfBoundsRandomAccessprotected RandomAccess<T>OutOfBoundsBorder. outOfBoundsRandomAccessprotected RandomAccess<T>OutOfBoundsPeriodic. outOfBoundsRandomAccessprotected RandomAccess<T>AbstractOutOfBoundsValue. sampler -
Uses of RandomAccess in net.imglib2.position
Classes in net.imglib2.position that implement RandomAccess Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassPositionRandomAccessible.PositionRandomAccessMethods in net.imglib2.position that return RandomAccess Modifier and Type Method Description RandomAccess<LongType>PositionRandomAccessible. randomAccess()RandomAccess<LongType>PositionRandomAccessible. randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.util
Classes in net.imglib2.util that implement RandomAccess Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value.Fields in net.imglib2.util with type parameters of type RandomAccess Modifier and Type Field Description private java.lang.ThreadLocal<RandomAccess<T>>FlatCollections.ListFromRAI. raMethods in net.imglib2.util that return RandomAccess Modifier and Type Method Description RandomAccess<Interval>Grid.CellIntervalsRA. copy()RandomAccess<Localizable>Localizables.LocationRandomAccess. copy()RandomAccess<Interval>Grid.CellIntervals. randomAccess()RandomAccess<Interval>Grid.CellIntervals. randomAccess(Interval interval)RandomAccess<Localizable>Localizables.LocationRandomAccessible. randomAccess()RandomAccess<Localizable>Localizables.LocationRandomAccessible. randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.view
Classes in net.imglib2.view that implement RandomAccess Modifier and Type Class Description (package private) classBundleView.BundleRandomAccessclassFullSourceMapMixedRandomAccess<T>classFullSourceMapSlicingRandomAccess<T>(package private) classFunctionView.FunctionRandomAccessclassHyperSlice.HyperSliceRandomAccessclassHyperSlicesView.HyperSlicesViewRandomAccessclassMixedRandomAccess<T>private classRandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessibleclassRandomAccessiblePair.RandomAccessclassSlicingRandomAccess<T>static classStackView.DefaultRA<T>ARandomAccesson aStackView.static classStackView.MoveAllSlicesRA<T>ARandomAccesson aStackView.classSubsampleView.SubsampleRandomAccessclassTransformRandomAccess<T>classTranslationRandomAccess<T>TODOFields in net.imglib2.view declared as RandomAccess Modifier and Type Field Description protected RandomAccess<A>RandomAccessiblePair.RandomAccess. aprotected RandomAccess<B>RandomAccessiblePair.RandomAccess. bprivate RandomAccess<T>RandomAccessibleIntervalCursor. randomAccessprivate RandomAccess<T>FullSourceMapMixedRandomAccess. ssource RandomAccess.private RandomAccess<T>FullSourceMapSlicingRandomAccess. ssource RandomAccess.private RandomAccess<T>MixedRandomAccess. ssource RandomAccess.private RandomAccess<T>SlicingRandomAccess. ssource RandomAccess.private RandomAccess<T>TranslationRandomAccess. sprivate RandomAccess<T>StackView.DefaultRA. sliceAccessprivate RandomAccess<T>[]StackView.DefaultRA. sliceAccessesprivate RandomAccess<T>[]StackView.MoveAllSlicesRA. sliceAccessesprivate RandomAccess<T>TransformRandomAccess. sourcesource RandomAccess.protected RandomAccess<T>HyperSlice.HyperSliceRandomAccess. sourceAccessprotected RandomAccess<T>SubsampleView.SubsampleRandomAccess. sourceRandomAccessMethods in net.imglib2.view that return RandomAccess Modifier and Type Method Description RandomAccess<T>BundleView.BundleRandomAccess. get()RandomAccess<T>BundleView.BundleRandomAccess. getType()RandomAccess<T>BundleView. getType()RandomAccess<T>ExtendedRandomAccessibleInterval. randomAccess(Interval interval)RandomAccess<B>FunctionView. randomAccess()RandomAccess<B>FunctionView. randomAccess(Interval interval)RandomAccess<T>HyperSlice. randomAccess(Interval interval)RandomAccess<T>IntervalView. randomAccess()RandomAccess<T>IntervalView. randomAccess(Interval interval)RandomAccess<T>IterableRandomAccessibleInterval. randomAccess()RandomAccess<T>IterableRandomAccessibleInterval. randomAccess(Interval i)RandomAccess<T>MixedTransformView. randomAccess()RandomAccess<T>MixedTransformView. randomAccess(Interval interval)RandomAccess<T>RandomAccessibleOnRealRandomAccessible. randomAccess()RandomAccess<T>RandomAccessibleOnRealRandomAccessible. randomAccess(Interval interval)RandomAccess<T>StackView. randomAccess()RandomAccess<T>StackView. randomAccess(Interval interval)RandomAccess<T>SubsampleView. randomAccess()RandomAccess<T>SubsampleView. randomAccess(Interval interval)RandomAccess<T>TransformView. randomAccess()RandomAccess<T>TransformView. randomAccess(Interval interval)Constructors in net.imglib2.view with parameters of type RandomAccess Constructor Description BundleRandomAccess(RandomAccess<T> source)FullSourceMapMixedRandomAccess(RandomAccess<T> source, Mixed transformToSource)FullSourceMapSlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource)FunctionRandomAccess(RandomAccess<A> source)MixedRandomAccess(RandomAccess<T> source, Mixed transformToSource)SlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource)SubsampleRandomAccess(RandomAccess<T> sourceRandomAccess)TransformRandomAccess(RandomAccess<T> source, Transform transformToSource)TranslationRandomAccess(RandomAccess<T> source, Translation transformToSource) -
Uses of RandomAccess in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccess Modifier and Type Class Description classCompositeView.CompositeRandomAccessclassInflateView.InflateRandomAccessclassInterleaveView.InterleaveRandomAccessFields in net.imglib2.view.composite declared as RandomAccess Modifier and Type Field Description protected RandomAccess<T>AbstractComposite. sourceAccessprotected RandomAccess<T>CompositeView.CompositeRandomAccess. sourceAccessprotected RandomAccess<? extends Composite<T>>InflateView.InflateRandomAccess. sourceAccessprotected RandomAccess<? extends Composite<T>>InterleaveView.InterleaveRandomAccess. sourceAccessMethods in net.imglib2.view.composite with parameters of type RandomAccess Modifier and Type Method Description CCompositeFactory. create(RandomAccess<T> sourceAccess)GenericComposite<T>GenericComposite.Factory. create(RandomAccess<T> sourceAccess)NumericComposite<T>NumericComposite.Factory. create(RandomAccess<T> sourceAccess)RealComposite<T>RealComposite.Factory. create(RandomAccess<T> sourceAccess)Constructors in net.imglib2.view.composite with parameters of type RandomAccess Constructor Description AbstractComposite(RandomAccess<T> sourceAccess)AbstractNumericComposite(RandomAccess<T> sourceAccess, int length)GenericComposite(RandomAccess<T> sourceAccess)NumericComposite(RandomAccess<T> sourceAccess, int length)RealComposite(RandomAccess<T> sourceAccess, int length)
-