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

Method nextSubBlock

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

Source from the content-addressed store, hash-verified

361 return termiter != subBlocks.end(); //return true if not the end yet
362}
363ODBlock * ODBlock::nextSubBlock() //returns a pointer to the next sub block.
364{
365 ODBlock * b = (*termiter);
366 ++termiter;
367 return b;
368}
369
370
371ODBlock * ODBlock::getBlock(const char * ident,bool bRecursiveSearch) //returns block with given identifier, or NULL.

Callers 2

loadDataMethod · 0.80
LoadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected