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) |
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, isAll, isEmpty, maskType
numDimensions
public DefaultRealMask(int n, BoundaryType boundaryType, Predicate<? super RealLocalizable> predicate, KnownConstant knownConstant)
n
- number of dimensions.public BoundaryType boundaryType()
MaskPredicate
boundaryType
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.