javax.media.j3d
Class BHInsertStructure

java.lang.Object
  extended by javax.media.j3d.BHInsertStructure

 class BHInsertStructure
extends java.lang.Object


Field Summary
(package private)  java.util.ArrayList[] bhListArr
           
(package private)  int bhListArrCnt
           
(package private)  int bhListArrMaxCnt
           
(package private)  BHNode[] bhListArrRef
           
(package private)  int blockSize
           
(package private) static boolean debug
           
(package private) static boolean debug2
           
(package private)  java.util.ArrayList[] oldBhListArr
           
(package private)  BHNode[] oldBhListArrRef
           
(package private)  java.util.Random randomNumber
           
 
Constructor Summary
BHInsertStructure(int length)
           
 
Method Summary
(package private)  void clear()
           
(package private)  void lookupAndInsert(BHNode parent, BHNode child)
           
(package private)  void updateBoundingTree(BHTree bhTree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

static boolean debug

debug2

static boolean debug2

randomNumber

java.util.Random randomNumber

bhListArr

java.util.ArrayList[] bhListArr

oldBhListArr

java.util.ArrayList[] oldBhListArr

bhListArrRef

BHNode[] bhListArrRef

oldBhListArrRef

BHNode[] oldBhListArrRef

bhListArrCnt

int bhListArrCnt

bhListArrMaxCnt

int bhListArrMaxCnt

blockSize

int blockSize
Constructor Detail

BHInsertStructure

BHInsertStructure(int length)
Method Detail

clear

void clear()

lookupAndInsert

void lookupAndInsert(BHNode parent,
                     BHNode child)

updateBoundingTree

void updateBoundingTree(BHTree bhTree)


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.