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>>Fields in net.imglib2.blocks with type parameters of type PrimitiveBlocks Modifier and Type Field Description private java.util.function.Supplier<PrimitiveBlocks<T>>ViewPrimitiveBlocks. threadSafeSupplierMethods in net.imglib2.blocks that return PrimitiveBlocks Modifier and Type Method Description PrimitiveBlocks<T>FallbackPrimitiveBlocks. independentCopy()PrimitiveBlocks<T>PrimitiveBlocks. independentCopy()PrimitiveBlocks<T>ViewPrimitiveBlocks. independentCopy()static <T extends NativeType<T>>
PrimitiveBlocks<T>PrimitiveBlocks. of(RandomAccessible<T> ra)Create aPrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource.static <T extends NativeType<T>>
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.PrimitiveBlocks<T>ViewPrimitiveBlocks. threadSafe()
-