Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ DetachAllChildren
Method
DetachAllChildren
GTE/Graphics/Node.cpp:89–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void Node::DetachAllChildren()
90
{
91
for (auto& current : mChild)
92
{
93
DetachChild(current);
94
}
95
}
96
97
std::shared_ptr<Spatial> Node::SetChild(int32_t i,
98
std::shared_ptr<Spatial> const& child)
Callers
1
DetachAll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected