Uses of Class
net.imglib2.PointSample
-
Packages that use PointSample Package Description net.imglib2 -
-
Uses of PointSample in net.imglib2
Methods in net.imglib2 that return PointSample Modifier and Type Method Description PointSample<T>PointSample. copy()static <T> PointSample<T>PointSample. wrap(T sample, long[] position)Create aPointSamplethat carries the provided sample and stores its coordinates in the provided position array.static <T> PointSample<T>PointSample. wrapSupplier(java.util.function.Supplier<T> sampleSupplier, long[] position)Create aPointSamplethat carries the provided sample and stores its coordinates in the provided position array.
-