Uses of Class
net.imglib2.PointSample
Packages that use PointSample
-
Uses of PointSample in net.imglib2
Methods in net.imglib2 that return PointSampleModifier and TypeMethodDescriptionPointSample.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(Supplier<T> sampleSupplier, long[] position) Create aPointSamplethat carries the provided sample and stores its coordinates in the provided position array.