S
public class NodesSet<S extends Space> extends Object implements Iterable<BSPTree<S>>
BSP tree
BoundaryAttribute
NodesSet()
void
add(BSPTree<S> node)
addAll(Iterable<BSPTree<S>> iterator)
Iterator<BSPTree<S>>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NodesSet()
public void add(BSPTree<S> node)
node
public void addAll(Iterable<BSPTree<S>> iterator)
iterator
public Iterator<BSPTree<S>> iterator()
Iterable<BSPTree<S extends Space>>
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.