Documentation of 'org.apache.commons.math3.geometry.partitioning.NodesSet' Java class
NodesSet
org.apache.commons.math3.geometry.partitioning

Class NodesSet<S extends Space>

  • 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 of BSP tree nodes.
    Since:
    3.4
    See Also:
    BoundaryAttribute
    • Constructor Summary

      Constructors 
      Constructor and Description
      NodesSet()
      Simple constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • 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(java.lang.Iterable<BSPTree<S>> iterator)
        Add nodes if they are not already known.
        Parameters:
        iterator - nodes iterator
      • iterator

        public java.util.Iterator<BSPTree<S>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<BSPTree<S extends Space>>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.