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

Function resize

physx/source/common/src/CmBitMap.h:208–213  ·  view source on GitHub ↗

!!! only sets /last/ bit to value

Source from the content-addressed store, hash-verified

206
207 // !!! only sets /last/ bit to value
208 void resize(PxU32 newBitCount, bool value = false)
209 {
210 PX_ASSERT(!value); // only new class supports this
211 PX_UNUSED(value);
212 extend(newBitCount);
213 }
214 PxU32 size() const { return getWordCount()*32; }
215
216 void copy(const BitMapBase& a)

Callers 15

setBitCheckedMethod · 0.85
clearBitCheckedMethod · 0.85
checkResizeMethod · 0.85
setBitCheckedMethod · 0.85
clearBitCheckedMethod · 0.85
checkResizeMethod · 0.85
setMaterialMethod · 0.85
setMaterialMethod · 0.85
preallocateMethod · 0.85
addObjectsMethod · 0.85
addTreeMethod · 0.85
preallocateMethod · 0.85

Calls 2

PX_UNUSEDFunction · 0.85
extendFunction · 0.85

Tested by

no test coverage detected