MCPcopy 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
25int32_t Node::GetNumChildren() const
26{
27 return static_cast<int32_t>(mChild.size());
28}
29
30int32_t Node::AttachChild(std::shared_ptr<Spatial> const& child)
31{

Callers 7

GatherVisualsMethod · 0.45
GatherVisualsMethod · 0.45
ExecuteRecursiveMethod · 0.45
OnCharPressMethod · 0.45
GetMeshesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected