public final class MaskConversionUtil extends Object
MaskPredicate
s.Modifier and Type | Method and Description |
---|---|
static boolean |
isBoolType(RandomAccessible<?> ra) |
static boolean |
isBoolType(RealRandomAccessible<?> ra) |
static boolean |
isBoolType(Type type) |
static Type |
randomAccessibleIntervalType()
Gets parameterized
Type for
RandomAccessibleInterval<BoolType> . |
static Type |
randomAccessibleType()
Gets parameterized
Type for RandomAccessible<BoolType> . |
static Type |
realRandomAccessibleRealIntervalType()
Gets parameterized
Type for
RealRandomAccessibleRealInterval<BoolType> . |
static Type |
realRandomAccessibleType()
Gets parameterized
Type for RealRandomAccessible<BoolType> . |
public static Type realRandomAccessibleRealIntervalType()
Type
for
RealRandomAccessibleRealInterval<BoolType>
.public static Type realRandomAccessibleType()
Type
for RealRandomAccessible<BoolType>
.public static Type randomAccessibleIntervalType()
Type
for
RandomAccessibleInterval<BoolType>
.public static Type randomAccessibleType()
Type
for RandomAccessible<BoolType>
.public static boolean isBoolType(RandomAccessible<?> ra)
public static boolean isBoolType(RealRandomAccessible<?> ra)
public static boolean isBoolType(Type type)
Copyright © 2014–2022 ImageJ. All rights reserved.