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.insideSplittersNodes that were used to split the outside touching part.Characterization.outsideSplittersNodes that were used to split the outside touching part.BoundaryAttribute.splittersSub-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.