|
Blender V4.5
|
#include <btDbvt.h>
Classes | |
| union | [union].__unnamed0__ |
Public Member Functions | |
| DBVT_INLINE bool | isleaf () const |
| DBVT_INLINE bool | isinternal () const |
Public Attributes | |
| btDbvtVolume | volume |
| btDbvtNode * | parent |
| union | |
|
inline |
Definition at line 185 of file btDbvt.h.
References DBVT_INLINE, and isleaf().
Referenced by btDbvt::collideKDOP(), btDbvt::collideOCL(), btDbvt::collideTT(), btDbvt::collideTTpersistentStack(), btDbvt::collideTU(), btDbvt::collideTV(), btDbvt::collideTVNoStackAlloc(), copyToDbvnt(), btDbvt::countLeaves(), drawTree(), btDbvt::enumLeaves(), btDbvt::enumNodes(), btDbvt::extractLeaves(), fetchleaves(), getmaxdepth(), MycollideTT(), btDbvt::optimizeIncremental(), btDbvt::rayTest(), btDbvt::rayTestInternal(), btDbvt::selfCollideTT(), sort(), and btDbvt::write().
|
inline |
Definition at line 184 of file btDbvt.h.
References DBVT_INLINE.
Referenced by drawTree(), insertleaf(), isinternal(), recursedeletenode(), and btSoftBody::updateNode().
| btDbvtNode* btDbvtNode::parent |
Definition at line 183 of file btDbvt.h.
Referenced by bottomup(), buildTreeBottomUp(), createnode(), indexof(), btSoftBody::initializeFaceTree(), insertleaf(), btSoftBody::rebuildNodeTree(), removeleaf(), sort(), topdown(), btDbvt::update(), btDbvt::update(), and btDbvt::write().
| btDbvtVolume btDbvtNode::volume |
Definition at line 182 of file btDbvt.h.
Referenced by bounds(), btDbvtBroadphase::collide(), btDbvt::collideKDOP(), btDbvt::collideOCL(), btDbvt::collideTT(), btDbvt::collideTTpersistentStack(), btDbvt::collideTV(), btDbvt::collideTVNoStackAlloc(), createnode(), createnode(), drawTree(), btDbvtBroadphase::getBroadphaseAabb(), btSoftBody::initializeFaceTree(), insertleaf(), leftOfAxis(), MycollideTT(), btDbvtBroadphase::performDeferredRemoval(), btCompoundLeafCallback::Process(), btDbvt::rayTest(), btDbvt::rayTestInternal(), btSoftBody::rebuildNodeTree(), btDbvt::selfCollideTT(), btDbvtBroadphase::setAabb(), sort(), topdown(), btDbvt::update(), btDbvt::update(), btDbvt::update(), btDbvt::update(), and btSoftBody::updateNode().