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