Uses of Interface
net.imglib2.Positionable
-
-
Uses of Positionable in net.imglib2
Subinterfaces of Positionable in net.imglib2 Modifier and Type Interface Description interface
RandomAccess<T>
interface
RealPositionable
An element that can be positioned in n-dimensional real space.interface
RealRandomAccess<T>
Classes in net.imglib2 that implement Positionable Modifier and Type Class Description class
Point
A Point is a position in Euclidean space specified in integer coordinates.class
RealPoint
A point is a location in EuclideanSpace.Methods in net.imglib2 with parameters of type Positionable Modifier and Type Method Description void
AbstractInterval. max(Positionable m)
void
AbstractWrappedInterval. max(Positionable max)
void
Interval. max(Positionable max)
Sets aPositionable
to the maximum of thisInterval
void
AbstractInterval. min(Positionable m)
void
AbstractWrappedInterval. min(Positionable min)
void
Interval. min(Positionable min)
Sets aPositionable
to the minimum of thisInterval
-
Uses of Positionable in net.imglib2.converter
Classes in net.imglib2.converter that implement Positionable Modifier and Type Class Description class
AbstractConvertedRandomAccess<A,B>
TODOclass
AbstractConvertedRealRandomAccess<A,B>
TODO -
Uses of Positionable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Positionable Modifier and Type Class Description class
ConvertedRandomAccess<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO -
Uses of Positionable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Positionable Modifier and Type Class Description class
WriteConvertedRandomAccess<A,B>
TODO -
Uses of Positionable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement Positionable Modifier and Type Class 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
RandomAccessibleProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D result. -
Uses of Positionable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement Positionable Modifier and Type Class 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). -
Uses of Positionable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement Positionable Modifier and Type Class Description class
SamplingProjector2D<A,B>
A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of Positionable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement Positionable Modifier and Type Class Description class
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ByteType ArrayImg.class
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType ArrayImg.class
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from a ByteType PlanarImg.class
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType PlanarImg. -
Uses of Positionable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement Positionable Modifier and Type Class Description class
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D
forVolatile
input. -
Uses of Positionable in net.imglib2.histogram
Methods in net.imglib2.histogram with parameters of type Positionable Modifier and Type Method Description void
DiscreteFrequencyDistribution. max(Positionable max)
void
Histogram1d. max(Positionable max)
void
HistogramNd. max(Positionable max)
void
DiscreteFrequencyDistribution. min(Positionable min)
void
Histogram1d. min(Positionable min)
void
HistogramNd. min(Positionable min)
-
Uses of Positionable in net.imglib2.img
Methods in net.imglib2.img with parameters of type Positionable Modifier and Type Method Description void
AbstractImg. max(Positionable m)
void
AbstractImg. min(Positionable m)
-
Uses of Positionable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Positionable Modifier and Type Class Description class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
. -
Uses of Positionable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Positionable Modifier and Type Class Description class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
.Methods in net.imglib2.img.cell with parameters of type Positionable Modifier and Type Method Description void
CellGrid. getCellPosition(long[] position, Positionable cellPos)
Get the grid position of the cell containing the element atposition
. -
Uses of Positionable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Positionable Modifier and Type Class Description class
AbstractLongListImg.LongListRandomAccess
class
ListRandomAccess<T>
RandomAccess
on aListImg
. -
Uses of Positionable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Positionable Modifier and Type Class Description class
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for a 1-dimensionalPlanarImg
. -
Uses of Positionable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Positionable Modifier and Type Class Description class
NtreeRandomAccess<T extends NativeType<T>>
-
Uses of Positionable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement Positionable Modifier and Type Class Description class
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess
to aKNearestNeighborSearch
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 byNearestNeighborSearch
. -
Uses of Positionable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement Positionable Modifier and Type Class Description class
FloorInterpolator<T>
RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).class
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolationclass
NearestNeighborInterpolator<T>
RealRandomAccess
to aRandomAccess
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. -
Uses of Positionable in net.imglib2.outofbounds
Subinterfaces of Positionable in net.imglib2.outofbounds Modifier and Type Interface Description interface
OutOfBounds<T>
interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement Positionable Modifier and Type Class Description class
AbstractOutOfBoundsMirror<T>
Abstract implementation of shared functions for mirroring out of bounds.class
AbstractOutOfBoundsValue<T extends Type<T>>
class
OutOfBoundsBorder<T>
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<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 boundariesclass
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 Intervalclass
RealOutOfBoundsRealRandomAccess<T>
-
Uses of Positionable in net.imglib2.position.transform
Classes in net.imglib2.position.transform with type parameters of type Positionable Modifier and Type Class Description class
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to somehow derived discrete coordinates.class
Floor<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates.class
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates plus a discrete offset vector.class
Round<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )
Classes in net.imglib2.position.transform that implement Positionable Modifier and Type Class Description class
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to somehow derived discrete coordinates.class
Floor<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates.class
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates plus a discrete offset vector.class
Round<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )
-
Uses of Positionable in net.imglib2.transform
Methods in net.imglib2.transform with parameters of type Positionable Modifier and Type Method Description void
InverseTransform. apply(Localizable source, Positionable target)
void
Transform. apply(Localizable source, Positionable target)
void
InverseTransform. applyInverse(Positionable source, Localizable target)
void
InvertibleTransform. applyInverse(Positionable source, Localizable target)
Apply the inverse transform to a targetLocalizable
to obtain a sourcePositionable
. -
Uses of Positionable in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer with parameters of type Positionable Modifier and Type Method Description void
ComponentMappingTransform. apply(Localizable source, Positionable target)
void
MixedTransform. apply(Localizable source, Positionable target)
void
SequentializeTransform. apply(Localizable source, Positionable target)
void
SlicingTransform. apply(Localizable source, Positionable target)
void
TranslationTransform. apply(Localizable source, Positionable target)
void
TranslationTransform.InverseTranslationTransform. apply(Localizable source, Positionable target)
void
SequentializeTransform. applyInverse(Positionable source, Localizable target)
void
TranslationTransform. applyInverse(Positionable source, Localizable target)
void
TranslationTransform.InverseTranslationTransform. applyInverse(Positionable source, Localizable target)
-
Uses of Positionable in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type Positionable Modifier and Type Method Description void
PermutationTransform. apply(Localizable source, Positionable target)
void
SingleDimensionPermutationTransform. apply(Localizable source, Positionable target)
void
PermutationTransform. applyInverse(Positionable source, Localizable target)
void
SingleDimensionPermutationTransform. applyInverse(Positionable source, Localizable target)
-
Uses of Positionable in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear with parameters of type Positionable Modifier and Type Method Description void
InverseShearTransform. apply(Localizable source, Positionable target)
void
ShearTransform. apply(Localizable source, Positionable target)
void
AbstractShearTransform. applyInverse(Positionable source, Localizable target)
-
Uses of Positionable in net.imglib2.util
Methods in net.imglib2.util with parameters of type Positionable Modifier and Type Method Description static void
IntervalIndexer. indexToPosition(long index, Dimensions dimensions, Positionable position)
-
Uses of Positionable in net.imglib2.view
Classes in net.imglib2.view that implement Positionable Modifier and Type Class 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>
ARandomAccess
on aStackView
.static class
StackView.MoveAllSlicesRA<T>
ARandomAccess
on aStackView
.class
SubsampleView.SubsampleRandomAccess
class
TransformRandomAccess<T>
class
TranslationRandomAccess<T>
TODOMethods in net.imglib2.view with parameters of type Positionable Modifier and Type Method Description void
SubsampleIntervalView. max(Positionable m)
void
SubsampleIntervalView. min(Positionable min)
-
Uses of Positionable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Positionable Modifier and Type Class Description class
CompositeView.CompositeRandomAccess
Methods in net.imglib2.view.composite with parameters of type Positionable Modifier and Type Method Description void
CompositeIntervalView. max(Positionable max)
void
CompositeIntervalView. min(Positionable min)
-