javax.media.j3d
Class BHInternalNode
java.lang.Object
javax.media.j3d.BHNode
javax.media.j3d.BHInternalNode
class BHInternalNode
- extends BHNode
Methods inherited from class javax.media.j3d.BHNode |
combineBHull, computeAverageLeafDepth, computeMaxDepth, computeSumOfDepths, countNumberOfInternals, countNumberOfLeaves, deleteAndUpdateMarkedNodes, deleteFromParent, findNode, getBoundingHull, getParent, isInside, setBoundingHull, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug2
static boolean debug2
rChild
BHNode rChild
lChild
BHNode lChild
BHInternalNode
BHInternalNode()
BHInternalNode
BHInternalNode(BHNode parent)
BHInternalNode
BHInternalNode(BHNode parent,
BHNode rChild,
BHNode lChild)
BHInternalNode
BHInternalNode(BHNode parent,
BoundingBox bHull)
BHInternalNode
BHInternalNode(BHNode parent,
BHNode rChild,
BHNode lChild,
BoundingBox bHull)
getLeftChild
BHNode getLeftChild()
getRightChild
BHNode getRightChild()
setLeftChild
void setLeftChild(BHNode child)
setRightChild
void setRightChild(BHNode child)
computeBoundingHull
void computeBoundingHull(BoundingBox bHull)
computeBoundingHull
void computeBoundingHull()
- Specified by:
computeBoundingHull
in class BHNode
updateMarkedBoundingHull
void updateMarkedBoundingHull()
- Specified by:
updateMarkedBoundingHull
in class BHNode
insert
void insert(BHNode node,
BHInsertStructure insertStructure)
destroyTree
void destroyTree(BHNode[] bhArr,
int[] index)
- Specified by:
destroyTree
in class BHNode
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.