Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | Protected Attributes | List of all members
GIM_BVH_TREE_NODE Class Reference

Node Structure for trees. More...

#include <btGImpactBvhStructs.h>

Collaboration diagram for GIM_BVH_TREE_NODE:
Collaboration graph
[legend]

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 62 of file btGImpactBvhStructs.h.

Constructor & Destructor Documentation

GIM_BVH_TREE_NODE::GIM_BVH_TREE_NODE ( )
inline

Definition at line 69 of file btGImpactBvhStructs.h.

Member Function Documentation

int GIM_BVH_TREE_NODE::getDataIndex ( ) const
inline

Definition at line 91 of file btGImpactBvhStructs.h.

int GIM_BVH_TREE_NODE::getEscapeIndex ( ) const
inline

Definition at line 80 of file btGImpactBvhStructs.h.

bool GIM_BVH_TREE_NODE::isLeafNode ( ) const
inline

Definition at line 74 of file btGImpactBvhStructs.h.

void GIM_BVH_TREE_NODE::setDataIndex ( int  index)
inline

Definition at line 98 of file btGImpactBvhStructs.h.

void GIM_BVH_TREE_NODE::setEscapeIndex ( int  index)
inline

Definition at line 86 of file btGImpactBvhStructs.h.

Member Data Documentation

btAABB GIM_BVH_TREE_NODE::m_bound

Definition at line 65 of file btGImpactBvhStructs.h.

int GIM_BVH_TREE_NODE::m_escapeIndexOrDataIndex
protected

Definition at line 67 of file btGImpactBvhStructs.h.


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