public interface WritablePolyshape extends Polyshape
Polyshape
.Modifier and Type | Method and Description |
---|---|
void |
addVertex(int index,
RealLocalizable vertex)
Adds a vertex at the given index.
|
void |
addVertices(int index,
Collection<RealLocalizable> vertices)
Adds vertices starting at the given index.
|
void |
removeVertex(int index)
Removes the vertex at the given index.
|
RealLocalizableRealPositionable |
vertex(int pos)
Returns the vertex at the specified position.
|
equals, numVertices, vertices
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
boundaryType, equals, isAll, knownConstant, maskType
numDimensions
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
RealLocalizableRealPositionable vertex(int pos)
Polyshape
void addVertex(int index, RealLocalizable vertex)
void removeVertex(int index)
void addVertices(int index, Collection<RealLocalizable> vertices)
Copyright © 2015–2022 ImgLib2. All rights reserved.