private class RegionFactory.VanishingToLeaf extends java.lang.Object implements BSPTree.VanishingCutHandler<S>
Modifier and Type | Field and Description |
---|---|
private boolean |
inside
Inside/outside indocator to use for ambiguous nodes.
|
Constructor and Description |
---|
VanishingToLeaf(boolean inside)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
BSPTree<S> |
fixNode(BSPTree<S> node)
Fix a node with both vanished cut and children.
|