Class RegionBSPTree1S.RegionNode1S
java.lang.Object
org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree.AbstractNode<Point1S, RegionBSPTree1S.RegionNode1S>
org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.AbstractRegionNode<Point1S, RegionBSPTree1S.RegionNode1S>
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.RegionNode1S
- All Implemented Interfaces:
BSPSubtree<Point1S, RegionBSPTree1S.RegionNode1S>, BSPTree.Node<Point1S, RegionBSPTree1S.RegionNode1S>
- Enclosing class:
RegionBSPTree1S
public static final class RegionBSPTree1S.RegionNode1S
extends AbstractRegionBSPTree.AbstractRegionNode<Point1S, RegionBSPTree1S.RegionNode1S>
BSP tree node for one dimensional spherical space.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSimple constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected RegionBSPTree1S.RegionNode1SgetSelf()Get a reference to the current instance, cast to type N.Methods inherited from class AbstractRegionBSPTree.AbstractRegionNode
clearCut, cut, cut, getCutBoundary, getLocation, getTree, insertCut, insertCut, isInside, isOutside, nodeInvalidated, setLocation, setLocationValue, toStringMethods inherited from class AbstractBSPTree.AbstractNode
accept, checkValid, count, depth, getCut, getCutHyperplane, getMinus, getParent, getPlus, height, isInternal, isLeaf, isMinus, isPlus, makeRoot, nodes, setSubtree, trim
-
Constructor Details
-
RegionNode1S
Simple constructor.- Parameters:
tree- the owning tree instance
-
-
Method Details
-
getSelf
Get a reference to the current instance, cast to type N.- Specified by:
getSelfin classAbstractBSPTree.AbstractNode<Point1S, RegionBSPTree1S.RegionNode1S>- Returns:
- a reference to the current instance, as type N.
-