public abstract class AbstractWrappedRealInterval<I extends RealInterval> extends Object implements RealInterval
IterableRealIntervals,
etc that forward the RealInterval interface to, for example, their
source accessible.| Modifier and Type | Field and Description |
|---|---|
protected I |
sourceInterval |
| Constructor and Description |
|---|
AbstractWrappedRealInterval(I source) |
| Modifier and Type | Method and Description |
|---|---|
I |
getSource() |
int |
numDimensions()
Gets the space's number of dimensions.
|
void |
realMax(double[] max)
Write the maximum of each dimension into double[].
|
double |
realMax(int d)
Get the maximum in dimension d.
|
void |
realMax(RealPositionable max)
Sets a
RealPositionable to the maximum of this Interval |
void |
realMin(double[] min)
Write the minimum of each dimension into double[].
|
double |
realMin(int d)
Get the minimum in dimension d.
|
void |
realMin(RealPositionable min)
Sets a
RealPositionable to the minimum of this Interval |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointprotected final I extends RealInterval sourceInterval
public AbstractWrappedRealInterval(I source)
public double realMin(int d)
RealIntervalrealMin in interface RealIntervald - dimensionpublic void realMin(double[] min)
RealIntervalrealMin in interface RealIntervalpublic void realMin(RealPositionable min)
RealIntervalRealPositionable to the minimum of this IntervalrealMin in interface RealIntervalpublic double realMax(int d)
RealIntervalrealMax in interface RealIntervald - dimensionpublic void realMax(double[] max)
RealIntervalrealMax in interface RealIntervalpublic void realMax(RealPositionable max)
RealIntervalRealPositionable to the maximum of this IntervalrealMax in interface RealIntervalpublic int numDimensions()
EuclideanSpacenumDimensions in interface EuclideanSpacepublic I getSource()
Copyright © 2015–2022 ImgLib2. All rights reserved.