Uses of Interface
net.imglib2.Localizable
-
-
Uses of Localizable in net.imglib2
Subinterfaces of Localizable in net.imglib2 Modifier and Type Interface Description interface
Cursor<T>
A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.interface
RandomAccess<T>
Classes in net.imglib2 that implement Localizable Modifier and Type Class Description class
AbstractCursor<T>
Abstract implementation ofCursor
.class
AbstractCursorInt<T>
Abstract implementation ofCursor
.class
AbstractLocalizable
An abstract class that implements theLocalizable
interface using a long[] array to maintain position.class
AbstractLocalizableInt
An abstract class that implements theLocalizable
interface using an int[] array to maintain position.class
AbstractLocalizingCursor<T>
Abstract base class for localizingCursor
s.class
AbstractLocalizingCursorInt<T>
Abstract base class for localizingCursor
s.class
Point
A Point is a position in Euclidean space specified in integer coordinates.class
PointSampleList.PointSampleListCursor
Methods in net.imglib2 with parameters of type Localizable Modifier and Type Method Description void
Point. move(Localizable localizable)
void
Positionable. move(Localizable localizable)
Move the element relative to its current location using anLocalizable
as distance vector.void
RealPoint. move(Localizable localizable)
void
Point. setPosition(Localizable localizable)
void
Positionable. setPosition(Localizable localizable)
Place the element at the same location as a givenLocalizable
void
RealPoint. setPosition(Localizable localizable)
Constructors in net.imglib2 with parameters of type Localizable Constructor Description Point(Localizable localizable)
Create a point using the position and dimensionality of aLocalizable
-
Uses of Localizable in net.imglib2.converter
Classes in net.imglib2.converter that implement Localizable Modifier and Type Class Description class
AbstractConvertedCursor<A,B>
TODOclass
AbstractConvertedRandomAccess<A,B>
TODOMethods in net.imglib2.converter with parameters of type Localizable Modifier and Type Method Description void
AbstractConvertedRandomAccess. move(Localizable localizable)
void
AbstractConvertedRealRandomAccess. move(Localizable localizable)
void
AbstractConvertedRandomAccess. setPosition(Localizable localizable)
void
AbstractConvertedRealRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Localizable Modifier and Type Class Description class
ConvertedCursor<A,B extends Type<B>>
TODOclass
ConvertedRandomAccess<A,B extends Type<B>>
TODO -
Uses of Localizable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Localizable Modifier and Type Class Description class
WriteConvertedCursor<A,B>
TODOclass
WriteConvertedRandomAccess<A,B>
TODO -
Uses of Localizable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement Localizable 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 Localizable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement Localizable 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 Localizable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement Localizable 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 Localizable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement Localizable 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 Localizable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement Localizable Modifier and Type Class Description class
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D
forVolatile
input. -
Uses of Localizable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Localizable Modifier and Type Class Description class
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayCursor<T extends NativeType<T>>
class
ArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
.class
ArraySubIntervalCursor<T extends NativeType<T>>
Methods in net.imglib2.img.array with parameters of type Localizable Modifier and Type Method Description void
ArrayRandomAccess. move(Localizable localizable)
void
ArrayRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Localizable Modifier and Type Class Description class
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor
on aAbstractCellImg
.class
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
LocalizingCursor
on aAbstractCellImg
.class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
.Methods in net.imglib2.img.cell with parameters of type Localizable Modifier and Type Method Description void
CellRandomAccess. move(Localizable localizable)
void
CellRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Localizable Modifier and Type Class Description class
AbstractLongListImg.LongListCursor
class
AbstractLongListImg.LongListLocalizingCursor
class
AbstractLongListImg.LongListRandomAccess
class
ListCursor<T>
class
ListLocalizingCursor<T>
class
ListRandomAccess<T>
RandomAccess
on aListImg
.Methods in net.imglib2.img.list with parameters of type Localizable Modifier and Type Method Description void
AbstractLongListImg.LongListRandomAccess. move(Localizable localizable)
void
ListRandomAccess. move(Localizable localizable)
void
AbstractLongListImg.LongListRandomAccess. setPosition(Localizable localizable)
void
ListRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Localizable Modifier and Type Class Description class
PlanarCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1dPlanarContainers
class
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2dPlanarContainers
class
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for aPlanarContainers
class
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODOclass
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODOclass
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.class
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for a 1-dimensionalPlanarImg
.Methods in net.imglib2.img.planar with parameters of type Localizable Modifier and Type Method Description void
PlanarRandomAccess. move(Localizable localizable)
void
PlanarRandomAccess1D. move(Localizable localizable)
void
PlanarRandomAccess. setPosition(Localizable localizable)
void
PlanarRandomAccess1D. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Localizable Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
class
NtreeRandomAccess<T extends NativeType<T>>
Methods in net.imglib2.img.sparse with parameters of type Localizable Modifier and Type Method Description void
NtreeRandomAccess. move(Localizable localizable)
void
NtreeRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.iterator
Classes in net.imglib2.iterator that implement Localizable Modifier and Type Class Description class
IntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingIntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingZeroMinIntervalIterator
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...class
OffsetableIntervalIterator
AIntervalIterator
that has an adjustable offsetclass
OffsetableLocalizingIntervalIterator
ALocalizingIntervalIterator
that has an adjustable offsetclass
ZeroMinIntervalIterator
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of Localizable in net.imglib2.outofbounds
Subinterfaces of Localizable in net.imglib2.outofbounds Modifier and Type Interface Description interface
OutOfBounds<T>
interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement Localizable 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 IntervalMethods in net.imglib2.outofbounds with parameters of type Localizable Modifier and Type Method Description void
AbstractOutOfBoundsMirror. move(Localizable localizable)
void
AbstractOutOfBoundsValue. move(Localizable localizable)
void
OutOfBoundsBorder. move(Localizable localizable)
void
OutOfBoundsPeriodic. move(Localizable localizable)
void
RealOutOfBoundsRealRandomAccess. move(Localizable localizable)
void
AbstractOutOfBoundsMirror. setPosition(Localizable localizable)
void
AbstractOutOfBoundsValue. setPosition(Localizable localizable)
void
OutOfBoundsBorder. setPosition(Localizable localizable)
void
OutOfBoundsPeriodic. setPosition(Localizable localizable)
void
RealOutOfBoundsRealRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.position.transform
Classes in net.imglib2.position.transform with type parameters of type Localizable 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 )
Fields in net.imglib2.position.transform declared as Localizable Modifier and Type Field Description protected LocalizablePositionable
AbstractPositionableTransform. target
Methods in net.imglib2.position.transform with parameters of type Localizable Modifier and Type Method Description void
AbstractPositionableTransform. move(Localizable localizable)
void
AbstractPositionableTransform. setPosition(Localizable localizable)
Constructors in net.imglib2.position.transform with parameters of type Localizable Constructor Description FloorOffset(LocalizablePositionable target, Localizable offset)
FloorOffset(RealLocalizable origin, LocalizablePositionable target, Localizable offset)
-
Uses of Localizable in net.imglib2.transform
Methods in net.imglib2.transform with parameters of type Localizable 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 Localizable in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer with parameters of type Localizable 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 Localizable in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type Localizable 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 Localizable in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear with parameters of type Localizable 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 Localizable in net.imglib2.util
Methods in net.imglib2.util with parameters of type Localizable Modifier and Type Method Description static boolean
Intervals. contains(Interval containing, Localizable contained)
Test whether thecontaining
interval contains thecontained
point.static long
IntervalIndexer. positionToIndex(Localizable position, Dimensions dimensions)
-
Uses of Localizable in net.imglib2.view
Classes in net.imglib2.view that implement Localizable Modifier and Type Class Description class
FullSourceMapMixedRandomAccess<T>
class
FullSourceMapSlicingRandomAccess<T>
class
HyperSlice.HyperSliceRandomAccess
class
HyperSlicesView.HyperSlicesViewRandomAccess
class
MixedRandomAccess<T>
class
RandomAccessibleIntervalCursor<T>
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.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 Localizable Modifier and Type Method Description void
FullSourceMapMixedRandomAccess. move(Localizable localizable)
void
FullSourceMapSlicingRandomAccess. move(Localizable localizable)
void
HyperSlice.HyperSliceRandomAccess. move(Localizable localizable)
void
MixedRandomAccess. move(Localizable localizable)
void
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible. move(Localizable localizable)
void
RandomAccessiblePair.RandomAccess. move(Localizable localizable)
void
SlicingRandomAccess. move(Localizable localizable)
void
StackView.DefaultRA. move(Localizable distance)
void
StackView.MoveAllSlicesRA. move(Localizable distance)
void
SubsampleView.SubsampleRandomAccess. move(Localizable localizable)
void
TransformRandomAccess. move(Localizable localizable)
void
TranslationRandomAccess. move(Localizable localizable)
void
FullSourceMapMixedRandomAccess. setPosition(Localizable localizable)
void
FullSourceMapSlicingRandomAccess. setPosition(Localizable localizable)
void
HyperSlice.HyperSliceRandomAccess. setPosition(Localizable localizable)
void
MixedRandomAccess. setPosition(Localizable localizable)
void
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible. setPosition(Localizable localizable)
void
RandomAccessiblePair.RandomAccess. setPosition(Localizable localizable)
void
SlicingRandomAccess. setPosition(Localizable localizable)
void
StackView.DefaultRA. setPosition(Localizable position)
void
StackView.MoveAllSlicesRA. setPosition(Localizable position)
void
SubsampleView.SubsampleRandomAccess. setPosition(Localizable localizable)
void
TransformRandomAccess. setPosition(Localizable localizable)
void
TranslationRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Localizable Modifier and Type Class Description class
CompositeView.CompositeRandomAccess
Methods in net.imglib2.view.composite with parameters of type Localizable Modifier and Type Method Description void
CompositeView.CompositeRandomAccess. move(Localizable localizable)
void
CompositeView.CompositeRandomAccess. setPosition(Localizable localizable)
-
Uses of Localizable in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Localizable Modifier and Type Class Description class
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-