@Deprecated public class BoundingBox extends Object
Modifier and Type | Field and Description |
---|---|
protected long[] |
max
Deprecated.
|
protected long[] |
min
Deprecated.
|
Constructor and Description |
---|
BoundingBox(int dimensions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getDimensions()
Deprecated.
|
void |
getExtents(long[] destMin,
long[] destMax)
Deprecated.
the minimum and maximum extents of the box
|
void |
update(long[] position)
Deprecated.
update the minimum and maximum extents with the given coordinates.
|
public int getDimensions()
public void getExtents(long[] destMin, long[] destMax)
destMin
- - on input, an array of at least size D, the dimension of the
space. On output, the minimum extents of the bounding box.destMax
- - on output, the maximum extents of the bounding box.public void update(long[] position)
position
- Copyright © 2015–2022 ImgLib2. All rights reserved.