Uses of Interface
net.imglib2.type.BooleanType
Packages that use BooleanType
Package
Description
-
Uses of BooleanType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type BooleanTypeModifier and TypeMethodDescriptionvoidRealTypeConverterInternals.BooleanConverter.convert(BooleanType<?> input, BooleanType<?> output) -
Uses of BooleanType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type BooleanType -
Uses of BooleanType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement BooleanTypeModifier and TypeClassDescriptionclassTODOclassABooleanTypewrapping a single primitivebooleanvariable.classNativeTypebacked byboolean. -
Uses of BooleanType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type BooleanTypeModifier and TypeMethodDescriptionstatic <T extends BooleanType<T>>
voidstatic <T extends BooleanType<T>>
voidMethod parameters in net.imglib2.util with type arguments of type BooleanTypeModifier and TypeMethodDescriptionstatic Collection<Boolean> FlatCollections.booleanCollection(IterableInterval<? extends BooleanType<?>> image) Wraps aBooleanTypeiterable image as a collection.FlatCollections.booleanList(RandomAccessibleInterval<? extends BooleanType<?>> image) Wraps aBooleanTyperandom-accessible image as a list. -
Uses of BooleanType in net.imglib2.view
Methods in net.imglib2.view with type parameters of type BooleanTypeModifier and TypeMethodDescriptionstatic <T extends BooleanType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, boolean value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends BooleanType<T>,F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, boolean value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.