Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ GetNumChildren
Method
GetNumChildren
GTE/Graphics/Node.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int32_t Node::GetNumChildren() const
26
{
27
return static_cast<int32_t>(mChild.size());
28
}
29
30
int32_t Node::AttachChild(std::shared_ptr<Spatial> const& child)
31
{
Callers
7
GatherVisuals
Method · 0.45
GatherVisuals
Method · 0.45
ExecuteRecursive
Method · 0.45
OnCharPress
Method · 0.45
GetMeshes
Method · 0.45
UpdateVisualModelSpace
Method · 0.45
UpdateCameraLightModelPositions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected