Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void Test::TestGroup::addGroup(TestGroup* group)
148
{
149
PX_ASSERT(group && !group->getParent());
150
mChildren.pushBack(group);
151
group->mParent = this;
152
}
153
154
Test::TestGroup* Test::TestGroup::deepCopy()
155
{
Callers
3
addSample
Method · 0.80
deepCopy
Method · 0.80
addPath
Method · 0.80
Calls
2
getParent
Method · 0.45
pushBack
Method · 0.45
Tested by
no test coverage detected