public static class Bounds.RealBounds extends Bounds<RealInterval,Bounds.RealBounds>
Bounds
for real intervals.Bounds.AbstractAdaptingInterval, Bounds.AbstractAdaptingRealInterval, Bounds.BinaryBoundsOperator, Bounds.IntBounds, Bounds.IntersectionInterval, Bounds.IntersectionRealInterval, Bounds.RealBounds, Bounds.RealTransformRealInterval, Bounds.SmallestContainingInterval, Bounds.UnaryBoundsOperator, Bounds.UnionInterval, Bounds.UnionRealInterval
Modifier and Type | Field and Description |
---|---|
static Bounds.RealBounds |
UNBOUNDED |
Modifier | Constructor and Description |
---|---|
protected |
RealBounds(RealInterval interval) |
Modifier and Type | Method and Description |
---|---|
protected Bounds.RealBounds |
intersectBounded(Bounds.RealBounds arg0,
Bounds.RealBounds arg1)
Intersection of two bounded
Bounds . |
static Bounds.RealBounds |
of(Predicate<?> predicate) |
static Bounds.RealBounds |
of(RealInterval i) |
protected Bounds.RealBounds |
unbounded() |
protected Bounds.RealBounds |
unionBounded(Bounds.RealBounds arg0,
Bounds.RealBounds arg1)
Union of two bounded
Bounds . |
public static final Bounds.RealBounds UNBOUNDED
protected RealBounds(RealInterval interval)
public static Bounds.RealBounds of(Predicate<?> predicate)
public static Bounds.RealBounds of(RealInterval i)
protected Bounds.RealBounds intersectBounded(Bounds.RealBounds arg0, Bounds.RealBounds arg1)
Bounds
Bounds
.intersectBounded
in class Bounds<RealInterval,Bounds.RealBounds>
arg0
- must not be unbounded
arg1
- must not be unbounded
protected Bounds.RealBounds unionBounded(Bounds.RealBounds arg0, Bounds.RealBounds arg1)
Bounds
Bounds
.unionBounded
in class Bounds<RealInterval,Bounds.RealBounds>
arg0
- must not be unbounded
arg1
- must not be unbounded
protected Bounds.RealBounds unbounded()
unbounded
in class Bounds<RealInterval,Bounds.RealBounds>
Copyright © 2015–2022 ImgLib2. All rights reserved.