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

Method close

tutorials/common/scenegraph/xml_writer.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void XMLWriter::close(std::string str)
126 {
127 assert(ident>=2);
128 ident-=2;
129 tab(); xml << "</" << str << ">" << std::endl;
130 }
131
132 void XMLWriter::store(const char* name, const char* str) {
133 tab(); xml << "<" << name << ">\"" << str << "\"</" << name << ">" << std::endl;

Callers 3

OBJLoaderMethod · 0.45
loadMTLMethod · 0.45
emitXMLFunction · 0.45

Calls 1

tabFunction · 0.85

Tested by

no test coverage detected