T
- location in N-space; typically a RealLocalizable
or
Localizable
).public interface CompositeMaskPredicate<T> extends MaskPredicate<T>
MaskPredicate
that knows the operator and operands that
are used to create it.Modifier and Type | Method and Description |
---|---|
default Class<?> |
maskType()
Returns the type of the mask.
|
Predicate<? super T> |
operand(int index) |
List<Predicate<?>> |
operands()
Returns the list of operands, which were used to compute this Mask.
|
Operators.MaskOperator |
operator()
Returns the operation which lead to this mask.
|
and, boundaryType, equals, isAll, isEmpty, knownConstant, minus, negate, or, xor
numDimensions
Operators.MaskOperator operator()
List<Predicate<?>> operands()
default Class<?> maskType()
MaskPredicate
equality
and
hashing
.maskType
in interface MaskPredicate<T>
Copyright © 2015–2022 ImgLib2. All rights reserved.