Uses of Class
net.imglib2.Point
-
-
Uses of Point in net.imglib2
Fields in net.imglib2 declared as Point Modifier and Type Field Description protected Point
PointSampleList.PointSampleListCursor. position
Fields in net.imglib2 with type parameters of type Point Modifier and Type Field Description protected java.util.ArrayList<Point>
PointSampleList. coordinates
Methods in net.imglib2 that return Point Modifier and Type Method Description static Point
Point. wrap(long[] position)
Create a point that stores its coordinates in the provided position array.Methods in net.imglib2 with parameters of type Point Modifier and Type Method Description void
PointSampleList. add(Point position, T sample)
-
Uses of Point in net.imglib2.display.projector
Subclasses of Point in net.imglib2.display.projector 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 Point in net.imglib2.display.projector.composite
Subclasses of Point in net.imglib2.display.projector.composite 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 Point in net.imglib2.display.projector.sampler
Subclasses of Point in net.imglib2.display.projector.sampler 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 Point in net.imglib2.display.projector.specialized
Subclasses of Point in net.imglib2.display.projector.specialized 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 Point in net.imglib2.display.projector.volatiles
Subclasses of Point in net.imglib2.display.projector.volatiles Modifier and Type Class Description class
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D
forVolatile
input. -
Uses of Point in net.imglib2.view
Subclasses of Point in net.imglib2.view Modifier and Type Class Description class
HyperSlicesView.HyperSlicesViewRandomAccess
-