MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetChild

Method GetChild

GTE/Graphics/Node.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131std::shared_ptr<Spatial> Node::GetChild(int32_t i)
132{
133 if (0 <= i && i < static_cast<int32_t>(mChild.size()))
134 {
135 return mChild[i];
136 }
137 return nullptr;
138}
139
140Spatial* Node::GetChildPtr(int32_t i)
141{

Callers 11

GatherVisualsMethod · 0.80
GatherVisualsMethod · 0.80
ExecuteRecursiveMethod · 0.80
GenerateLayoutMethod · 0.80
GetTypesMethod · 0.80
PhysicsTickMethod · 0.80
UpdateSegmentsMethod · 0.80
UpdateBoxesMethod · 0.80
UpdateMorphMethod · 0.80
GetMeshesMethod · 0.80
UpdateConstantsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected