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 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 -
Uses of Point in net.imglib2.display.projector
Subclasses of Point in net.imglib2.display.projectorModifier and TypeClassDescriptionclassBase class for 2D projectors.classA general 2D Projector that uses two dimensions as input to create the 2D result.classA 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 TypeClassDescriptionclassCreates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).classCreates 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 TypeClassDescriptionclassSamplingProjector2D<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 TypeClassDescriptionclassArrayImgXYByteProjector<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.volatilesModifier and TypeClassDescriptionclassVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>, B> IterableIntervalProjector2DforVolatileinput. -
Uses of Point in net.imglib2.view
Subclasses of Point in net.imglib2.view