MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / reset

Function reset

deps/physx/physx/source/common/src/CmBitMap.h:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

IteratorMethod · 0.70
~RadixSortBufferedMethod · 0.70
PersistentContactPairMethod · 0.50
~ImmediateSceneMethod · 0.50
~BoxesMethod · 0.50
~StraightBoxesMethod · 0.50
resetMethod · 0.50
initMethod · 0.50
~SplitBoxesMethod · 0.50
~BoxManagerMethod · 0.50
~ABPMethod · 0.50

Calls 1

getWordCountFunction · 0.85

Tested by

no test coverage detected