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

Method reset

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

Source from the content-addressed store, hash-verified

332}
333
334void ODBlock::reset() //prepares to get first immediate terminal child of current block
335{
336 termiter = subBlocks.begin();
337}
338
339bool ODBlock::moreTerminals() //returns true if more terminals are available
340{

Callers 7

LoadDataMethod · 0.45
getBlockIntMethod · 0.45
getBlockU32Method · 0.45
getBlockStringMethod · 0.45
getBlockStringsMethod · 0.45
getBlockFloatMethod · 0.45
getBlockFloatsMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected