Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ Iterator
Method
Iterator
physx/source/common/src/CmBitMap.h:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
static const PxU32 DONE = 0xffffffff;
300
301
PX_INLINE Iterator(const BitMapBase &map) : mBitMap(map)
302
{
303
reset();
304
}
305
306
PX_INLINE Iterator& operator=(const Iterator& other)
307
{
Callers
nothing calls this directly
Calls
1
reset
Function · 0.70
Tested by
no test coverage detected