Uses of Interface
net.imglib2.blocks.PrimitiveBlocks
Packages that use PrimitiveBlocks
-
Uses of PrimitiveBlocks in net.imglib2.blocks
Classes in net.imglib2.blocks that implement PrimitiveBlocksModifier and TypeClassDescription(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 PrimitiveBlocksModifier and TypeFieldDescriptionprivate Supplier<PrimitiveBlocks<T>> ViewPrimitiveBlocks.threadSafeSupplierMethods in net.imglib2.blocks that return PrimitiveBlocksModifier and TypeMethodDescriptionFallbackPrimitiveBlocks.independentCopy()PrimitiveBlocks.independentCopy()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.FallbackPrimitiveBlocks.threadSafe()PrimitiveBlocks.threadSafe()Get a thread-safe version of thisPrimitiveBlocks.ViewPrimitiveBlocks.threadSafe()