| java.lang.Object javax.media.j3d.BHTree
Method Summary | |
static boolean | aEncompassB(BoundingBox aBox, BoundingBox bBox) | void | boundsChanged(BHNode bhArr, int size) | void | cluster(BHInternalNode root, BHNode[] bhArr) | float[][] | computeCenterValues(BHNode[] bhArr, int[] cIndex) | void | computeMeansAndSumSquares(float[][] centerValues, int[] centerValuesIndex, float[] means, float[] ss) | void | constructTree(BHInternalNode parent, BHNode bhArr, float[][] centerValues, int[] centerValuesIndex) | void | delete(BHNode bhArr, int size) | int | findSplitAxis(float ss) | void | gatherTreeStatistics() | Locale | getLocale() | boolean | getVisibleBHTrees(RenderBin rBin, ArrayList bhTrees, BoundingBox frustumBBox, long referenceTime, boolean stateChanged, int visibilityPolicy, boolean singleLocale) | void | insert(BHNode bhArr, int size) | void | printTree(BHNode bh) | void | reConstructTree(int numOfLeaf) | void | select(PickShape pickShape, UnorderList hitArrList) | BHLeafInterface | selectAny(GeometryAtom atom, int accurancyMode) | BHLeafInterface | selectAny(GeometryAtom atoms, int size, int accurancyMode) | BHLeafInterface | selectAny(Bounds bound, int accurancyMode, NodeRetained armingNode) | BHLeafInterface | selectAny(Bounds bound, int accurancyMode, GroupRetained armingGroup) | BHNode | selectAny(PickShape pickShape) | void | setLocale(Locale loc) |
DEPTH_UPPER_BOUND | final static int DEPTH_UPPER_BOUND(Code) | | |
INCR_DEPTH_BOUND | final static int INCR_DEPTH_BOUND(Code) | | |
LOG_OF_2 | final static double LOG_OF_2(Code) | | |
depthUpperBound | int depthUpperBound(Code) | | |
estMaxDepth | int estMaxDepth(Code) | | |
tPoint4d | Point4d tPoint4d(Code) | | |
boundsChanged | void boundsChanged(BHNode bhArr, int size)(Code) | | |
computeCenterValues | float[][] computeCenterValues(BHNode[] bhArr, int[] cIndex)(Code) | | |
computeMeansAndSumSquares | void computeMeansAndSumSquares(float[][] centerValues, int[] centerValuesIndex, float[] means, float[] ss)(Code) | | |
findSplitAxis | int findSplitAxis(float ss)(Code) | | |
gatherTreeStatistics | void gatherTreeStatistics()(Code) | | |
getVisibleBHTrees | boolean getVisibleBHTrees(RenderBin rBin, ArrayList bhTrees, BoundingBox frustumBBox, long referenceTime, boolean stateChanged, int visibilityPolicy, boolean singleLocale)(Code) | | |
reConstructTree | void reConstructTree(int numOfLeaf)(Code) | | |
|
|