Uses of Interface
net.imglib2.type.BooleanType
-
Packages that use BooleanType Package Description net.imglib2.converter net.imglib2.type net.imglib2.type.logic net.imglib2.util net.imglib2.view -
-
Uses of BooleanType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type BooleanType Modifier and Type Method Description voidRealTypeConverterInternals.BooleanConverter. convert(BooleanType<?> input, BooleanType<?> output) -
Uses of BooleanType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type BooleanType Modifier and Type Interface Description interfaceBooleanType<T extends BooleanType<T>>TODO -
Uses of BooleanType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement BooleanType Modifier and Type Class Description classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
Uses of BooleanType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type BooleanType Modifier and Type Method Description static <T extends BooleanType<T>>
voidImgUtil. copy(boolean[] src, int offset, int[] stride, Img<T> dest)static <T extends BooleanType<T>>
voidImgUtil. copy(Img<T> src, boolean[] dest, int offset, int[] stride)Method parameters in net.imglib2.util with type arguments of type BooleanType Modifier and Type Method Description static java.util.Collection<java.lang.Boolean>FlatCollections. booleanCollection(IterableInterval<? extends BooleanType<?>> image)Wraps aBooleanTypeiterable image as a collection.static java.util.List<java.lang.Boolean>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 BooleanType Modifier and Type Method Description static <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.
-