Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Interface and Description |
---|---|
interface |
WritablePointMask
A modifiable
PointMask . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritablePointMask
A
WritablePointMask specified by the given location. |
Modifier and Type | Method and Description |
---|---|
static boolean |
PointMask.equals(PointMask pointMask1,
PointMask pointMask2)
Determines whether two points describe the same region.
|
static int |
PointMask.hashCode(PointMask point)
Computes a hash code for a point.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.