Class RegionBSPTree1S.RegionNode1S
- java.lang.Object
-
- org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree.AbstractNode<P,N>
-
- 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
Constructors Modifier Constructor Description private
RegionNode1S(AbstractBSPTree<Point1S,RegionBSPTree1S.RegionNode1S> tree)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegionBSPTree1S.RegionNode1S
getSelf()
Get a reference to the current instance, cast to type N.-
Methods inherited from class org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.AbstractRegionNode
clearCut, cut, cut, getCutBoundary, getLocation, getTree, insertCut, insertCut, isInside, isOutside, nodeInvalidated, setLocation, setLocationValue, toString
-
Methods inherited from class org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree.AbstractNode
accept, checkValid, count, depth, getCut, getCutHyperplane, getMinus, getParent, getPlus, height, isInternal, isLeaf, isMinus, isPlus, makeRoot, nodes, setSubtree, trim
-
-
-
-
Constructor Detail
-
RegionNode1S
private RegionNode1S(AbstractBSPTree<Point1S,RegionBSPTree1S.RegionNode1S> tree)
Simple constructor.- Parameters:
tree
- the owning tree instance
-
-
Method Detail
-
getSelf
protected RegionBSPTree1S.RegionNode1S getSelf()
Get a reference to the current instance, cast to type N.- Specified by:
getSelf
in classAbstractBSPTree.AbstractNode<Point1S,RegionBSPTree1S.RegionNode1S>
- Returns:
- a reference to the current instance, as type N.
-
-