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

Method getFirstLeaf

physx/samples/samplebase/TestGroup.cpp:262–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262Test::TestGroup* Test::TestGroup::getFirstLeaf()
263{
264 TestGroup* firstChild = getFirstChild();
265 if (!firstChild)
266 return this;
267
268 return firstChild->getFirstLeaf();
269}
270
271Test::TestGroup* Test::TestGroup::getLastLeaf()
272{

Callers 1

getNextLeafMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected