Package | Description |
---|---|
org.apache.commons.math3.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
Modifier and Type | Field and Description |
---|---|
private NodesSet<S> |
Characterization.insideSplitters
Nodes that were used to split the outside touching part.
|
private NodesSet<S> |
Characterization.outsideSplitters
Nodes that were used to split the outside touching part.
|
private NodesSet<S> |
BoundaryAttribute.splitters
Sub-hyperplanes that were used to split the boundary part.
|
Modifier and Type | Method and Description |
---|---|
NodesSet<S> |
Characterization.getInsideSplitters()
Get the nodes that were used to split the inside touching part.
|
NodesSet<S> |
Characterization.getOutsideSplitters()
Get the nodes that were used to split the outside touching part.
|
NodesSet<S> |
BoundaryAttribute.getSplitters()
Get the sub-hyperplanes that were used to split the boundary part.
|
Constructor and Description |
---|
BoundaryAttribute(SubHyperplane<S> plusOutside,
SubHyperplane<S> plusInside,
NodesSet<S> splitters)
Simple constructor.
|