Uses of Interface
net.imglib2.blocks.PrimitiveBlocks
-
Packages that use PrimitiveBlocks Package Description net.imglib2.blocks -
-
Uses of PrimitiveBlocks in net.imglib2.blocks
Classes in net.imglib2.blocks that implement PrimitiveBlocks Modifier and Type Class Description (package private) classFallbackPrimitiveBlocks<T extends NativeType<T>,A extends ArrayDataAccess<A>>(package private) classViewPrimitiveBlocks<T extends NativeType<T>,R extends NativeType<R>>Methods in net.imglib2.blocks that return PrimitiveBlocks Modifier and Type Method Description static <T extends NativeType<T>>
PrimitiveBlocks<T>PrimitiveBlocks. of(RandomAccessible<T> ra)Create aPrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource.static <T extends NativeType<T>,R extends NativeType<R>>
PrimitiveBlocks<T>PrimitiveBlocks. of(RandomAccessible<T> ra, PrimitiveBlocks.OnFallback onFallback)Create aPrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource.PrimitiveBlocks<T>FallbackPrimitiveBlocks. threadSafe()PrimitiveBlocks<T>PrimitiveBlocks. threadSafe()Get a thread-safe version of thisPrimitiveBlocks.(package private) static <T extends NativeType<T>>
PrimitiveBlocks<T>PrimitiveBlocksUtils. threadSafe(java.util.function.Supplier<PrimitiveBlocks<T>> supplier)PrimitiveBlocks<T>ViewPrimitiveBlocks. threadSafe()Method parameters in net.imglib2.blocks with type arguments of type PrimitiveBlocks Modifier and Type Method Description (package private) static <T extends NativeType<T>>
PrimitiveBlocks<T>PrimitiveBlocksUtils. threadSafe(java.util.function.Supplier<PrimitiveBlocks<T>> supplier)
-