| 72 | // Data access |
| 73 | PX_FORCE_INLINE PoolIndex getIndex(PrunerHandle h)const { return mHandleToIndex[h]; } |
| 74 | PX_FORCE_INLINE PrunerPayload* getObjects() const { return mObjects; } |
| 75 | PX_FORCE_INLINE PxU32 getNbActiveObjects() const { return mNbObjects; } |
| 76 | PX_FORCE_INLINE const PxBounds3* getCurrentWorldBoxes() const { return mWorldBoxes; } |
| 77 | PX_FORCE_INLINE PxBounds3* getCurrentWorldBoxes() { return mWorldBoxes; } |
no outgoing calls
no test coverage detected