Uses of Class
net.imglib2.RealPointSample
Packages that use RealPointSample
-
Uses of RealPointSample in net.imglib2
Methods in net.imglib2 that return RealPointSampleModifier and TypeMethodDescriptionRealPointSample.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(Supplier<T> sampleSupplier, double[] position) Create aRealPointSamplethat carries the provided sample and stores its coordinates in the provided position array.