S - Type of the space.public class NodesSet<S extends Space> extends java.lang.Object implements java.lang.Iterable<BSPTree<S>>
BSP tree nodes.BoundaryAttribute| Modifier and Type | Field and Description |
|---|---|
private java.util.List<BSPTree<S>> |
list
List of sub-hyperplanes.
|
| Constructor and Description |
|---|
NodesSet()
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(BSPTree<S> node)
Add a node if not already known.
|
void |
addAll(java.lang.Iterable<BSPTree<S>> iterator)
Add nodes if they are not already known.
|
java.util.Iterator<BSPTree<S>> |
iterator() |
Copyright (c) 2003-2017 Apache Software Foundation