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 PointPointSampleList.PointSampleListCursor. positionFields in net.imglib2 with type parameters of type Point Modifier and Type Field Description protected java.util.ArrayList<Point>PointSampleList. coordinatesMethods in net.imglib2 that return Point Modifier and Type Method Description default PointDimensions. dimensionsAsPoint()Allocates a newPointwith the dimensions of this object.default PointInterval. maxAsPoint()Allocates a newPointwith the maximum of this Interval.default PointInterval. minAsPoint()Allocates a newPointwith the maximum of this Interval.default PointLocalizable. positionAsPoint()Allocate and return aPointcontaining the localizable's position.static PointPoint. 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 voidPointSampleList. 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 classAbstractProjector2DBase class for 2D projectors.classIterableIntervalProjector2D<A,B>A general 2D Projector that uses two dimensions as input to create the 2D result.classRandomAccessibleProjector2D<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 classCompositeXYProjector<A>Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).classCompositeXYRandomAccessibleProjector<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 classSamplingProjector2D<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 classArrayImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ByteType ArrayImg.classArrayImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType ArrayImg.classPlanarImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from a ByteType PlanarImg.classPlanarImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat 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 classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of Point in net.imglib2.img.cell
Subclasses of Point in net.imglib2.img.cell Modifier and Type Class Description private classCellGrid.CellIntervalsRA -
Uses of Point in net.imglib2.position
Subclasses of Point in net.imglib2.position Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassPositionRandomAccessible.PositionRandomAccess -
Uses of Point in net.imglib2.stream
Methods in net.imglib2.stream that return Point Modifier and Type Method Description PointCursorSpliterator. positionAsPoint() -
Uses of Point in net.imglib2.util
Subclasses of Point in net.imglib2.util Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value. -
Uses of Point in net.imglib2.view
Subclasses of Point in net.imglib2.view Modifier and Type Class Description classHyperSlicesView.HyperSlicesViewRandomAccess
-