Class NodesSet<S extends Space>

    • Constructor Detail

      • NodesSet

        public NodesSet()
        Simple constructor.
    • Method Detail

      • add

        public void add​(BSPTree<S> node)
        Add a node if not already known.
        Parameters:
        node - node to add
      • addAll

        public void addAll​(Iterable<BSPTree<S>> iterator)
        Add nodes if they are not already known.
        Parameters:
        iterator - nodes iterator