Uses of Interface
net.imglib2.View
-
Packages that use View Package Description net.imglib2.converter net.imglib2.converter.read net.imglib2.converter.readwrite net.imglib2.img net.imglib2.interpolation net.imglib2.view net.imglib2.view.composite -
-
Uses of View in net.imglib2.converter
Classes in net.imglib2.converter that implement View Modifier and Type Class Description classAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedIterableRealInterval<A,B>TODOclassAbstractConvertedRandomAccessible<A,B>TODOclassAbstractConvertedRandomAccessibleInterval<A,B>classAbstractConvertedRealRandomAccessible<A,B>TODO -
Uses of View in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement View Modifier and Type Class Description classBiConvertedIterableInterval<A,B,C>TODOclassBiConvertedIterableRealInterval<A,B,C>TODOclassBiConvertedRandomAccessible<A,B,C>TODOclassBiConvertedRandomAccessibleInterval<A,B,C>TODOclassBiConvertedRealRandomAccessible<A,B,C>TODOclassBiConvertedRealRandomAccessibleRealInterval<A,B,C>TODOclassConvertedIterableInterval<A,B>TODOclassConvertedIterableRealInterval<A,B>TODOclassConvertedRandomAccessible<A,B>TODOclassConvertedRandomAccessibleInterval<A,B>TODOclassConvertedRealRandomAccessible<A,B>TODOclassConvertedRealRandomAccessibleRealInterval<A,B>TODO -
Uses of View in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement View Modifier and Type Class Description classWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedIterableRealInterval<A,B>TODOclassWriteConvertedRandomAccessible<A,B>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODO -
Uses of View in net.imglib2.img
Classes in net.imglib2.img that implement View Modifier and Type Class Description classImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto be treated as anImg. -
Uses of View in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement View Modifier and Type Class Description classInterpolant<T,F>ARealRandomAccessiblethat is generated through interpolation. -
Uses of View in net.imglib2.view
Subinterfaces of View in net.imglib2.view Modifier and Type Interface Description interfaceTransformedRandomAccessible<T>A view of a RandomAccessible which is related by a coordinateTransformto its source.Classes in net.imglib2.view that implement View Modifier and Type Class Description classExtendedRandomAccessibleInterval<T,F extends RandomAccessibleInterval<T>>classIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classIterableRandomAccessibleInterval<T>GeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...classMixedTransformView<T>TODOclassRandomAccessibleOnRealRandomAccessible<T>classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalView<T>SubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.classSubsampleView<T>SubsampleViewis a view that provides access to only every sdth value of a sourceRandomAccessible.classTransformView<T> -
Uses of View in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement View Modifier and Type Class Description classCompositeIntervalView<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.classInterleaveView<T>
-