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

Method addStatement

physx/samples/sampleframework/framework/src/ODBlock.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328void ODBlock::addStatement(ODBlock &b)
329{
330 bTerminal = false;
331 subBlocks.pushBack(&b);
332}
333
334void ODBlock::reset() //prepares to get first immediate terminal child of current block
335{

Callers 4

addMappingMethod · 0.80
createNewFileMethod · 0.80
addBlockFloatsMethod · 0.80
addBlockIntsMethod · 0.80

Calls 1

pushBackMethod · 0.45

Tested by

no test coverage detected