| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bulletphysics.collision.broadphase.Dbvt.IWriter
public abstract static class Dbvt.IWriter
| 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 | 
|---|
public Dbvt.IWriter()
| Method Detail | 
|---|
public abstract void Prepare(Dbvt.Node root,
                             int numnodes)
public abstract void WriteNode(Dbvt.Node n,
                               int index,
                               int parent,
                               int child0,
                               int child1)
public abstract void WriteLeaf(Dbvt.Node n,
                               int index,
                               int parent)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||