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 class
AbstractConvertedIterableInterval<A,B>
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOclass
AbstractConvertedRandomAccessible<A,B>
TODOclass
AbstractConvertedRandomAccessibleInterval<A,B>
class
AbstractConvertedRealRandomAccessible<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 class
ConvertedIterableInterval<A,B extends Type<B>>
TODOclass
ConvertedRandomAccessible<A,B extends Type<B>>
TODOclass
ConvertedRandomAccessibleInterval<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccessible<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODO -
Uses of View in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement View Modifier and Type Class Description class
WriteConvertedIterableInterval<A,B>
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOclass
WriteConvertedRandomAccessible<A,B>
TODO -
Uses of View in net.imglib2.img
Classes in net.imglib2.img that implement View Modifier and Type Class Description class
ImgView<T extends Type<T>>
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of View in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement View Modifier and Type Class Description class
Interpolant<T,F extends EuclideanSpace>
ARealRandomAccessible
that is generated through interpolation. -
Uses of View in net.imglib2.view
Subinterfaces of View in net.imglib2.view Modifier and Type Interface Description interface
TransformedRandomAccessible<T>
A view of a RandomAccessible which is related by a coordinateTransform
to its source.Classes in net.imglib2.view that implement View Modifier and Type Class Description class
ExtendedRandomAccessibleInterval<T,F extends RandomAccessibleInterval<T>>
class
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.class
IterableRandomAccessibleInterval<T>
GeneratesCursors
that iterate aRandomAccessibleInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
MixedTransformView<T>
TODOclass
RandomAccessibleOnRealRandomAccessible<T>
class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.class
SubsampleIntervalView<T>
SubsampleIntervalView
is a view that provides access to only every sdth value of a sourceRandomAccessibleInterval
.class
SubsampleView<T>
SubsampleView
is a view that provides access to only every sdth value of a sourceRandomAccessible
.class
TransformView<T>
-
Uses of View in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement View Modifier and Type Class Description class
CompositeIntervalView<T,C extends Composite<T>>
class
CompositeView<T,C extends Composite<T>>
-