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

Method addGroup

physx/samples/samplebase/TestGroup.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Test::TestGroup::addGroup(TestGroup* group)
148{
149 PX_ASSERT(group && !group->getParent());
150 mChildren.pushBack(group);
151 group->mParent = this;
152}
153
154Test::TestGroup* Test::TestGroup::deepCopy()
155{

Callers 3

addSampleMethod · 0.80
deepCopyMethod · 0.80
addPathMethod · 0.80

Calls 2

getParentMethod · 0.45
pushBackMethod · 0.45

Tested by

no test coverage detected