public abstract static class Bounds.AbstractAdaptingRealInterval extends AbstractEuclideanSpace implements RealInterval
RealInterval.realMin(int)
and RealInterval.realMax(int)
methods
to be implemented by derived classes.n
Constructor and Description |
---|
AbstractAdaptingRealInterval(int n) |
Modifier and Type | Method and Description |
---|---|
void |
realMax(double[] realMax)
Write the maximum of each dimension into double[].
|
void |
realMax(RealPositionable realMax)
Sets a
RealPositionable to the maximum of this Interval |
void |
realMin(double[] realMin)
Write the minimum of each dimension into double[].
|
void |
realMin(RealPositionable realMin)
Sets a
RealPositionable to the minimum of this Interval |
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
numDimensions
public void realMin(double[] realMin)
RealInterval
realMin
in interface RealInterval
public void realMin(RealPositionable realMin)
RealInterval
RealPositionable
to the minimum of this Interval
realMin
in interface RealInterval
public void realMax(double[] realMax)
RealInterval
realMax
in interface RealInterval
public void realMax(RealPositionable realMax)
RealInterval
RealPositionable
to the maximum of this Interval
realMax
in interface RealInterval
Copyright © 2015–2022 ImgLib2. All rights reserved.