public static class Bounds.SmallestContainingInterval extends Bounds.AbstractAdaptingInterval
Interval
completely containing a
specified RealInterval
. Adapts to changes of the source interval.n
Constructor and Description |
---|
SmallestContainingInterval(RealInterval source) |
Modifier and Type | Method and Description |
---|---|
long |
max(int d)
Get the maximum in dimension d.
|
long |
min(int d)
Get the minimum in dimension d.
|
dimension, dimensions, max, max, min, min, realMax, realMax, realMax, realMin, realMin, realMin
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxAsLongArray, maxAsPoint, minAsLongArray, minAsPoint
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
allPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
public SmallestContainingInterval(RealInterval source)
public long min(int d)
Interval
d
- dimensionpublic long max(int d)
Interval
d
- dimensionCopyright © 2015–2022 ImgLib2. All rights reserved.