com.bulletphysics.collision.broadphase
Class Dbvt.IWriter

java.lang.Object
  extended by com.bulletphysics.collision.broadphase.Dbvt.IWriter
Enclosing class:
Dbvt

public abstract static class Dbvt.IWriter
extends Object


Constructor Summary
Dbvt.IWriter()
           
 
Method Summary
abstract  void Prepare(Dbvt.Node root, int numnodes)
           
abstract  void WriteLeaf(Dbvt.Node n, int index, int parent)
           
abstract  void WriteNode(Dbvt.Node n, int index, int parent, int child0, int child1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dbvt.IWriter

public Dbvt.IWriter()
Method Detail

Prepare

public abstract void Prepare(Dbvt.Node root,
                             int numnodes)

WriteNode

public abstract void WriteNode(Dbvt.Node n,
                               int index,
                               int parent,
                               int child0,
                               int child1)

WriteLeaf

public abstract void WriteLeaf(Dbvt.Node n,
                               int index,
                               int parent)