public class DefaultRealMask extends AbstractEuclideanSpace implements RealMask
n| Constructor and Description |
|---|
DefaultRealMask(int n,
BoundaryType boundaryType,
Predicate<? super RealLocalizable> predicate,
KnownConstant knownConstant) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryType |
boundaryType()
Returns the boundary behavior of this Mask.
|
KnownConstant |
knownConstant() |
boolean |
test(RealLocalizable localizable) |
numDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, isAll, isEmpty, maskTypenumDimensionspublic DefaultRealMask(int n,
BoundaryType boundaryType,
Predicate<? super RealLocalizable> predicate,
KnownConstant knownConstant)
n - number of dimensions.public BoundaryType boundaryType()
MaskPredicateboundaryType in interface MaskPredicate<RealLocalizable>public boolean test(RealLocalizable localizable)
test in interface Predicate<RealLocalizable>public KnownConstant knownConstant()
knownConstant in interface MaskPredicate<RealLocalizable>Copyright © 2015–2022 ImgLib2. All rights reserved.