Interface | Description |
---|---|
BinaryCompositeMaskPredicate<T> |
A
CompositeMaskPredicate with a binary operator and two operands. |
CompositeMaskPredicate<T> |
A composite
MaskPredicate that knows the operator and operands that
are used to create it. |
UnaryCompositeMaskPredicate<T> |
A
CompositeMaskPredicate with a unary operator and one operand. |
Class | Description |
---|---|
DefaultBinaryCompositeMask | |
DefaultBinaryCompositeMaskInterval |
A
MaskInterval which results from an operation on two
Predicate s. |
DefaultBinaryCompositeRealMask | |
DefaultBinaryCompositeRealMaskRealInterval |
A
RealMaskRealInterval which results from an operation on two
Predicate s. |
DefaultUnaryCompositeMask | |
DefaultUnaryCompositeMaskInterval |
A
MaskInterval which is the result of an operation on a
Predicate . |
DefaultUnaryCompositeRealMask | |
DefaultUnaryCompositeRealMaskRealInterval |
A
RealMaskRealInterval which is the result of an operation on a
Predicate . |
RealTransformUnaryCompositeRealMask | |
RealTransformUnaryCompositeRealMaskRealInterval |
A
RealMaskRealInterval which is the result of a transform operation
on a RealMaskRealInterval . |
Copyright © 2015–2022 ImgLib2. All rights reserved.