Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableBox
A modifiable
Box . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWritableBox
Abstract base class for implementations of
WritableBox . |
class |
ClosedWritableBox
A
Box which contains all edge points defined by the min and
max values in each dimension. |
class |
OpenWritableBox
A
Box which contains no edge points defined by the min and max
values in each dimension. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Box.equals(Box box1,
Box box2)
Determines whether two boxes describe the same region.
|
static int |
Box.hashCode(Box box)
Computes a hash code for a box.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.