public interface Polyline extends Polyshape
RealMaskRealInterval
which defines a polyline in n-d space.Modifier and Type | Method and Description |
---|---|
default BoundaryType |
boundaryType()
Returns the boundary behavior of this Mask.
|
boolean |
equals(Object obj)
Determines whether this polyline describes the same region as another one.
|
static int |
hashCode(Polyline polyline)
Computes a hash code for a polyline.
|
default Class<?> |
maskType()
Returns the type of the mask.
|
equals, numVertices, vertex, vertices
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
isAll, knownConstant
numDimensions
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
default Class<?> maskType()
MaskPredicate
equality
and
hashing
.maskType
in interface MaskPredicate<RealLocalizable>
default BoundaryType boundaryType()
MaskPredicate
boundaryType
in interface MaskPredicate<RealLocalizable>
boolean equals(Object obj)
equals
in interface MaskPredicate<RealLocalizable>
equals
in class Object
obj
- The polyline to compare with this one.MaskPredicate.equals(Object)
,
Polyshape.equals(Polyshape, Polyshape)
static int hashCode(Polyline polyline)
polyline
- The polyline for which to compute the hash code.Copyright © 2015–2022 ImgLib2. All rights reserved.