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