public class DefaultRealMaskRealInterval extends AbstractRealInterval implements RealMaskRealInterval
max, min
n
Constructor and Description |
---|
DefaultRealMaskRealInterval(RealInterval interval,
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) |
realMax, realMax, realMax, realMin, realMin, realMin, toString
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
equals, isAll, maskType
numDimensions
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
public DefaultRealMaskRealInterval(RealInterval interval, BoundaryType boundaryType, Predicate<? super RealLocalizable> predicate, KnownConstant knownConstant)
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.