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, realMinnumDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxAsLongArray, maxAsPoint, minAsLongArray, minAsPointmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointallPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositivenumDimensionspublic SmallestContainingInterval(RealInterval source)
public long min(int d)
Intervald - dimensionpublic long max(int d)
Intervald - dimensionCopyright © 2015–2022 ImgLib2. All rights reserved.