public class BoundingBox extends AbstractInterval
Interval around a region that is build by
aggregating positions contained in the region.max, minn| Constructor and Description |
|---|
BoundingBox(int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(Localizable position)
update the minimum and maximum extents with the given coordinates.
|
void |
update(long[] position)
update the minimum and maximum extents with the given coordinates.
|
dimension, dimensions, max, max, max, min, min, min, realMax, realMax, realMax, realMin, realMin, realMin, toStringnumDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmaxAsLongArray, maxAsPoint, minAsLongArray, minAsPointmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointallPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositivenumDimensionspublic void update(Localizable position)
position - public void update(long[] position)
position - Copyright © 2015–2022 ImgLib2. All rights reserved.