MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getCapacity

Method getCapacity

physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 PX_FORCE_INLINE void init(const Boxes& boxes){ mSize = boxes.mSize; mCapacity = boxes.mCapacity; }
401 PX_FORCE_INLINE PxU32 getSize() const { return mSize; }
402 PX_FORCE_INLINE PxU32 getCapacity() const { return mCapacity; }
403 PX_FORCE_INLINE bool isFull() const { return mSize==mCapacity; }
404 PX_FORCE_INLINE void reset() { mSize = mCapacity = 0; }
405 PX_FORCE_INLINE PxU32 popBack() { return --mSize; }

Callers 5

finalizeUpdateMethod · 0.45
setUpdateDataMethod · 0.45
setUpdateDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected