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

Method store

tutorials/common/scenegraph/xml_writer.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void XMLWriter::store(const char* name, const char* str) {
133 tab(); xml << "<" << name << ">\"" << str << "\"</" << name << ">" << std::endl;
134 }
135
136 void XMLWriter::store(const char* name, const float& v) {
137 tab(); xml << "<" << name << ">" << v << "</" << name << ">" << std::endl;

Callers

nothing calls this directly

Calls 10

tabFunction · 0.85
storeFunction · 0.85
frameFunction · 0.85
crossFunction · 0.50
to_stringFunction · 0.50
sizeMethod · 0.45
findMethod · 0.45
endMethod · 0.45
numTimeStepsMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected