Uses of Class
net.imglib2.Point
Packages that use Point
Package
Description
-
Uses of Point in net.imglib2
Fields in net.imglib2 declared as PointFields in net.imglib2 with type parameters of type PointMethods in net.imglib2 that return PointModifier and TypeMethodDescriptionstatic 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 -
Uses of Point in net.imglib2.display.projector
Subclasses of Point in net.imglib2.display.projectorModifier and TypeClassDescriptionclass
Base class for 2D projectors.class
A general 2D Projector that uses two dimensions as input to create the 2D result.class
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.compositeModifier and TypeClassDescriptionclass
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).class
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.samplerModifier and TypeClassDescriptionclass
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.specializedModifier and TypeClassDescriptionclass
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.volatilesModifier and TypeClassDescriptionclass
Volatile2DRandomAccessibleProjector<T,
A extends Volatile<T>, B> IterableIntervalProjector2D
forVolatile
input. -
Uses of Point in net.imglib2.view
Subclasses of Point in net.imglib2.view