public class ClosedWritableBox extends AbstractWritableBox
Box
which contains all edge points defined by the min and
max values in each dimension.max, min
n
Constructor and Description |
---|
ClosedWritableBox(double[] min,
double[] max)
Creates an n-d rectangular
RealMask in real space. |
Modifier and Type | Method and Description |
---|---|
BoundaryType |
boundaryType()
Returns the boundary behavior of this Mask.
|
boolean |
test(RealLocalizable l) |
center, equals, hashCode, setSideLength, sideLength
realMax, realMax, realMax, realMin, realMin, realMin, toString
numDimensions
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
isAll, knownConstant
numDimensions
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
public ClosedWritableBox(double[] min, double[] max)
RealMask
in real space. The dimensionality
is dictated by the length of the min array.min
- An array containing the minimum position in each dimension. A
copy of this array is stored.max
- An array containing maximum position in each dimension. A copy
of this array is stored.public boolean test(RealLocalizable l)
public BoundaryType boundaryType()
MaskPredicate
Copyright © 2015–2022 ImgLib2. All rights reserved.