public static class Bounds.RealTransformRealInterval extends Bounds.AbstractAdaptingRealInterval
Bounds
for a transformed source. These bounds are not
guaranteed to represent the minimum bounding box.n
Constructor and Description |
---|
RealTransformRealInterval(RealInterval source,
InvertibleRealTransform transformToSource)
Creates
Bounds for a transformed source interval. |
Modifier and Type | Method and Description |
---|---|
double |
realMax(int d)
Get the maximum in dimension d.
|
double |
realMin(int d)
Get the minimum in dimension d.
|
realMax, realMax, realMin, realMin
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
numDimensions
public RealTransformRealInterval(RealInterval source, InvertibleRealTransform transformToSource)
Bounds
for a transformed source interval. These
bounds update as the source interval changes.source
- bounds to be transformedtransformToSource
- transformation for going to sourcepublic double realMin(int d)
RealInterval
d
- dimensionpublic double realMax(int d)
RealInterval
d
- dimensionCopyright © 2015–2022 ImgLib2. All rights reserved.