public interface WritableRealPointCollection<L extends RealLocalizable> extends RealPointCollection<L>
RealPointCollection
.Modifier and Type | Method and Description |
---|---|
void |
addPoint(L point)
Adds a point to the collection.
|
default void |
removePoint(L point)
Optional operation.
|
boundaryType, equals, equals, hashCode, maskType, points, size
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
isAll, knownConstant
numDimensions
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
void addPoint(L point)
point
- Point to add to collectiondefault void removePoint(L point)
point
- Point to remove from collectionUnsupportedOperationException
- Not all WritableRealPoinCollections can remove pointsCopyright © 2015–2022 ImgLib2. All rights reserved.