Uses of Class
org.apache.commons.math3.geometry.partitioning.NodesSet
Packages that use NodesSet
Package
Description
This package provides classes to implement Binary Space Partition trees.
-
Uses of NodesSet in org.apache.commons.math3.geometry.partitioning
Fields in org.apache.commons.math3.geometry.partitioning declared as NodesSetModifier and TypeFieldDescriptionCharacterization.insideSplitters
Nodes that were used to split the outside touching part.Characterization.outsideSplitters
Nodes that were used to split the outside touching part.BoundaryAttribute.splitters
Sub-hyperplanes that were used to split the boundary part.Methods in org.apache.commons.math3.geometry.partitioning that return NodesSetModifier and TypeMethodDescriptionCharacterization.getInsideSplitters()
Get the nodes that were used to split the inside touching part.Characterization.getOutsideSplitters()
Get the nodes that were used to split the outside touching part.BoundaryAttribute.getSplitters()
Get the sub-hyperplanes that were used to split the boundary part.Constructors in org.apache.commons.math3.geometry.partitioning with parameters of type NodesSetModifierConstructorDescription(package private)
BoundaryAttribute
(SubHyperplane<S> plusOutside, SubHyperplane<S> plusInside, NodesSet<S> splitters) Simple constructor.