Uses of Interface
net.imglib2.View
Packages that use View
Package
Description
-
Uses of View in net.imglib2.converter
Classes in net.imglib2.converter that implement ViewModifier and TypeClassDescriptionclassTODOclassAbstractConvertedIterableRandomAccessibleInterval<A, B, S extends IterableInterval<A>>TODOclassTODOclassTODOclassclassTODO -
Uses of View in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement ViewModifier and TypeClassDescriptionclassBiConvertedIterableInterval<A,B, C> TODOclassTODOclassBiConvertedRandomAccessible<A,B, C> TODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODO -
Uses of View in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement ViewModifier and TypeClassDescriptionclassTODOclassWriteConvertedIterableRandomAccessibleInterval<A, B, S extends RandomAccessible<A> & IterableInterval<A>>TODOclassTODOclassTODOclassTODO -
Uses of View in net.imglib2.img
Classes in net.imglib2.img that implement ViewModifier and TypeClassDescriptionclassAllows aRandomAccessibleIntervalto be treated as anImg. -
Uses of View in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement ViewModifier and TypeClassDescriptionfinal classInterpolant<T,F> ARealRandomAccessiblethat is generated through interpolation. -
Uses of View in net.imglib2.view
Subinterfaces of View in net.imglib2.viewModifier and TypeInterfaceDescriptioninterfaceA view of a RandomAccessible which is related by a coordinateTransformto its source.Classes in net.imglib2.view that implement ViewModifier and TypeClassDescriptionfinal classExtendedRandomAccessibleInterval<T, F extends RandomAccessibleInterval<T>>classIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classGeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...classTODOclassclassStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.classSubsampleViewis a view that provides access to only every sdth value of a sourceRandomAccessible.class -
Uses of View in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement ViewModifier and TypeClassDescriptionclassCompositeIntervalView<T, C extends Composite<T>>classCompositeView<T, C extends Composite<T>>classInflateView<T>InflateViewexpands the composite elements of aRandomAccessibleofCompositeof T into the trailing dimension of an (n+1)-dimensionalRandomAccessibleof T.class