Modifier and Type | Class and Description |
---|---|
class |
AbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>
Convenient base class for accessors etc, that source all
Localizable
and Positionable calls to a Localizable & Positionable
source. |
Modifier and Type | Interface and Description |
---|---|
interface |
RandomAccess<T> |
interface |
RealPositionable
An element that can be positioned in n-dimensional real space.
|
interface |
RealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>
Convenient base class for accessors etc, that source all
Localizable
and Positionable calls to a Localizable & Positionable
source. |
class |
Point
A Point is a position in Euclidean space specified in integer coordinates.
|
class |
RealPoint
A point is a location in EuclideanSpace.
|
Modifier and Type | Method and Description |
---|---|
default void |
Dimensions.dimensions(Positionable dimensions)
Write the number of pixels in each dimension into
Positionable . |
default void |
Localizable.localize(Positionable position)
Write the current position into the passed
Positionable . |
default void |
Interval.max(Positionable max)
Sets a
Positionable to the maximum of this Interval |
void |
AbstractWrappedInterval.max(Positionable max) |
void |
AbstractInterval.max(Positionable m) |
default void |
Interval.min(Positionable min)
Sets a
Positionable to the minimum of this Interval |
void |
AbstractWrappedInterval.min(Positionable min) |
void |
AbstractInterval.min(Positionable m) |
Modifier and Type | Interface and Description |
---|---|
interface |
BSplineCoefficientsInterpolator<T extends RealType<T>>
Performs b-spline interpolation for order up to and including 5.
|
Modifier and Type | Class and Description |
---|---|
class |
BSplineCoefficientsInterpolatorEven<T extends RealType<T>>
Computes b-spline coefficients for splines of even order.
|
class |
BSplineCoefficientsInterpolatorOdd<T extends RealType<T>>
Computes b-spline coefficients for splines of odd order.
|
Modifier and Type | Method and Description |
---|---|
Positionable |
AbstractLineIterator.getPositionable()
Deprecated.
In this way it is possible to reposition the
Positionable from
outside without having the need to keep the instance explicitly. |
Constructor and Description |
---|
AbstractLineIterator(int dim,
long size,
Localizable offset,
Positionable positionable)
Deprecated.
Make a new LineIterator which iterates a 1d line of a certain length
|
Modifier and Type | Class and Description |
---|---|
static class |
ScaleAsFunctionOfPosition.ScaledRandomAccess<T extends Type<T> & MulFloatingPoint> |
Modifier and Type | Class and Description |
---|---|
class |
BSplineInterpolator<T extends RealType<T>>
Performs cubic b-spline interpolation by pre-computing coefficients on the fly.
|
Modifier and Type | Class and Description |
---|---|
class |
RefinedPeak<P extends Localizable>
A
RealPoint representing a sub-pixel-localized peak. |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccess<C extends RealType<C>,O extends RealType<O>> |
class |
FunctionRandomAccessDouble<O extends RealType<O>> |
class |
KDTreeRadiusSource<I extends RealType<I>,O extends RealType<O>> |
Modifier and Type | Class and Description |
---|---|
class |
DiamondNeighborhoodRandomAccess<T> |
class |
DiamondTipsNeighborhoodRandomAccess<T> |
class |
HorizontalLineNeighborhoodRandomAccess<T> |
class |
HyperSphereNeighborhoodRandomAccess<T> |
class |
PairOfPointsNeighborhoodRandomAccess<T> |
class |
PeriodicLineNeighborhoodRandomAccess<T> |
class |
RectangleNeighborhoodRandomAccess<T> |
Modifier and Type | Method and Description |
---|---|
void |
RectangleNeighborhoodSkipCenter.max(Positionable max) |
void |
RectangleNeighborhood.max(Positionable max) |
void |
PeriodicLineNeighborhood.max(Positionable max) |
void |
PairOfPointsNeighborhood.max(Positionable max) |
void |
HyperSphereNeighborhood.max(Positionable max) |
void |
HorizontalLineNeighborhood.max(Positionable max) |
void |
DiamondTipsNeighborhood.max(Positionable max) |
void |
DiamondNeighborhood.max(Positionable max) |
void |
RectangleNeighborhoodSkipCenter.min(Positionable min) |
void |
RectangleNeighborhood.min(Positionable min) |
void |
PeriodicLineNeighborhood.min(Positionable min) |
void |
PairOfPointsNeighborhood.min(Positionable min) |
void |
HyperSphereNeighborhood.min(Positionable min) |
void |
HorizontalLineNeighborhood.min(Positionable min) |
void |
DiamondTipsNeighborhood.min(Positionable min) |
void |
DiamondNeighborhood.min(Positionable min) |
Modifier and Type | Method and Description |
---|---|
void |
HyperSphere.max(Positionable max) |
void |
HyperSphere.min(Positionable min) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNeighborhood<T>
A
Positionable IterableInterval that serves as a local
neighborhood, e.g. |
class |
BufferedRectangularNeighborhood<T extends Type<T>> |
class |
EllipseNeighborhood<T> |
class |
EllipsoidNeighborhood<T>
This class implements a
IterableInterval representing the volume of a
3D ellipsoid. |
class |
HyperSphereNeighborhoodGPL<T>
Deprecated.
|
class |
RectangleNeighborhoodGPL<T>
A
Positionable IterableInterval that serves as a local
neighborhood, e.g. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNeighborhood.max(Positionable max) |
void |
AbstractNeighborhood.min(Positionable min) |
Modifier and Type | Method and Description |
---|---|
void |
LocalNeighborhood2.max(Positionable max)
Deprecated.
|
void |
LocalNeighborhood.max(Positionable max)
Deprecated.
|
void |
LocalNeighborhood2.min(Positionable min)
Deprecated.
|
void |
LocalNeighborhood.min(Positionable min)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <P extends Positionable & Localizable> |
Grids.forEachOffset(long[] min,
long[] max,
int[] blockSize,
P p,
Runnable runAtOffset)
Execute
runAtOffset for each offset of a grid defined by
min , max , and blockSize . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRandomAccess<A,B>
TODO
|
class |
AbstractConvertedRealRandomAccess<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedRandomAccess<A,B,C extends Type<C>>
TODO
|
class |
BiConvertedRealRandomAccess<A,B,C extends Type<C>>
TODO
|
class |
ConvertedRandomAccess<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedRandomAccess<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjector2D
Base class for 2D projectors.
|
class |
IterableIntervalProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D
result.
|
class |
MultithreadedIterableIntervalProjector2D<A,B>
Multithreaded version of
IterableIntervalProjector2D by |
class |
RandomAccessibleProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D
result.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeXYProjector<A>
Creates a composite image from across multiple dimensional positions along an
axis (typically, but not necessarily, channels).
|
class |
CompositeXYRandomAccessibleProjector<A>
Creates a composite image from across multiple dimensional positions along an
axis (typically, but not necessarily, channels).
|
Modifier and Type | Class and Description |
---|---|
class |
SamplingProjector2D<A,B>
A general 2D Projector that uses three dimensions as input to create the 2D
result.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ByteType ArrayImg. |
class |
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ShortType ArrayImg. |
class |
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from a ByteType PlanarImg. |
class |
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ShortType PlanarImg. |
Modifier and Type | Class and Description |
---|---|
class |
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D for Volatile input. |
Modifier and Type | Method and Description |
---|---|
void |
HistogramNd.max(Positionable max) |
void |
Histogram1d.max(Positionable max) |
void |
DiscreteFrequencyDistribution.max(Positionable max) |
void |
HistogramNd.min(Positionable min) |
void |
Histogram1d.min(Positionable min) |
void |
DiscreteFrequencyDistribution.min(Positionable min) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImg.max(Positionable m) |
void |
AbstractImg.min(Positionable m) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess on an ArrayImg . |
Modifier and Type | Class and Description |
---|---|
class |
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess on a AbstractCellImg . |
Modifier and Type | Method and Description |
---|---|
void |
CellGrid.getCellPosition(long[] position,
Positionable cellPos)
Get the grid position of the cell containing the element at
position . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongListImg.LongListRandomAccess |
class |
ListRandomAccess<T>
RandomAccess on a ListImg . |
Modifier and Type | Class and Description |
---|---|
class |
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess on a PlanarImg . |
class |
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess for a 1-dimensional PlanarImg . |
Modifier and Type | Class and Description |
---|---|
class |
NtreeRandomAccess<T extends NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
UnsafeRandomAccess<T extends NativeLongAccessType<T>>
RandomAccess on an ArrayImg . |
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess to a KNearestNeighborSearch whose sample
value is generated by weighting the k nearest neighbors of a query
real coordinate by their inverse distance to an arbitrary power p. |
class |
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented by
NearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
ClampingNLinearInterpolatorRealType<T extends RealType<T>>
N-linear interpolator for
RealType values with overflow check. |
class |
ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>
N-linear interpolator for volatile ARGB values with overflow check.
|
class |
ClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
N-linear interpolator for
RealType values with overflow check. |
class |
FloorInterpolator<T>
RealRandomAccess to a RandomAccess by nearest floor
interpolation (i.e., the value is sampled at floor(x)). |
class |
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolation
|
class |
NearestNeighborInterpolator<T>
RealRandomAccess to a RandomAccess by nearest neighbor
interpolation. |
class |
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.
|
class |
NLinearInterpolator1D<T extends NumericType<T>> |
class |
NLinearInterpolator2D<T extends NumericType<T>> |
class |
NLinearInterpolator3D<T extends NumericType<T>> |
class |
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>
A linear interpolator for stacks of
RealRandomAccessible s. |
class |
NearestNeighborRealRandomAccessibleStackInterpolator<T>
A nearest neighbor interpolator for stacks of
RealRandomAccessible s. |
Modifier and Type | Class and Description |
---|---|
class |
LabelingConvertedRandomAccess<I extends IntegerType<I>,T extends Comparable<T>>
Deprecated.
|
class |
LabelingOutOfBoundsRandomAccess<T extends Comparable<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Positionable |
SyncedPositionables.create(List<? extends Positionable> positionables) |
static Positionable |
SyncedPositionables.create(Positionable... positionables) |
Modifier and Type | Method and Description |
---|---|
static Positionable |
SyncedPositionables.create(Positionable... positionables) |
static Runnable |
LoopUtils.createIntervalLoop(Positionable positionable,
Dimensions dimensions,
Runnable action)
Returns a
Runnable containing a loop. |
static Runnable |
LoopUtils.createLineLoop(Positionable positionable,
long length,
int dimension,
Runnable action)
Returns a loop, that moves the given positonable along a line, and
executes the given operation for each pixel of the line.
|
Modifier and Type | Method and Description |
---|---|
static Positionable |
SyncedPositionables.create(List<? extends Positionable> positionables) |
Constructor and Description |
---|
LineProcessor(Runnable action,
Positionable positionable,
long length,
int dimension) |
Modifier and Type | Interface and Description |
---|---|
interface |
OutOfBounds<T> |
interface |
RealOutOfBounds<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutOfBoundsMirror<T>
Abstract implementation of shared functions for mirroring out of bounds.
|
class |
AbstractOutOfBoundsValue<T> |
class |
OutOfBoundsBorder<T>
Repeat the boundary pixels.
|
class |
OutOfBoundsConstantValue<T> |
class |
OutOfBoundsMirrorDoubleBoundary<T>
Coordinates out of image bounds are mirrored between boundary coordinates.
|
class |
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>>
Adds a exponential windowing to the mirrored content outside the Interval
boundaries
|
class |
OutOfBoundsMirrorSingleBoundary<T>
Coordinates out of image bounds are mirrored at boundary coordinates.
|
class |
OutOfBoundsPeriodic<T>
Coordinates out of image bounds are periodically repeated.
|
class |
OutOfBoundsRandomValue<T extends RealType<T>>
Return a random value in a certain range when outside of the Interval
|
class |
RealOutOfBoundsRealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccessible.FunctionRandomAccess |
class |
FunctionRealRandomAccessible.RealFunctionRealRandomAccess |
class |
PositionRandomAccessible.PositionRandomAccess |
class |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to somehow
derived discrete coordinates. |
class |
Floor<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates. |
class |
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates plus a discrete offset vector. |
class |
Round<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its round
discrete coordinates:
f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to somehow
derived discrete coordinates. |
class |
Floor<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates. |
class |
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates plus a discrete offset vector. |
class |
Round<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its round
discrete coordinates:
f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) |
Modifier and Type | Class and Description |
---|---|
class |
AffineRandomAccessible.AffineRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
AffineRealRandomAccessible.AffineRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
RealTransformRandomAccessible.RealTransformRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
RealTransformRealRandomAccessible.RealTransformRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
StackingRealRandomAccessible.StackingRealRandomAccess
RealRandomAccess that generates its samples from a lower
dimensional source |
Modifier and Type | Interface and Description |
---|---|
interface |
PositionableIterableInterval<T>
An
IterableInterval that can be moved around. |
interface |
PositionableIterableRegion<T extends BooleanType<T>>
An
IterableRegion that can be moved around. |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRegionOfInterest.AROIRandomAccess
Deprecated.
The AROIRandomAccess inner class implements the random access part of the
ROI, allowing random sampling of pixel membership in the ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
Bounds.AbstractAdaptingInterval.max(Positionable max) |
void |
BinaryMaskRegionOfInterest.BMROIIterableInterval.max(Positionable max) |
protected void |
AbstractIterableRegionOfInterest.max(Positionable max)
Deprecated.
|
void |
AbstractIterableRegionOfInterest.AROIIterableInterval.max(Positionable max) |
void |
AbstractIterableRegionOfInterest.AROIClippedIterableInterval.max(Positionable max) |
void |
Bounds.AbstractAdaptingInterval.min(Positionable min) |
void |
BinaryMaskRegionOfInterest.BMROIIterableInterval.min(Positionable min) |
protected void |
AbstractIterableRegionOfInterest.min(Positionable min)
Deprecated.
|
void |
AbstractIterableRegionOfInterest.AROIIterableInterval.min(Positionable min) |
void |
AbstractIterableRegionOfInterest.AROIClippedIterableInterval.min(Positionable min) |
Modifier and Type | Class and Description |
---|---|
class |
BoundaryRandomAccess4<T extends BooleanType<T>>
|
class |
BoundaryRandomAccess8<T extends BooleanType<T>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritablePointMask
A modifiable
PointMask . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritablePointMask
A
WritablePointMask specified by the given location. |
Modifier and Type | Class and Description |
---|---|
class |
LabelRegion<T>
Present pixels of a given label in a
ImgLabeling as a
PositionableIterableRegion . |
class |
LabelRegionRandomAccess<T> |
Modifier and Type | Method and Description |
---|---|
void |
LabelRegion.max(Positionable max) |
void |
LabelRegion.min(Positionable min) |
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRandomAccess<B extends BooleanType<B>>
|
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRealRandomAccess<B extends BooleanType<B>>
RealRandomAccess based on RealMask . |
Modifier and Type | Class and Description |
---|---|
class |
OffsetPositionableLocalizable<P extends Positionable & Localizable>
|
Modifier and Type | Interface and Description |
---|---|
interface |
PositionableLocalizable
Something that is
Positionable and Localizable . |
interface |
RealLocalizableRealPositionable
An element which can be localized and positioned in n-dimensional real space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealMaskPoint |
class |
OffsetPositionableLocalizable<P extends Positionable & Localizable>
|
class |
PositionableInterval
An interval that can be moved around.
|
class |
PositionableWrappedIterableInterval<T,S extends IterableInterval<T>>
Makes a
IterableInterval Positionable by wrapping its cursors
with an offset. |
class |
PositionableWrappedIterableRegion<T extends BooleanType<T>>
Makes a
IterableRegion Positionable by wrapping its accessors
with an offset. |
class |
RealLocalizableRealPositionableWrapper<T extends RealLocalizable & RealPositionable>
Wraps objects which implement
RealLocalizable and
RealPositionable as RealLocalizableRealPositionable . |
Modifier and Type | Method and Description |
---|---|
void |
PositionableInterval.max(Positionable max) |
void |
PositionableInterval.min(Positionable min) |
Modifier and Type | Class and Description |
---|---|
class |
IterationCodeIterator<P extends Positionable & Localizable>
Iterates all positions in the bitmask encoded by a given
IterationCode . |
class |
IterationCodeListIterator<P extends Positionable & Localizable>
Iterates a bitmask that is encoded by a list of
IterationCode s. |
Modifier and Type | Method and Description |
---|---|
void |
Transform.apply(Localizable source,
Positionable target)
|
void |
InverseTransform.apply(Localizable source,
Positionable target) |
void |
InvertibleTransform.applyInverse(Positionable source,
Localizable target)
Apply the inverse transform to a target
Localizable to obtain a
source Positionable . |
void |
InverseTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
void |
TranslationTransform.apply(Localizable source,
Positionable target) |
void |
TranslationTransform.InverseTranslationTransform.apply(Localizable source,
Positionable target) |
void |
SlicingTransform.apply(Localizable source,
Positionable target) |
void |
SequentializeTransform.apply(Localizable source,
Positionable target) |
void |
MixedTransform.apply(Localizable source,
Positionable target) |
void |
ComponentMappingTransform.apply(Localizable source,
Positionable target) |
void |
TranslationTransform.applyInverse(Positionable source,
Localizable target) |
void |
TranslationTransform.InverseTranslationTransform.applyInverse(Positionable source,
Localizable target) |
void |
SequentializeTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
void |
SingleDimensionPermutationTransform.apply(Localizable source,
Positionable target) |
void |
PermutationTransform.apply(Localizable source,
Positionable target) |
void |
SingleDimensionPermutationTransform.applyInverse(Positionable source,
Localizable target) |
void |
PermutationTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
void |
ShearTransform.apply(Localizable source,
Positionable target) |
void |
InverseShearTransform.apply(Localizable source,
Positionable target) |
void |
AbstractShearTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
static void |
IntervalIndexer.indexToPosition(long index,
Dimensions dimensions,
Positionable position) |
static void |
IntervalIndexer.indexToPositionForInterval(long index,
Interval interval,
Positionable position) |
Modifier and Type | Class and Description |
---|---|
class |
FullSourceMapMixedRandomAccess<T>
|
class |
FullSourceMapSlicingRandomAccess<T>
|
class |
HyperSlice.HyperSliceRandomAccess |
class |
HyperSlicesView.HyperSlicesViewRandomAccess |
class |
MixedRandomAccess<T>
|
protected class |
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible |
class |
RandomAccessiblePair.RandomAccess |
class |
SlicingRandomAccess<T>
|
static class |
StackView.DefaultRA<T>
A
RandomAccess on a StackView . |
static class |
StackView.MoveAllSlicesRA<T>
A
RandomAccess on a StackView . |
class |
SubsampleView.SubsampleRandomAccess |
class |
TransformRandomAccess<T>
|
class |
TranslationRandomAccess<T>
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
SubsampleIntervalView.max(Positionable m) |
void |
SubsampleIntervalView.min(Positionable min) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeView.CompositeRandomAccess |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIntervalView.max(Positionable max) |
void |
CompositeIntervalView.min(Positionable min) |
Copyright © 2015–2022 ImgLib2. All rights reserved.