public abstract static class Bounds.AbstractAdaptingInterval extends AbstractEuclideanSpace implements Interval
Interval.min(int) and Interval.max(int) methods to be implemented by
derived classes.n| Constructor and Description |
|---|
AbstractAdaptingInterval(int n) |
| Modifier and Type | Method and Description |
|---|---|
long |
dimension(int d)
Default implementation of
Dimensions.dimension(int). |
void |
dimensions(long[] dimensions)
Write the number of pixels in each dimension into long[].
|
void |
max(long[] max)
Write the maximum of each dimension into long[].
|
void |
max(Positionable max)
Sets a
Positionable to the maximum of this Interval |
void |
min(long[] min)
Write the minimum of each dimension into long[].
|
void |
min(Positionable min)
Sets a
Positionable to the minimum of this Interval |
void |
realMax(double[] realMax)
Write the maximum of each dimension into double[].
|
double |
realMax(int d)
Default implementation of
RealInterval.realMax(int). |
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[].
|
double |
realMin(int d)
Default implementation of
RealInterval.realMin(int). |
void |
realMin(RealPositionable realMin)
Sets a
RealPositionable to the minimum of this Interval |
numDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmax, maxAsLongArray, maxAsPoint, min, minAsLongArray, minAsPointmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointallPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositivenumDimensionspublic double realMin(int d)
IntervalRealInterval.realMin(int).realMin in interface IntervalrealMin in interface RealIntervald - dimensionpublic void realMin(double[] realMin)
RealIntervalrealMin in interface RealIntervalpublic void realMin(RealPositionable realMin)
RealIntervalRealPositionable to the minimum of this IntervalrealMin in interface RealIntervalpublic double realMax(int d)
IntervalRealInterval.realMax(int).realMax in interface IntervalrealMax in interface RealIntervald - dimensionpublic void realMax(double[] realMax)
RealIntervalrealMax in interface RealIntervalpublic void realMax(RealPositionable realMax)
RealIntervalRealPositionable to the maximum of this IntervalrealMax in interface RealIntervalpublic void min(long[] min)
Intervalpublic void min(Positionable min)
IntervalPositionable to the minimum of this Intervalpublic void max(long[] max)
Intervalpublic void max(Positionable max)
IntervalPositionable to the maximum of this Intervalpublic void dimensions(long[] dimensions)
Dimensionsdimensions in interface Dimensionspublic long dimension(int d)
IntervalDimensions.dimension(int).dimension in interface Dimensionsdimension in interface IntervalCopyright © 2015–2022 ImgLib2. All rights reserved.