public class BoundingBox extends AbstractInterval
Interval
around a region that is build by
aggregating
positions contained in the region.max, min
n
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, toString
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
maxAsLongArray, maxAsPoint, minAsLongArray, minAsPoint
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
allPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
public void update(Localizable position)
position
- public void update(long[] position)
position
- Copyright © 2015–2022 ImgLib2. All rights reserved.