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

Method add

tutorials/common/scenegraph/xml_loader.cpp:192–194  ·  view source on GitHub ↗

! Adds a new named element to the container. */

Source from the content-addressed store, hash-verified

190
191 /*! Adds a new named element to the container. */
192 void add(const std::string& name, Variant data) {
193 m[name] = data;
194 }
195
196 private:
197

Callers 7

loadMaterialParmsMethod · 0.45
loadFurBallMethod · 0.45
loadTransformNodeMethod · 0.45
loadTransform2NodeMethod · 0.45
loadGroupNodeMethod · 0.45
XMLLoaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected