Class RegionFactory.VanishingToLeaf

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean inside
      Inside/outside indocator to use for ambiguous nodes.
    • Constructor Summary

      Constructors 
      Constructor Description
      VanishingToLeaf​(boolean inside)
      Simple constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BSPTree<S> fixNode​(BSPTree<S> node)
      Fix a node with both vanished cut and children.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • inside

        private final boolean inside
        Inside/outside indocator to use for ambiguous nodes.
    • Constructor Detail

      • VanishingToLeaf

        VanishingToLeaf​(boolean inside)
        Simple constructor.
        Parameters:
        inside - inside/outside indicator to use for ambiguous nodes