Public Member Functions | Public Attributes | Protected Attributes

GIM_BVH_TREE_NODE Class Reference

Node Structure for trees. More...

#include <btGImpactBvh.h>

Collaboration diagram for GIM_BVH_TREE_NODE:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GIM_BVH_TREE_NODE ()
bool isLeafNode () const
int getEscapeIndex () const
void setEscapeIndex (int index)
int getDataIndex () const
void setDataIndex (int index)

Public Attributes

btAABB m_bound

Protected Attributes

int m_escapeIndexOrDataIndex

Detailed Description

Node Structure for trees.

Definition at line 86 of file btGImpactBvh.h.


Constructor & Destructor Documentation

GIM_BVH_TREE_NODE::GIM_BVH_TREE_NODE (  )  [inline]

Definition at line 93 of file btGImpactBvh.h.


Member Function Documentation

int GIM_BVH_TREE_NODE::getDataIndex (  )  const [inline]

Definition at line 115 of file btGImpactBvh.h.

int GIM_BVH_TREE_NODE::getEscapeIndex (  )  const [inline]

Definition at line 104 of file btGImpactBvh.h.

bool GIM_BVH_TREE_NODE::isLeafNode (  )  const [inline]

Definition at line 98 of file btGImpactBvh.h.

void GIM_BVH_TREE_NODE::setDataIndex ( int  index  )  [inline]

Definition at line 122 of file btGImpactBvh.h.

void GIM_BVH_TREE_NODE::setEscapeIndex ( int  index  )  [inline]

Definition at line 110 of file btGImpactBvh.h.


Member Data Documentation

Definition at line 89 of file btGImpactBvh.h.

Definition at line 91 of file btGImpactBvh.h.


The documentation for this class was generated from the following file: