Class NodesSet<S extends Space>
- java.lang.Object
-
- org.apache.commons.math3.geometry.partitioning.NodesSet<S>
-
- Type Parameters:
S- Type of the space.
- All Implemented Interfaces:
java.lang.Iterable<BSPTree<S>>
public class NodesSet<S extends Space> extends java.lang.Object implements java.lang.Iterable<BSPTree<S>>
Set ofBSP treenodes.- Since:
- 3.4
- See Also:
BoundaryAttribute
-
-
Constructor Summary
Constructors Constructor Description NodesSet()Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(BSPTree<S> node)Add a node if not already known.voidaddAll(java.lang.Iterable<BSPTree<S>> iterator)Add nodes if they are not already known.java.util.Iterator<BSPTree<S>>iterator()
-