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

Function reset

physx/source/common/src/CmBitMap.h:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 PX_INLINE void reset(PxU32 index)
140 {
141 PX_ASSERT(index<getWordCount()*32);
142 mMap[index>>5] &= ~(1<<(index&31));
143 }
144
145 PX_INLINE Ps::IntBool test(PxU32 index) const
146 {

Callers 12

IteratorMethod · 0.70
~RadixSortBufferedMethod · 0.70
~BoxesMethod · 0.50
~StraightBoxesMethod · 0.50
resetMethod · 0.50
initMethod · 0.50
~SplitBoxesMethod · 0.50
~BoxManagerMethod · 0.50
~ABPMethod · 0.50
EraseIteratorMethod · 0.50
~PxMemoryBufferBaseMethod · 0.50

Calls 1

getWordCountFunction · 0.85

Tested by

no test coverage detected