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:
Iterable<BSPTree<S>>

public class NodesSet<S extends Space> extends Object implements Iterable<BSPTree<S>>
Set of BSP tree nodes.
Since:
3.4
See Also:
  • Constructor Details

    • NodesSet

      public NodesSet()
      Simple constructor.
  • Method Details