MCPcopy Create free account
hub / github.com/RenderKit/embree / child

Method child

tutorials/common/scenegraph/xml_parser.h:52–57  ·  view source on GitHub ↗

! returns the nth child */

Source from the content-addressed store, hash-verified

50
51 /*! returns the nth child */
52 const Ref<XML> child(const size_t id) const
53 {
54 if (id >= children.size())
55 THROW_RUNTIME_ERROR (loc.str()+": XML node has no child \"" + toString(id) + "\"");
56 return children[id];
57 }
58
59 /*! returns child by node tag */
60 const Ref<XML> child(const std::string& childID) const

Callers 15

compactMethod · 0.45
operator()Method · 0.45
intersectCoherentMethod · 0.45
occludedCoherentMethod · 0.45
gather_subtree_refsMethod · 0.45
refit_toplevelMethod · 0.45
recurse_bottomMethod · 0.45
open_sequentialMethod · 0.45
openBuildRefMethod · 0.45
collide_recurseMethod · 0.45
splitMethod · 0.45
compactMethod · 0.45

Calls 3

toStringFunction · 0.85
sizeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected