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.IntBounds |
UNBOUNDED |
Modifier | Constructor and Description |
---|---|
protected |
IntBounds(Interval interval) |
Modifier and Type | Method and Description |
---|---|
protected Bounds.IntBounds |
intersectBounded(Bounds.IntBounds arg0,
Bounds.IntBounds arg1)
Intersection of two bounded
Bounds . |
static Bounds.IntBounds |
of(Interval i) |
static Bounds.IntBounds |
of(Predicate<?> predicate) |
protected Bounds.IntBounds |
unbounded() |
protected Bounds.IntBounds |
unionBounded(Bounds.IntBounds arg0,
Bounds.IntBounds arg1)
Union of two bounded
Bounds . |
public static final Bounds.IntBounds UNBOUNDED
protected IntBounds(Interval interval)
public static Bounds.IntBounds of(Predicate<?> predicate)
public static Bounds.IntBounds of(Interval i)
protected Bounds.IntBounds intersectBounded(Bounds.IntBounds arg0, Bounds.IntBounds arg1)
Bounds
Bounds
.intersectBounded
in class Bounds<Interval,Bounds.IntBounds>
arg0
- must not be unbounded
arg1
- must not be unbounded
protected Bounds.IntBounds unionBounded(Bounds.IntBounds arg0, Bounds.IntBounds arg1)
Bounds
Bounds
.unionBounded
in class Bounds<Interval,Bounds.IntBounds>
arg0
- must not be unbounded
arg1
- must not be unbounded
protected Bounds.IntBounds unbounded()
unbounded
in class Bounds<Interval,Bounds.IntBounds>
Copyright © 2015–2022 ImgLib2. All rights reserved.