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

Method add

tutorials/common/scenegraph/xml_parser.h:76–79  ·  view source on GitHub ↗

! adds a new parameter to the node */

Source from the content-addressed store, hash-verified

74
75 /*! adds a new parameter to the node */
76 Ref<XML> add(const std::string& name, const std::string& val) {
77 parms[name] = val;
78 return this;
79 }
80
81 /*! adds a new child */
82 Ref<XML> add(const Ref<XML>& xml) {

Callers 5

extend_animationMethod · 0.45
flushTriGroupMethod · 0.45
flushHairGroupMethod · 0.45
loadGroupNodeMethod · 0.45
CoronaLoaderMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected